#include "readaevit.H"
#include <libgen.h>
#include <cstdio>
#include <cassert>
#include <climits>
#include <cstring>
#include <iomanip>
#include <iostream>
#include <unistd.h>
Classes | |
struct | field_spec_t |
Defines | |
#define | DF_NEWLINE -1 |
Functions | |
void | print_field_beg (int field, char const *field_names[]) |
void | print_field_end (int field) |
int | main (int argc, char **argv) |
Variables | |
char const * | progname |
bool | print_id |
bool | print_name |
bool | realtime |
field_spec_t | field_specs [] |
#define DF_NEWLINE -1 |
Referenced by print_field_beg().
int main | ( | int | argc, | |
char ** | argv | |||
) |
References aevit::frame_t::decode(), print_id, print_name, realtime, and aevit::frame_t::valid().
void print_field_beg | ( | int | field, | |
char const * | field_names[] | |||
) |
Referenced by channel_0_printer(), channel_16_printer(), channel_3_printer(), channel_5_printer(), drive_frame_printer(), info_frame_printer(), msg_0x20_printer(), msg_0x77_printer(), msg_0x90_printer(), msg_0xB0_printer(), msg_0xB1_printer(), msg_0xC4_printer(), packet_printer(), and vehicle_frame_printer().
void print_field_end | ( | int | field | ) |
Referenced by channel_0_printer(), channel_16_printer(), channel_3_printer(), channel_5_printer(), drive_frame_printer(), info_frame_printer(), msg_0x20_printer(), msg_0x77_printer(), msg_0x90_printer(), msg_0xB0_printer(), msg_0xB1_printer(), msg_0xC4_printer(), packet_printer(), and vehicle_frame_printer().
bool print_name |
Referenced by main(), print_field_beg(), and print_field_end().
char const* progname |