|
ldas-tools-framecpp 3.0.4
|
#include <fstream>#include <sstream>#include "framecpp/FrameCPP.hh"#include "framecpp/GPSTime.hh"#include "framecppc/FrameC.h"#include "FrameCInternal.hh"
Namespaces | |
| namespace | anonymous_namespace{FrameC.cc} |
| namespace | FrameC |
| Routines related to implementing the C interface. | |
Macros | |
| #define | FRAME_C_CC |
Functions | |
| const char * | anonymous_namespace{FrameC.cc}::type_name (FrameC::pointer_type Type) |
| INT_2U | FrameCLibraryMinorVersion () |
| Return the minor version number of the frame library. | |
| void | FrameCErrorInit (FrameCError **Handle) |
| gpstime_seconds_t | FrameCGPSTimeNow () |
| void | FrameCInitialize () |
| Initialize the library. | |
| void | FrameCCleanup () |
| Cleanup the library. | |
Variables | |
| const char * | FrameC::UnknownError = "Unknown error" |
| #define FRAME_C_CC |