Functions

xdrbuf/test/test1.cpp File Reference

#include "xdrbuf/xdrbuf.h"
#include <iostream>
#include "common/wave_ex.h"
#include "perf/perf.h"
Include dependency graph for xdrbuf/test/test1.cpp:

Go to the source code of this file.

Functions

static smart_ptr< xdrbuf::OutputgetOutput (IN int size, IN int nLongs, IN int nFloats, IN const char *s)
static void parse (IN xdrbuf::Input *in)
static void doTest1 (IN int bytes, IN int nLongs, IN int nFloats, IN const char *s)
int main (IN int argc, IN const char *argv[])

Function Documentation

static smart_ptr<xdrbuf::Output> getOutput ( IN int  size,
IN int  nLongs,
IN int  nFloats,
IN const char *  s 
) [static]

Definition at line 51 of file xdrbuf/test/test1.cpp.

static void parse ( IN xdrbuf::Input in  )  [static]

Definition at line 108 of file xdrbuf/test/test1.cpp.

static void doTest1 ( IN int  bytes,
IN int  nLongs,
IN int  nFloats,
IN const char *  s 
) [static]

Definition at line 177 of file xdrbuf/test/test1.cpp.

int main ( IN int  argc,
IN const char *  argv[] 
)

Definition at line 214 of file xdrbuf/test/test1.cpp.