next up previous contents index
Next: animode Up: Run console menu 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 DEVS#_log.txt). The choice can be one of the following options: The corresponding APIs are
  public void SRTEngine::Set_dtmode(PrintStateMode flag, bool ao);
  public void SRTEngine::Get_dtmode(ref PrintStateMode flag, ref bool ao).
where
  public enum PrintStateMode {P_NONE, P_remaining, P_elapsed}.



MHHwang 2007-05-08