Fast DDS  Version 3.0.0
Fast DDS
Loading...
Searching...
No Matches
ParameterProtocolVersion_t Class Reference

#include <ParameterTypes.hpp>

Inheritance diagram for ParameterProtocolVersion_t:

Public Member Functions

 ParameterProtocolVersion_t ()
 Constructor without parameters.
 
 ParameterProtocolVersion_t (ParameterId_t pid, uint16_t in_length)
 Constructor using a parameter PID and the parameter length.
 
- Public Member Functions inherited from Parameter_t
FASTDDS_EXPORTED_API Parameter_t ()
 Constructor without parameters.
 
FASTDDS_EXPORTED_API Parameter_t (ParameterId_t pid, uint16_t length)
 Constructor using a parameter PID and the parameter length.
 
virtual FASTDDS_EXPORTED_API ~Parameter_t ()
 Destructor.
 
bool operator== (const Parameter_t &b) const
 

Public Attributes

fastdds::rtps::ProtocolVersion_t protocolVersion
 Protocol Version.
By default, c_ProtocolVersion.
 
- Public Attributes inherited from Parameter_t
ParameterId_t Pid
 Parameter ID.
By default, PID_PAD.
 
uint16_t length
 Parameter length.
By default, 0.
 

Constructor & Destructor Documentation

◆ ParameterProtocolVersion_t() [1/2]

Constructor without parameters.

◆ ParameterProtocolVersion_t() [2/2]

ParameterProtocolVersion_t ( ParameterId_t  pid,
uint16_t  in_length 
)
inline

Constructor using a parameter PID and the parameter length.

Parameters
pidPid of the parameter
in_lengthIts associated length

Member Data Documentation

◆ protocolVersion

Protocol Version.
By default, c_ProtocolVersion.


The documentation for this class was generated from the following file: