next up previous contents index
Next: animode Up: Scalable Real-Time Engine: SRTEngine Previous: [i]nject   Contents   Index

dtmode

dtmode sets the print mode of discrete transition, both for in the console and in the log file (whose file name is devspp_log.txt). The choice can be one of the following options: The corresponding APIs are
void SRTEngine::Set_dtmode(PrintStateMode flag, bool ao=false),
void SRTEngine::Get_dtmode(PrintStateMode& flag, bool& ao) const
where
enum PrintStateMode {P_NONE, P_remaining, P_elapsed}.



MHHwang 2007-05-07