Definition at line 29 of file LoggingAdvocate.hh.
Public Member Functions | |||||||
virtual void | SetDelegateAttribute (const char *id, const CORBA::Any &value) throw (CORBA::SystemException) | ||||||
| |||||||
virtual void | ReportCPU (Broker::RealTimeTask_ptr rtt, CORBA::ULong status, CORBA::ULong advice) throw (CORBA::SystemException) | ||||||
This method would then be used by adaptation proxies to change the advice parameter to their liking.
| |||||||
Protected Attributes | |||||||
timeval | eta_StartTime | ||||||
The time that this object was constructed. | |||||||
timeval | eta_LastCPULog | ||||||
The last time that the CPU usage was logged. | |||||||
ofstream * | eta_CPULog | ||||||
The output stream for the CPU usage log. | |||||||
timeval | eta_LastAdviceLog | ||||||
The last time the advice was logged. | |||||||
ofstream * | eta_AdviceLog | ||||||
The output stream for the advice log. | |||||||
ofstream * | eta_CompleteLog | ||||||
The output stream for the completion log. |