HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
msgpipe.C File Reference
#include <CMD/CMD_Args.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Exit.h>
#include <UT/UT_IStream.h>
#include <UT/UT_Main.h>
#include <UT/UT_OFStream.h>
#include <UT/UT_NetMessage.h>
#include <ostream>
#include <iostream>
#include <stdio.h>
+ Include dependency graph for msgpipe.C:

Go to the source code of this file.

Macros

#define DATA_LEN   80000
 
#define PIPE_ATTEMPTS   10
 

Functions

int theMain (int argc, char *argv[])
 
 UT_MAIN (theMain)
 

Macro Definition Documentation

#define DATA_LEN   80000
Examples:
standalone/msgpipe.C.

Definition at line 48 of file msgpipe.C.

#define PIPE_ATTEMPTS   10
Examples:
standalone/msgpipe.C.

Definition at line 49 of file msgpipe.C.

Function Documentation

int theMain ( int  argc,
char *  argv[] 
)

Definition at line 63 of file msgpipe.C.

UT_MAIN ( theMain  )