DESERT 3.5.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 |
![]() | |
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 | |
![]() | |
enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
![]() | |
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.