class IfConfigObserver


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Protected Members


Detailed Description

 IfConfigObserver (IfConfig& ifc)

IfConfigObserver

 ~IfConfigObserver ()

~IfConfigObserver

[virtual]

IfConfig&  ifc ()

ifc

void  register_ifc_primary ()

register_ifc_primary

[virtual]

void  register_ifc_secondary ()

register_ifc_secondary

[virtual]

void  set_primary ()

set_primary

[virtual]

void  set_secondary ()

set_secondary

[virtual]

bool  is_primary ()

is_primary

[const virtual]

bool  is_secondary ()

is_secondary

[const virtual]

bool  is_running ()

is_running

[const virtual]

int  start (string& error_msg)

start

[pure virtual]

Start operation.

Parameters:

error_msgthe error message (if error).

Returns: XORP_OK on success, otherwise XORP_ERROR.

int  stop (string& error_msg)

stop

[pure virtual]

Stop operation.

Parameters:

error_msgthe error message (if error).

Returns: XORP_OK on success, otherwise XORP_ERROR.

void  receive_data (const vector<uint8_t>& buffer)

receive_data

[pure virtual]

Receive data from the underlying system.

Parameters:

bufferthe buffer with the received data.
bool _is_running

_is_running

[protected]


Generated by: pavlin on possum.icir.org on Wed Mar 21 11:23:22 2007, using kdoc $.