|
BmnRoot
|
Public Member Functions | |
| structFilePar () | |
| ~structFilePar () | |
Public Attributes | |
| string | strFileIn |
| nullString | nstrFileOut |
| unique_ptr< int > | ptrStartEvent |
| unique_ptr< int > | ptrEventCount |
| string | strParallelMode |
| int | iParallelMode |
| int | iMerge |
| string | strPutCommand |
| string | strPutPath |
| string | strGetCommand |
| string | strGetPath |
| vector< string > | vecCleanPath |
Definition at line 180 of file nica-scheduler.cpp.
|
inline |
Definition at line 199 of file nica-scheduler.cpp.
|
inline |
Definition at line 212 of file nica-scheduler.cpp.
References vecCleanPath.
| int structFilePar::iMerge |
Definition at line 191 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| int structFilePar::iParallelMode |
Definition at line 191 of file nica-scheduler.cpp.
Referenced by main(), and ThreadLocalProcess().
| nullString structFilePar::nstrFileOut |
Definition at line 185 of file nica-scheduler.cpp.
Referenced by main(), and ThreadLocalProcess().
| unique_ptr<int> structFilePar::ptrEventCount |
Definition at line 187 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| unique_ptr<int> structFilePar::ptrStartEvent |
Definition at line 187 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| string structFilePar::strFileIn |
Definition at line 183 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| string structFilePar::strGetCommand |
Definition at line 195 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| string structFilePar::strGetPath |
Definition at line 195 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| string structFilePar::strParallelMode |
Definition at line 189 of file nica-scheduler.cpp.
Referenced by main().
| string structFilePar::strPutCommand |
Definition at line 193 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| string structFilePar::strPutPath |
Definition at line 193 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess().
| vector<string> structFilePar::vecCleanPath |
Definition at line 197 of file nica-scheduler.cpp.
Referenced by ThreadLocalProcess(), and ~structFilePar().