Points&Forces (core)
Software tools facilitating the task of surveying architecture
Enumerations | Functions | Variables
parallel_read.cxx File Reference
#include <dev/ppbus/ppi.h>
#include <dev/ppbus/ppbconf.h>
#include <iostream>
#include <fcntl.h>
#include "SimpleOpt.h"
+ Include dependency graph for parallel_read.cxx:

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_DATA , OPT_STATUS }
 

Functions

int error (int val)
 
void binary (int h)
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_DATA 
OPT_STATUS 

Definition at line 22 of file parallel_read.cxx.

Function Documentation

◆ binary()

void binary ( int  h)

Definition at line 50 of file parallel_read.cxx.

+ Here is the caller graph for this function:

◆ error()

int error ( int  val)

Definition at line 36 of file parallel_read.cxx.

+ Here is the caller graph for this function:

◆ main()

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

Definition at line 61 of file parallel_read.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_HELP,_T("-?"), SO_NONE },
{ OPT_HELP,_T("-h"), SO_NONE },
{ OPT_HELP,_T("--help"), SO_NONE },
{ OPT_DATA,_T("-d"), SO_NONE },
{ OPT_DATA,_T("--data"), SO_NONE },
{ OPT_STATUS,_T("-s"), SO_NONE },
{ OPT_STATUS,_T("--status"), SO_NONE },
}
#define SO_END_OF_OPTIONS
this option definition must be the last entry in the table
Definition: SimpleOpt.h:307
#define _T(s)
Definition: SimpleOpt.h:197
@ SO_NONE
Definition: SimpleOpt.h:286
@ OPT_HELP
@ OPT_STATUS
@ OPT_DATA

Definition at line 24 of file parallel_read.cxx.