Typedef dds::core::status::StatusMask

Typedef Documentation

using dds::core::status::StatusMask = eprosima::fastdds::dds::StatusMask

StatusMask is a bitmap or bitset field.

This bitset is used to:

  • determine which listener functions to call

  • set conditions in dds::core::cond::StatusCondition

  • indicate status changes when calling dds::core::Entity::status_changes

See also

Status concept