4 /// record the occurrence of a tick
7 /// record the occurrence of a tock
10 /// report the number of ticks
11 unsigned long tickCount
();
13 /// report the number of tocks
14 unsigned long tockCount
();
16 /// Shutdown the application.
17 oneway
void shutdown
();