TTEthernet Model for INET Framework
|
Class that contains different pointers. More...
#include <TTEAPIApplicationBase.h>
Public Attributes | |
Buffer * | buffer |
Pointer to a Buffer for the current application request. More... | |
EtherFrame * | frame |
Pointer to an EtherFrame for the current application request. More... | |
void * | data |
Pointer to the raw data. More... | |
Class that contains different pointers.
Internally used for TTEthernet-API
Definition at line 42 of file TTEAPIApplicationBase.h.
Buffer* TTEthernetModel::TTEAPIPriv::buffer |
Pointer to a Buffer for the current application request.
Definition at line 48 of file TTEAPIApplicationBase.h.
Referenced by TTEthernetModel::APICallback::executeCallback(), TTEthernetModel::TTEAPIApplicationBase::tte_close_output_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_get_bg_input_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_get_bg_output_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_get_buf_var(), TTEthernetModel::TTEAPIApplicationBase::tte_get_ct_input_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_get_ct_output_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_open_input_buf(), and TTEthernetModel::TTEAPIApplicationBase::tte_set_buf_var().
void* TTEthernetModel::TTEAPIPriv::data |
Pointer to the raw data.
Definition at line 58 of file TTEAPIApplicationBase.h.
Referenced by TTEthernetModel::TTEAPIApplicationBase::tte_close_input_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_close_output_buf(), TTEthernetModel::TTEAPIApplicationBase::tte_open_input_buf(), and TTEthernetModel::TTEAPIApplicationBase::tte_open_output_buf().
EtherFrame* TTEthernetModel::TTEAPIPriv::frame |
Pointer to an EtherFrame for the current application request.
Definition at line 53 of file TTEAPIApplicationBase.h.
Referenced by TTEthernetModel::TTEAPIApplicationBase::tte_close_output_buf(), and TTEthernetModel::TTEAPIApplicationBase::tte_open_output_buf().