Public Member Functions | |
virtual int | decode (TAO_InputCDR &cdr) |
Extracts data from . Returns 0 on success, -1 on error. | |
Public Attributes | |
RtecEventComm::EventSet | events |
|
Extracts data from . Returns 0 on success, -1 on error.
Implements TAO_ECG_CDR_Processor. Definition at line 188 of file ECG_UDP_Receiver.cpp. References ACE_ERROR_RETURN, events, and LM_ERROR.
00189 { 00190 if (!(cdr >> this->events)) 00191 { 00192 ACE_ERROR_RETURN ((LM_ERROR, 00193 "Error decoding events cdr.\n"), 00194 -1); 00195 } 00196 return 0; 00197 } |
|
Definition at line 184 of file ECG_UDP_Receiver.cpp. Referenced by decode(), and TAO_ECG_UDP_Receiver::handle_input(). |