|
int | sort_uint (const void *a, const void *b) |
| qsort() comparison function More...
|
|
char * | csv_all_timestamp_headers (const uint8_t source, const uint8_t type, const char *sourceName, const char *channelName) |
| Generate CSV header for timestamp messages (SLCHAN_TSTAMP) More...
|
|
char * | csv_all_timestamp_data (const msg_t *msg) |
| Convert timestamp (SLCHAN_TSTAMP) to string. More...
|
|
char * | csv_gps_position_headers (const uint8_t source, const uint8_t type, const char *sourceName, const char *channelName) |
| Generate CSV header for GPS position fields. More...
|
|
char * | csv_gps_position_data (const msg_t *msg) |
| Convert GPS position information to CSV string. More...
|
|
char * | csv_gps_velocity_headers (const uint8_t source, const uint8_t type, const char *sourceName, const char *channelName) |
| Generate CSV header for GPS velocity information. More...
|
|
char * | csv_gps_velocity_data (const msg_t *msg) |
| Convert GPS velocity information to CSV string. More...
|
|
char * | csv_gps_datetime_headers (const uint8_t source, const uint8_t type, const char *sourceName, const char *channelName) |
| Generate CSV header for GPS date and time information. More...
|
|
char * | csv_gps_datetime_data (const msg_t *msg) |
| Convert GPS date and time information to appropriate CSV string. More...
|
|
char * | csv_all_float_headers (const uint8_t source, const uint8_t type, const char *sourceName, const char *channelName) |
| Generate CSV header for any single value floating point channel. More...
|
|
char * | csv_all_float_data (const msg_t *msg) |
| Convert single value floating point data channel to CSV string. More...
|
|
void | free_sn_cn (char *sn[128], char *cn[128][128]) |
| Tidy up source and channel name arrays. More...
|
|
int | main (int argc, char *argv[]) |
|
Simple CSV conversion utility.
Definition in file dat2csv.c.