basictypes.h [code] | GNSS core 'c' function library: basic types |
constants.h [code] | GNSS core 'c' function library: Contains constants |
geodesy.c [code] | GNSS core 'c' function library: geodesy related functions |
geodesy.h [code] | GNSS core 'c' function library: geodesy related functions |
gnss_error.h [code] | GNSS core 'c' function library: error and warning macros |
gnss_types.h [code] | Basic gnss types |
gps.c [code] | GNSS core 'c' function library: GPS specific functions |
gps.h [code] | GNSS core 'c' function library: GPS specific functions |
gpsppssync_main.cpp [code] | The main function for gpsppssync |
gpsppssync_OptionFile.cpp [code] | The option file for gpsppssync |
gpsppssync_OptionFile.h [code] | The option file for gpsppssync |
novatel.c [code] | GNSS core 'c' function library: decoding/encoding NovAtel data |
novatel.h [code] | GNSS core 'c' function library: decoding/encoding NovAtel data |
OptionFile.cpp [code] | A class for handling option files. ';' delimits a comment to follow. The general format is: field, comment = value ; comment e.g. ; A data value will follow this comment DataValue, (some comment about it) = 88 ; another comment here |
OptionFile.h [code] | A class for handling option files. ';' delimits a comment to follow. The general format is: field, comment = value ; comment e.g. ; A data value will follow this comment DataValue, (some comment about it) = 88 ; another comment here |
serialport.c [code] | Serial port communications 'c' function library |
serialport.h [code] | Serial port communications 'c' function library |
SerialPortClass.cpp [code] | A class for handling serial port communications. The intention is for this class to handle WIN32 serial port communications and eventually also linux serial port communications. A preprocessor directive will be used to distinguish the build |
SerialPortClass.h [code] | A class for handling serial port communications. The intention is for this class to handle WIN32 serial port communications and eventually also linux serial port communications. A preprocessor directive will be used to distinguish the build |
StdStringUtils.cpp [code] | Additional functions for std::string |
StdStringUtils.h [code] | Additional functions for std::string |
time_conversion.c [code] | GNSS core 'c' function library: converting time information |
time_conversion.h [code] | GNSS core 'c' function library: converting time information |