Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
#include <dev/ppbus/ppi.h>
#include <dev/ppbus/ppbconf.h>
#include <iostream>
#include <fcntl.h>
#include "SimpleOpt.h"
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 [] |
anonymous enum |
Enumerator | |
---|---|
OPT_HELP | |
OPT_DATA | |
OPT_STATUS |
Definition at line 22 of file parallel_read.cxx.
void binary | ( | int | h | ) |
int error | ( | int | val | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
CSimpleOpt::SOption g_rgOptions[] |
Definition at line 24 of file parallel_read.cxx.