#include "enhanced_io.h"
#include "core/interface/Msg.h"
#include <cstring>
#include <sstream>
#include <cstdlib>
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_message2 (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) |
Variables | |
static char | buff [2500] |
static int | nnodes |
static FILE * | outf [32] |
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_message2 | ( | char * | tmp, |
char * | bc_msg, | ||
int * | serial, | ||
int * | pos, | ||
const char * | txt | ||
) |
Definition at line 74 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.
char buff[2500] [static] |
Definition at line 36 of file enhanced_io.cc.
int nnodes [static] |
Definition at line 207 of file enhanced_io.cc.
FILE* outf[32] [static] |
Definition at line 206 of file enhanced_io.cc.