![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Go to the source code of this file.
Typedefs | |
| typedef enum DtProcessInteractivity_enum__rti__ | DtProcessInteractivityMode__rti__ |
| This function may be moved into VR-Link in the future. | |
Enumerations | |
| enum | DtProcessInteractivity_enum__rti__ { DtProcFullyDetached__rti__, DtProcNonInteractive__rti__, DtProcFgInteractive__rti__, DtProcBgInteractive__rti__ } |
| This function may be moved into VR-Link in the future. More... | |
Functions | |
| bool DT_DLL_RTIUTIL | DtCreateProcess__rti__ (const MAKRti::DtFilename &executableName, const MAKRti::DtFilename &workingDirectory, const std::vector< const char * > &commandLine, int childWritePipe, int childReadPipe, DtProcessInteractivityMode__rti__ interactive=DtProcFgInteractive__rti__, int shouldInheritHandles=1) |
| bool DT_DLL_RTIUTIL DtCreateProcess__rti__ | ( | const MAKRti::DtFilename & | executableName, |
| const MAKRti::DtFilename & | workingDirectory, | ||
| const std::vector< const char * > & | commandLine, | ||
| int | childWritePipe, | ||
| int | childReadPipe, | ||
| DtProcessInteractivityMode__rti__ | interactive = DtProcFgInteractive__rti__, |
||
| int | shouldInheritHandles = 1 |
||
| ) |