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

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_INIT , OPT_FREQ }
 

Functions

int error (int val)
 
void send_init ()
 
void send_strobe ()
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 
int fd
 
int val
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_INIT 
OPT_FREQ 

Definition at line 25 of file parallel_write.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 39 of file parallel_write.cxx.

+ Here is the caller graph for this function:

◆ main()

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

Definition at line 80 of file parallel_write.cxx.

+ Here is the call graph for this function:

◆ send_init()

void send_init ( )

Definition at line 61 of file parallel_write.cxx.

+ Here is the caller graph for this function:

◆ send_strobe()

void send_strobe ( )

Definition at line 70 of file parallel_write.cxx.

+ Here is the caller graph for this function:

Variable Documentation

◆ fd

int fd

Definition at line 58 of file parallel_write.cxx.

◆ 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_INIT,_T("-i"), SO_NONE },
{ OPT_INIT,_T("--init"), SO_NONE },
{ OPT_FREQ,_T("-f"), SO_REQ_SEP },
{ OPT_FREQ,_T("--frequency"), SO_REQ_SEP },
}
#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_REQ_SEP
Definition: SimpleOpt.h:290
@ SO_NONE
Definition: SimpleOpt.h:286
@ OPT_INIT
@ OPT_HELP
@ OPT_FREQ

Definition at line 27 of file parallel_write.cxx.

◆ val

int val

Definition at line 59 of file parallel_write.cxx.