SELKIELogger
1.0.0
|
Read and print N2K messages. More...
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerLPMS.h"
#include "version.h"
Go to the source code of this file.
Macros | |
#define | BUFSIZE 1024 |
Allocated read buffer size. | |
Functions | |
int | main (int argc, char *argv[]) |
Read and print N2K messages.
Definition in file LPMSRead.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Read messages from file and print details to screen.
Detail printed depends on whether structure of message is known, although brief data can be printed for all messages at higher verbosities.
[in] | argc | Argument count |
[in] | argv | Arguments |
Definition at line 52 of file LPMSRead.c.