This
method is the constructor for the OMProtected object.
SignaturesOMProtected()
OMProtected(OMBoolean createMutex)
ParameterscreateMutex
A Boolean value that specifies whether
to create the RTOS mutex later in the lifetime of the protected object.
If you specify TRUE, the framework creates the mutex
by calling the initializeMutex operation.
Notes- OMProtected uses
the createOMOSMutex method
to create an OMOSMutex object. Initially, the mutex
is free.
- createOMOSMutex is
defined in xxos.cpp.