|
ldas-tools-framecpp 3.0.4
|
#include "ldastoolsal/ldas_types.h"

Classes | |
| struct | gpstime |
| GPS Time structure. More... | |
| struct | FrameCError_ |
| Information concerning failure of a function. More... | |
Macros | |
| #define | restrict |
| #define | restrict const |
Typedefs | |
| typedef INT_4U | gpstime_seconds_t |
| typedef INT_4U | gpstime_nanoseconds_t |
| typedef struct gpstime | gpstime_t |
| typedef enum errno_ | framec_errno_type |
| Enumeration of error codes. | |
| typedef struct FrameCError_ | FrameCError |
| Information concerning failure of a function. | |
Functions | |
| void | FrameCErrorInit (FrameCError **Handle) |
| INT_2U | FrameCLibraryMinorVersion (void) |
| Return the minor version number of the frame library. | |
| gpstime_seconds_t | FrameCGPSTimeNow (void) |
| void | FrameCInitialize (void) |
| Initialize the library. | |
| void | FrameCCleanup (void) |
| Cleanup the library. | |
| #define restrict const |
| #define restrict |