#include "data_type.H"
#include "data_reader.H"
#include "util.H"
#include <cmath>
#include <cstdio>
#include <cstring>
#include <iostream>
Classes | |
struct | log_desc_t |
Typedefs | |
typedef void(* | read_fn_t )(void) |
Functions | |
bool | init (char const *input_file_, char const *output_file_) |
template<typename T > | |
void | write_log (void) |
template<typename T > | |
bool | read_data (T &d_) |
int | main (int argc, char **argv) |
Variables | |
char | xdr_log_buffer [MAX_BLOCK_SIZE] |
log_desc_t | log_desc_table [] |
typedef void(* read_fn_t)(void) |
bool init | ( | char const * | input_file_, | |
char const * | output_file_ | |||
) |
Referenced by write_log().
int main | ( | int | argc, | |
char ** | argv | |||
) |
References log_desc_t::read_fn, and log_desc_t::type.
bool read_data | ( | T & | d_ | ) | [inline] |
References xdr_log_buffer.
void write_log | ( | void | ) | [inline] |
References init(), read_data(), and xdr_log_buffer.
char xdr_log_buffer[MAX_BLOCK_SIZE] |
Referenced by read_data(), and write_log().