SELKIELogger
1.0.0
|
Test reading MessagePacked data from a file. More...
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "SELKIELoggerMP.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Test reading MessagePacked data from a file.
Definition in file MPMessagesFromFile.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 47 of file MPMessagesFromFile.c.