OMOSTimer class

The abstract class OMOSTimer is a building block for OMTimerManager, which provides basic timing services for the execution framework. In the Rational® Rhapsody® implementation, the timer runs on its own thread. Therefore, the target operating system must support multi-threading.

Construction summary
~OMOSTimer
Destroys the OMOSTimer object
Method summary
getOsHandle
Retrieves the operating system ID of the thread

Feedback