|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
This class provides a factory class to create an denm_layer class instance. More...
#include <udp_layer_factory.hh>
Public Member Functions | |
| udp_layer_factory () | |
| Reference to the unique instance of this class. More... | |
| virtual layer * | create_layer (const std::string &p_type, const std::string &p_param) |
| Create the layers stack based on the provided layers stack description. More... | |
Public Member Functions inherited from layer_factory | |
| layer_factory () | |
Static Private Attributes | |
| static udp_layer_factory | _f |
This class provides a factory class to create an denm_layer class instance.
This class provides a factory class to create an udp_layer class instance.
|
inline |
Reference to the unique instance of this class.
Default constructor Create a new instance of the udp_layer_factory class
|
inlinevirtual |
Create the layers stack based on the provided layers stack description.
| [in] | p_type | The provided layers stack description |
| [in] | p_params | Optional parameters |
Implements layer_factory.
|
staticprivate |
1.8.13