|
| | UpperTesterMapemSpatemLayer () |
| |
| | UpperTesterMapemSpatemLayer (const std::string &p_type, const std::string ¶m) |
| |
| virtual | ~UpperTesterMapemSpatemLayer () |
| |
| void | sendMsg (const LibItsMapemSpatem__TypesAndValues::UtMapemSpatemInitialize &send_par, Params ¶ms) |
| |
| void | sendMsg (const LibItsMapemSpatem__TypesAndValues::UtMapemSpatemTrigger &send_par, Params ¶ms) |
| |
| virtual void | send_data (OCTETSTRING &data, Params ¶ms) |
| | Send bytes formated data to the lower layers. More...
|
| |
| virtual void | receive_data (OCTETSTRING &data, Params &info) |
| | Receive bytes formated data from the lower layers. More...
|
| |
| | t_layer () |
| | The list of the upper ports. More...
|
| |
| | t_layer (const std::string &p_type) |
| | Specialized constructor Create a new instance of the layer class with its type description. More...
|
| |
| void | add_upper_port (LibItsMapemSpatem__TestSystem::UpperTesterPort *p_port) |
| | Add a new upper port layer. More...
|
| |
| void | remove_upper_port (LibItsMapemSpatem__TestSystem::UpperTesterPort *) |
| | Remove the specified upper layer port protocol from the list of the upper layers. More...
|
| |
| | layer () |
| | Type description, it indicates the protocol type (e.g. CAM, DENM, GN, ETH, PCAP...) More...
|
| |
| | layer (const std::string &p_type) |
| | Specialized constructor Create a new instance of the layer class with its type description. More...
|
| |
| virtual | ~layer () |
| | Default destructor. More...
|
| |
| void | delete_layer () |
| | Delete this layer. More...
|
| |
| void | add_upper_layer (layer *p_layer) |
| | Add a new layer in the list of the upper layer. More...
|
| |
| void | remove_upper_layer (layer *p_layer) |
| | Remove the specified upper layer protocol from the list of the upper layer. More...
|
| |
| const std::string & | to_string () const |
| | Remove the specified upper layer protocol from the list of the upper layer. More...
|
| |