Class ParameterStatusInfo_t

Inheritance Relationships

Base Type

Class Documentation

class ParameterStatusInfo_t : public eprosima::fastdds::dds::Parameter_t

Public Functions

inline ParameterStatusInfo_t()

Constructor without parameter.

inline ParameterStatusInfo_t(ParameterId_t pid, uint16_t in_length)

Constructor using a parameter PID and the parameter length

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

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

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

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

  • instatus – uint8_t to be set as status

Public Members

uint8_t status

Status

By default, 0.