/** * @file RT_Class.inl * * @author Carlos O'Ryan */ ACE_INLINE int RT_Class::prc_sched_class () const { return this->prc_sched_class_; } ACE_INLINE int RT_Class::thr_sched_class () const { return this->thr_sched_class_; } ACE_INLINE int RT_Class::priority_process () const { return this->priority_process_; } ACE_INLINE int RT_Class::priority_high () const { return this->priority_high_; } ACE_INLINE int RT_Class::priority_low () const { return this->priority_low_; }