FtiConfigEntryObserver (FtiConfig& ftic)
| FtiConfigEntryObserver |
~FtiConfigEntryObserver ()
| ~FtiConfigEntryObserver |
[virtual]
FtiConfig& ftic ()
| ftic |
void register_ftic ()
| register_ftic |
[virtual]
int start ()
| start |
[pure virtual]
Start operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
int stop ()
| stop |
[pure virtual]
Stop operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
void receive_data (const uint8_t* data, size_t nbytes)
| receive_data |
[pure virtual]
Receive data from the underlying system.
Parameters:
data | the buffer with the received data. |
nbytes | the number of bytes in the data buffer data. |
bool _is_running | _is_running |
[protected]