|
SELKIELogger
1.0.0
|
Test reading LPMS data from a file. 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[]) |
Test reading LPMS data from a file.
Definition in file LPMSMessagesFromFile.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Read data from file until end of file is reached, outputting total number of entries read.
Exact outputs dependent on supplied test data
| [in] | argc | Argument count |
| [in] | argv | Arguments |
Definition at line 56 of file LPMSMessagesFromFile.c.