Definition at line 27 of file RealTimeTaskDelegateImpl.hh.
Public Member Functions | ||||||||||||||||
RealTimeTaskDelegateImpl (void) | ||||||||||||||||
Construct a RealTimeTaskDelegateImpl. | ||||||||||||||||
virtual | ~RealTimeTaskDelegateImpl (void) | |||||||||||||||
Deconstruct a RealTimeTaskDelegateImpl. | ||||||||||||||||
virtual char * | Name (void) throw (CORBA::SystemException) | |||||||||||||||
Mostly useful for debugging. | ||||||||||||||||
virtual void | SetManager (Broker::Manager_ptr man) throw (CORBA::SystemException) | |||||||||||||||
| ||||||||||||||||
virtual void | BeginCPUScheduling (const Broker::ScheduleParameters &sp) throw (CORBA::SystemException, Broker::DuplicateScheduleParameter, Broker::InvalidScheduleParameter, Broker::MissingScheduleParameter) | |||||||||||||||
| ||||||||||||||||
virtual void | EndCPUScheduling (void) throw (CORBA::SystemException) | |||||||||||||||
| ||||||||||||||||
virtual Broker::CPUReserve | PassCPU (Broker::RealTimeTask_ptr rtt, const Broker::CPUReserve &status, const Broker::CPUReserve &advice, const Broker::KeyedReportParameters &krp) throw (CORBA::SystemException) | |||||||||||||||
This method would then be used by adaptation proxies to change the advice parameter to their liking.
| ||||||||||||||||
virtual Broker::CPUReserve | ReportCPU (const Broker::CPUReserve &status, const Broker::CPUReserve &advice, const Broker::KeyedReportParameters &krp) throw (CORBA::SystemException) | |||||||||||||||
This method would then be used by adaptation proxies to change the advice parameter to their liking.
|