Definition at line 26 of file MinMaxTaskAdvocate.hh.
Public Member Functions | |||||||||
MinMaxTaskAdvocate (void) | |||||||||
Default constructor. | |||||||||
virtual | ~MinMaxTaskAdvocate (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.
| |||||||||
Private Attributes | |||||||||
CORBA::ULong | mm_Minimum | ||||||||
Minimum advice to be reported by this advocate. | |||||||||
CORBA::ULong | mm_Maximum | ||||||||
Maximum advice to be reported by this advocate. |
|
Currently supported 'id' values are:
Reimplemented from DelegateMixin< T, T_var >. Definition at line 89 of file MinMaxTaskAdvocate.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 47 of file MinMaxTaskAdvocate.cc. References DelegateMixin< T, T_var >::SetDelegateAttribute(). |
Here is the call graph for this function: