.
|
Functions |
| int | fapint_parse_header (fap_packet_t *packet, short const is_ax25) |
| | Parses packet->header into source, target and path.
|
| int | fapint_parse_mice (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Try to parse given packet body as mic-e packet.
|
| time_t | fapint_parse_timestamp (char const *input) |
| | Returns unixtime based on timestamp in given body.
|
| int | fapint_parse_compressed (fap_packet_t *packet, char const *input) |
| | Try to parse given packet body as compressed position report.
|
| int | fapint_parse_normal (fap_packet_t *packet, char const *input) |
| | Try to parse given packet body as normal position report.
|
| void | fapint_parse_comment (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Check given packet body for course, speed PHGR, altitude and comments.
|
| int | fapint_parse_nmea (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Parse NMEA packet.
|
| int | fapint_parse_object (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Try to parse given packet body as object.
|
| int | fapint_parse_item (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Try to parse given packet body as item.
|
| int | fapint_parse_message (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Try to parse given packet body as message.
|
| int | fapint_parse_capabilities (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Parse capabilities message.
|
| int | fapint_parse_status (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Parse status message.
|
| int | fapint_parse_wx (fap_packet_t *packet, char const *input, unsigned int const input_len) |
| | Parse wx report.
|
| int | fapint_parse_telemetry (fap_packet_t *packet, char const *input) |
| | Parse telemetry message.
|
| int | fapint_parse_wx_peet_logging (fap_packet_t *packet, char const *input) |
| | Parses a Peet bros Ultimeter weather logging frame (!! header).
|
| int | fapint_parse_wx_peet_packet (fap_packet_t *packet, char const *input) |
| | Parses a Peet bros Ultimeter weather packet ($ULTW header).
|
| int | fapint_parse_dao (fap_packet_t *packet, char input[3]) |
| | Parse given !DAO! extension.
|
| char * | fapint_check_kiss_callsign (char *input) |
| | Validates given KISS-level callsign.
|
|
fap_packet_t * | fapint_create_packet () |
| | Creates and initializes an empty packet.
|
.