|
DESERT 3.6.1
|
#include <ms2c_ClMessage.h>


Public Member Functions | |
| ClMsgS2CRxFailed () | |
| ClMsgS2CRxFailed (int stack_id, int dest_module_id) | |
| ClMsgS2CRxFailed (const ClMsgS2CRxFailed &msg) | |
| virtual | ~ClMsgS2CRxFailed () |
| void | set_n_rx_failed (int n_failed) |
| int | get_n_rx_failed () const |
Public Member Functions inherited from ClMsgUwPhy | |
| ClMsgUwPhy (ClMessage_t type) | |
| ClMsgUwPhy (int stack_id, int dest_module_id, ClMessage_t type) | |
| ClMsgUwPhy (const ClMsgUwPhy &msg) | |
| virtual | ~ClMsgUwPhy () |
| virtual ClMsgUwPhy * | copy () |
| void | setReqType (ReqType type) |
| ReqType | getReqType () |
Private Attributes | |
| int | n_rx_failed |
Additional Inherited Members | |
Public Types inherited from ClMsgUwPhy | |
| enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
Protected Attributes inherited from ClMsgUwPhy | |
| int | stack_id |
| ReqType | req_type |
Class representing the Cl message type used for retrieving the failed receptions counter of S2C devices.
Definition at line 155 of file ms2c_ClMessage.h.
| ClMsgS2CRxFailed::ClMsgS2CRxFailed | ( | ) |
Class constructor: no parameters.
Definition at line 94 of file ms2c_ClMessage.cc.
| ClMsgS2CRxFailed::ClMsgS2CRxFailed | ( | int | stack_id, |
| int | dest_module_id | ||
| ) |
Class constructor with parameters.
| int | stack_id: id of the stack |
| dest_mod_id | id of the destination module |
Definition at line 99 of file ms2c_ClMessage.cc.
| ClMsgS2CRxFailed::ClMsgS2CRxFailed | ( | const ClMsgS2CRxFailed & | msg | ) |
Class copy constrcutor.
Definition at line 106 of file ms2c_ClMessage.cc.
|
virtual |
Class destructor.
Definition at line 113 of file ms2c_ClMessage.cc.
|
inline |
Method used to retrieve the number of reception failures from the message.
Definition at line 191 of file ms2c_ClMessage.h.
| void ClMsgS2CRxFailed::set_n_rx_failed | ( | int | n_failed | ) |
Method used to set the number of reception failures in the message.
| n_failed | number of failed receptions to set |
Definition at line 117 of file ms2c_ClMessage.cc.
|
private |
Number of failed receptions.
Definition at line 197 of file ms2c_ClMessage.h.