|
ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
|
#include <SpatemCodec.hh>
Public Member Functions | |
| SpatemCodec () | |
| virtual | ~SpatemCodec () |
| virtual int | encode (const SPATEM__PDU__Descriptions::SPATEM &spatem, OCTETSTRING &data) |
| Encode typed message into an octet string. More... | |
| virtual int | decode (const OCTETSTRING &data, SPATEM__PDU__Descriptions::SPATEM &, Params *params=NULL) |
| Encode typed message into an octet string format. More... | |
Public Member Functions inherited from Codec< SPATEM__PDU__Descriptions::SPATEM, SPATEM__PDU__Descriptions::SPATEM > | |
| Codec () | |
| Reference to Params stack. More... | |
| virtual | ~Codec () |
| Default destructor . More... | |
Private Attributes | |
| SpatemPDUCodec | asnCodec |
Additional Inherited Members | |
Protected Attributes inherited from Codec< SPATEM__PDU__Descriptions::SPATEM, SPATEM__PDU__Descriptions::SPATEM > | |
| Params * | _params |
|
inlineexplicit |
|
inlinevirtual |
|
virtual |
Encode typed message into an octet string format.
| [in] | p_data | The message in its octet string |
| [out] | p_message | The decoded typed message |
Implements Codec< SPATEM__PDU__Descriptions::SPATEM, SPATEM__PDU__Descriptions::SPATEM >.
|
virtual |
Encode typed message into an octet string.
| [in] | p_message | The typed message to be encoded |
| [out] | p_data | The encoding result |
Implements Codec< SPATEM__PDU__Descriptions::SPATEM, SPATEM__PDU__Descriptions::SPATEM >.
|
private |
1.8.13