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:
none
displays no discrete state transition.
te
displays the elapsed time TimeElapsed()
.
tea
displays the elapsed time if associated model's
current state
is active, which means the remaining time
TimeRemaining()
.
tr
displays the
remaining time.
tra
displays only an active remaining
time.
nc
no change.
void SRTEngine::Set_dtmode(PrintStateMode flag, bool ao=false), void SRTEngine::Get_dtmode(PrintStateMode& flag, bool& ao) constwhere
enum PrintStateMode {P_NONE, P_remaining, P_elapsed}.