class XrlProfileV0p1Client


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods

Protected Members


Detailed Description

 XrlProfileV0p1Client (XrlSender* s)

XrlProfileV0p1Client

 ~XrlProfileV0p1Client ()

~XrlProfileV0p1Client

[virtual]

typedef XorpCallback1<void, const XrlError&>::RefPtr EnableCB

EnableCB

bool  send_enable ( const char* dst_xrl_target_name, const string& pname, const EnableCB& cb )

send_enable

Send Xrl intended to:

Enable profiling

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
pnameprofile variable
typedef XorpCallback1<void, const XrlError&>::RefPtr DisableCB

DisableCB

bool  send_disable ( const char* dst_xrl_target_name, const string& pname, const DisableCB& cb )

send_disable

Send Xrl intended to:

Disable profiling

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
pnameprofile variable
typedef XorpCallback1<void, const XrlError&>::RefPtr GetEntriesCB

GetEntriesCB

bool  send_get_entries ( const char* dst_xrl_target_name, const string& pname, const string& instance_name, const GetEntriesCB& cb )

send_get_entries

Send Xrl intended to:

Get log entries.

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
pnameprofile variable
instance_nameto send the profiling info to.
typedef XorpCallback1<void, const XrlError&>::RefPtr ClearCB

ClearCB

bool  send_clear ( const char* dst_xrl_target_name, const string& pname, const ClearCB& cb )

send_clear

Send Xrl intended to:

Clear the profiling entries

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
pnameprofile variable
typedef XorpCallback2<void, const XrlError&, const string*>::RefPtr ListCB

ListCB

bool  send_list ( const char* dst_xrl_target_name, const ListCB& cb )

send_list

Send Xrl intended to:

List all the profiling variables registered with this target.

Parameters:

dst_xrl_target_namethe Xrl target name of the destination.
XrlSender* _sender

_sender

[protected]


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:06 2006, using kdoc $.