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