XrlCmdMap* _cmds | _cmds |
[protected]
XrlDemoFeaIfmgrClientTargetBase (XrlCmdMap* cmds = 0)
| XrlDemoFeaIfmgrClientTargetBase |
Constructor.
Parameters:
cmds | an XrlCmdMap that the commands associated with the target should be added to. This is typically the XrlRouter associated with the target. |
~XrlDemoFeaIfmgrClientTargetBase ()
| ~XrlDemoFeaIfmgrClientTargetBase |
[virtual]
Destructor.
Dissociates instance commands from command map.
bool set_command_map (XrlCmdMap* cmds)
| set_command_map |
Set command map.
Parameters:
cmds | pointer to command map to associate commands with. This argument is typically a pointer to the XrlRouter associated with the target. |
Returns: true on success, false if cmds is null or a command map has already been supplied.
inline const string& name ()
| name |
[const]
Get Xrl instance name associated with command map.
inline const char* version ()
| version |
[const]
Get version string of instance.
XrlCmdError common_0_1_get_target_name (
string& name)
| common_0_1_get_target_name |
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
XrlCmdError common_0_1_get_version (
string& version)
| common_0_1_get_version |
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Get version string from Xrl Target
XrlCmdError common_0_1_get_status (
uint32_t& status,
string& reason)
| common_0_1_get_status |
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
XrlCmdError common_0_1_shutdown ()
| common_0_1_shutdown |
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Request clean shutdown of Xrl Target
XrlCmdError fea_ifmgr_client_0_1_interface_update (
const string& ifname,
const uint32_t& event)
| fea_ifmgr_client_0_1_interface_update |
[protected pure virtual]
XrlCmdError fea_ifmgr_client_0_1_vif_update (
const string& ifname,
const string& vifname,
const uint32_t& event)
| fea_ifmgr_client_0_1_vif_update |
[protected pure virtual]
XrlCmdError fea_ifmgr_client_0_1_vifaddr4_update (
const string& ifname,
const string& vifname,
const IPv4& addr,
const uint32_t& event)
| fea_ifmgr_client_0_1_vifaddr4_update |
[protected pure virtual]
XrlCmdError fea_ifmgr_client_0_1_vifaddr6_update (
const string& ifname,
const string& vifname,
const IPv6& addr,
const uint32_t& event)
| fea_ifmgr_client_0_1_vifaddr6_update |
[protected pure virtual]
XrlCmdError fea_ifmgr_client_0_1_updates_completed ()
| fea_ifmgr_client_0_1_updates_completed |
[protected pure virtual]