Example #1
0
 public TimeBase getTimeBase() {
   if (clock != null) return clock.getTimeBase();
   else return controller.getTimeBase();
 }
Example #2
0
 public void doStart() {
   super.doStart();
   if (clock != null) clock.syncStart(clock.getTimeBase().getTime());
 }