XrlProfileClientV0p1Client (XrlSender* s)
| XrlProfileClientV0p1Client |
~XrlProfileClientV0p1Client ()
| ~XrlProfileClientV0p1Client |
[virtual]
typedef XorpCallback1<void, const XrlError&>::RefPtr LogCB | LogCB |
bool send_log (
const char* target_name,
const string& pname,
const uint32_t& sec,
const uint32_t& usec,
const string& comment,
const LogCB& cb
)
| send_log |
Send Xrl intended to:
A log entry that is sent from a profile server.
Parameters:
tgt_name | Xrl Target name |
pname | profiling variable. |
sec | absolute time in seconds that this entry was created. |
usec | absolute time in micro seconds that this entry was created. |
comment | a comment to be appended to this entry. |
typedef XorpCallback1<void, const XrlError&>::RefPtr FinishedCB | FinishedCB |
bool send_finished (
const char* target_name,
const string& pname,
const FinishedCB& cb
)
| send_finished |
Send Xrl intended to:
Sent to notify the client that all log entries have been sent.
Parameters:
tgt_name | Xrl Target name |
pname | profiling variable. |
XrlSender* _sender | _sender |
[protected]