| FtiConfigTableObserverRtsock (FtiConfig& ftic)
| FtiConfigTableObserverRtsock |
| ~FtiConfigTableObserverRtsock ()
| ~FtiConfigTableObserverRtsock |
[virtual]
| int start (string& error_msg)
| start |
[virtual]
Start operation.
Parameters:
| error_msg | the error message (if error). |
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigTableObserver.
| int stop (string& error_msg)
| stop |
[virtual]
Stop operation.
Parameters:
| error_msg | the error message (if error). |
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigTableObserver.
| void receive_data (const vector<uint8_t>& buffer)
| receive_data |
[virtual]
Receive data from the underlying system.
Parameters:
| buffer | the buffer with the received data. |
Reimplemented from FtiConfigTableObserver.
| void rtsock_data (const vector<uint8_t>& buffer)
| rtsock_data |
Reimplemented from RoutingSocketObserver.