TAO_RTEvent
2.0.8
|
Define the RtecBase module. More...
Classes | |
struct | RtecBase::Dependency_Info |
Define dependencies between two RT_Infos. More... | |
Namespaces | |
namespace | RtecBase |
Define types shared by the real-time scheduling and event services. | |
Typedefs | |
typedef long | RtecBase::handle_t |
Provide a fast, low-footprint identifier for RT_Infos. | |
typedef long | RtecBase::OS_Priority |
Helper typedef to define the OS priority. | |
typedef long | RtecBase::Preemption_Priority_t |
Helper typedef to define the OS-independent priority. | |
typedef long | RtecBase::Preemption_Subpriority_t |
Helper typedef to define the OS-independent sub-priority. | |
Enumerations | |
enum | RtecBase::Dependency_Type_t { RtecBase::ONE_WAY_CALL, RtecBase::TWO_WAY_CALL } |
Specify type of call. More... | |
enum | RtecBase::Dependency_Enabled_Type_t { RtecBase::DEPENDENCY_DISABLED, RtecBase::DEPENDENCY_ENABLED, RtecBase::DEPENDENCY_NON_VOLATILE } |
Define the RtecBase module.
RtecBase.idl,v 1.2 2001/09/17 20:50:34 coryan Exp