XXX Make me a template.
Public Member Functions | |||||||
ExactTaskAdvocate_Quo (const Broker::TaskParameters &tp) throw (CORBA::SystemException, Broker::DuplicateTaskParameter, Broker::InvalidTaskParameter, Broker::MissingTaskParameter) | |||||||
Construct an ExactTaskAdvocate_Quo object. | |||||||
virtual void | ReportCPU (CORBA::ULong status) throw (CORBA::SystemException, Broker::InvalidStatus) | ||||||
| |||||||
quo::ValueSC_ptr | GetLastStatus (void) | ||||||
Protected Attributes | |||||||
quo::ValueSC_var | eta_LastStatus | ||||||
The Quo system condition that stores the last reported status value. |
|
Construct an ExactTaskAdvocate_Quo object. In addition to the parameters recognized by its parents, this implementation will recognize:
|
|
|
|
The implementation in this subclass will call the parent's ReportCPU and then set the LastStatus system condition. Reimplemented from ExactTaskAdvocate. |