Definition at line 30 of file QuoAdvocate.hh.
Public Member Functions | |||||||||||||
QuoAdvocate (void) | |||||||||||||
Default constructor. | |||||||||||||
virtual | ~QuoAdvocate (void) | ||||||||||||
Destructor. | |||||||||||||
virtual void | SetDelegateAttributeObject (const char *id, const CORBA::Object_ptr value) throw (CORBA::SystemException) | ||||||||||||
| |||||||||||||
virtual CORBA::Any * | GetDelegateAttribute (const char *id) 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.
| |||||||||||||
Protected Attributes | |||||||||||||
quo::ValueSC_var | eta_Status | ||||||||||||
The QuO system condition that should be updated with the 'status' value given in ReportCPU. | |||||||||||||
quo::ValueSC_var | eta_Advice | ||||||||||||
The QuO system condition that should be updated with the 'advice' value given in ReportCPU. |
|
Currently supported 'id' values are:
Reimplemented from DelegateMixin< Broker::RealTimeTask, Broker::RealTimeTask_var >. Definition at line 66 of file QuoAdvocate.cc. References DelegateMixin< Broker::RealTimeTask, Broker::RealTimeTask_var >::GetDelegateAttribute(). |
Here is the call graph for this function:
|
Currently supported 'id' values are:
Reimplemented from DelegateMixin< Broker::RealTimeTask, Broker::RealTimeTask_var >. Definition at line 37 of file QuoAdvocate.cc. |