#include "basic_io.h"

Go to the source code of this file.
Functions | |
| void | logger_close () |
| void | logger_init (int type, int nnodes_) |
| void | logger_printData (int node_id, wmpFrame *q, unsigned long long ts) |
| int | read_next_authorization (char *tmp, char *bc_msg, int *serial, int *pos, const char *txt) |
| int | read_next_bc (char *tmp, char *bc_msg, int *serial, int *pos, const char *txt) |
| int | read_next_drop (char *tmp, char *bc_msg, int *serial, int *pos, const char *txt) |
| int | read_next_message (char *tmp, char *bc_msg, int *serial, int *pos, const char *txt) |
| int | read_next_token (char *msg, char *bc_msg, int *serial, int *pos, const char *txt) |
| void logger_close | ( | ) |
Definition at line 255 of file enhanced_io.cc.
| void logger_init | ( | int | type, |
| int | nnodes_ | ||
| ) |
Definition at line 209 of file enhanced_io.cc.
| void logger_printData | ( | int | node_id, |
| wmpFrame * | q, | ||
| unsigned long long | ts | ||
| ) |
Definition at line 227 of file enhanced_io.cc.
| int read_next_authorization | ( | char * | tmp, |
| char * | bc_msg, | ||
| int * | serial, | ||
| int * | pos, | ||
| const char * | txt | ||
| ) |
Definition at line 173 of file enhanced_io.cc.
| int read_next_bc | ( | char * | tmp, |
| char * | bc_msg, | ||
| int * | serial, | ||
| int * | pos, | ||
| const char * | txt | ||
| ) |
Definition at line 117 of file enhanced_io.cc.
| int read_next_drop | ( | char * | tmp, |
| char * | bc_msg, | ||
| int * | serial, | ||
| int * | pos, | ||
| const char * | txt | ||
| ) |
Definition at line 159 of file enhanced_io.cc.
| int read_next_message | ( | char * | tmp, |
| char * | bc_msg, | ||
| int * | serial, | ||
| int * | pos, | ||
| const char * | txt | ||
| ) |
Definition at line 84 of file enhanced_io.cc.
| int read_next_token | ( | char * | msg, |
| char * | bc_msg, | ||
| int * | serial, | ||
| int * | pos, | ||
| const char * | txt | ||
| ) |
Definition at line 41 of file enhanced_io.cc.