#include "buffer_layer.h"
#include <string>
Go to the source code of this file.
Defines |
#define | REAL_LINUX_KS 4 |
#define | REAL_LINUX_PCAP 5 |
#define | REAL_LINUX_US 2 |
#define | REAL_MARTE 3 |
#define | SIM_LINUX_US 1 |
Functions |
int | get_actual_gct (int *best, int *act) |
int | io_close_sim_data () |
int | io_get_file_size () |
int | io_get_num_nodes () |
int | io_get_sim_data_num_of_elements () |
int | io_get_unit_size () |
int | io_go_to (int n) |
void | io_init () |
int | io_open_sim_data (char *filename) |
int | io_read_next_sim_data (char *p) |
int | io_read_sim_data (char *p, int pos) |
std::string | operator* (const std::string &s, int n) |
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 *tmp, char *bc_msg, int *serial, int *pos, const char *txt) |
void | reset_actual_gct () |
bool | show_foreign_bridge () |
void | start_batch () |
int | start_bridge (int num_nodes_p, int _sim) |
void | stop_bridge () |
Define Documentation
Function Documentation
std::string operator* |
( |
const std::string & |
s, |
|
|
int |
n |
|
) |
| |
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 * |
tmp, |
|
|
char * |
bc_msg, |
|
|
int * |
serial, |
|
|
int * |
pos, |
|
|
const char * |
txt |
|
) |
| |