

Definition at line 30 of file QuoAdvocate.hh.
Public Member Functions | |||||||||
| QuoAdvocate (void) | |||||||||
| Default constructor. | |||||||||
| virtual | ~QuoAdvocate (void) | ||||||||
| Destructor. | |||||||||
| virtual void | SetDelegateAttribute (const char *id, const CORBA::Any &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< T, T_var >. Definition at line 81 of file QuoAdvocate.cc. References DelegateMixin< T, T_var >::GetDelegateAttribute(). |
Here is the call graph for this function:

|
||||||||||||
|
Currently supported 'id' values are:
Reimplemented from DelegateMixin< T, T_var >. Definition at line 37 of file QuoAdvocate.cc. References DelegateMixin< T, T_var >::SetDelegateAttribute(). |
Here is the call graph for this function:

1.3.6