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

#include <ParameterTypes.hpp>

Inheritance diagram for ParameterStatusInfo_t:

Public Member Functions

 ParameterStatusInfo_t ()
 Constructor without parameter.
 
 ParameterStatusInfo_t (ParameterId_t pid, uint16_t in_length)
 Constructor using a parameter PID and the parameter length.
 
 ParameterStatusInfo_t (ParameterId_t pid, uint16_t in_length, uint8_t instatus)
 Constructor using a parameter PID, the parameter length and status value.
 
- 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

uint8_t status
 Status
By default, 0.
 
- 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

◆ ParameterStatusInfo_t() [1/3]

Constructor without parameter.

◆ ParameterStatusInfo_t() [2/3]

ParameterStatusInfo_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

◆ ParameterStatusInfo_t() [3/3]

ParameterStatusInfo_t ( ParameterId_t  pid,
uint16_t  in_length,
uint8_t  instatus 
)
inline

Constructor using a parameter PID, the parameter length and status value.

Parameters
pidPid of the parameter
in_lengthIts associated length
instatusuint8_t to be set as status

Member Data Documentation

◆ status

uint8_t status

Status
By default, 0.


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