Classes | |
| class | DirIter |
| A class for iterating over all items in a directory. More... | |
| class | Factory |
| A factory that generates protobuf message based on a string type. This class will also try to load all Protobuf descriptors specified in the IGN_DESCRIPTOR_PATH environment variable on program start. More... | |
| class | FuelMetadata_AnnotationsEntry_DoNotUse |
| class | Param_ParamsEntry_DoNotUse |
| class | PointCloudPackedConstIterator |
| Same as a PointCloudPackedIterator but for const data. More... | |
| class | PointCloudPackedIterator |
| Class that can iterate over a PointCloudPacked message. More... | |
| class | PROTOBUF_FINAL |
| class | SdfGeneratorConfig_OverrideEntityGenConfigsEntry_DoNotUse |
| class | SerializedEntityMap_ComponentsEntry_DoNotUse |
| class | SerializedStateMap_EntitiesEntry_DoNotUse |
Functions | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Any_ValueType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Any_ValueType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Any_ValueType_Name (T enum_t_value) |
| bool | Any_ValueType_Parse (const std::string &name, Any_ValueType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Atmosphere_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Atmosphere_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Atmosphere_Type_Name (T enum_t_value) |
| bool | Atmosphere_Type_Parse (const std::string &name, Atmosphere_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | BatteryState_PowerSupplyStatus_descriptor () |
| IGNITION_MSGS_VISIBLE bool | BatteryState_PowerSupplyStatus_IsValid (int value) |
| template<typename T > | |
| const std::string & | BatteryState_PowerSupplyStatus_Name (T enum_t_value) |
| bool | BatteryState_PowerSupplyStatus_Parse (const std::string &name, BatteryState_PowerSupplyStatus *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | CameraInfo_Distortion_DistortionModelType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | CameraInfo_Distortion_DistortionModelType_IsValid (int value) |
| template<typename T > | |
| const std::string & | CameraInfo_Distortion_DistortionModelType_Name (T enum_t_value) |
| bool | CameraInfo_Distortion_DistortionModelType_Parse (const std::string &name, CameraInfo_Distortion_DistortionModelType *value) |
| msgs::Boolean | Convert (const bool &_b) |
| Convert a bool to a msgs::Boolean. More... | |
| msgs::Double | Convert (const double &_d) |
| Convert a double to a msgs::Double. More... | |
| msgs::Float | Convert (const float &_f) |
| Convert a float to a msgs::Float. More... | |
| msgs::PlaneGeom | Convert (const ignition::math::Planed &_p) |
| Convert a ignition::math::Planed to a msgs::PlaneGeom. More... | |
| msgs::Pose | Convert (const ignition::math::Pose3d &_p) |
| Convert a ignition::math::Pose3d to a msgs::Pose. More... | |
| msgs::Quaternion | Convert (const ignition::math::Quaterniond &_q) |
| Convert a ignition::math::Quaterniond to a msgs::Quaternion. More... | |
| msgs::Vector2d | Convert (const ignition::math::Vector2d &_v) |
| Convert a ignition::math::Vector2d to a msgs::Vector2d. More... | |
| msgs::Vector3d | Convert (const ignition::math::Vector3d &_v) |
| Convert a ignition::math::Vector3d to a msgs::Vector3d. More... | |
| msgs::Int32 | Convert (const int32_t &_i) |
| Convert an int32_t to a msgs::Int32. More... | |
| msgs::Int64 | Convert (const int64_t &_i) |
| Convert an int64_t to a msgs::Int64. More... | |
| msgs::AxisAlignedBox | Convert (const math::AxisAlignedBox &_b) |
| Convert ignition::math::AxisAlignedBox to msgs::AxisAlignedBox. More... | |
| msgs::Color | Convert (const math::Color &_c) |
| Convert a math::Color to a msgs::Color. More... | |
| msgs::Inertial | Convert (const math::Inertiald &_i) |
| Convert an math::Inertiald to a msgs::Inertial. More... | |
| msgs::Inertial | Convert (const math::MassMatrix3d &_m) |
| Convert an math::MassMatrix3d to a msgs::Inertial. More... | |
| msgs::SphericalCoordinates | Convert (const math::SphericalCoordinates &_coord) |
| Convert an math::SphericalCoordinates to a msgs::SphericalCoordinates. More... | |
| math::AxisAlignedBox | Convert (const msgs::AxisAlignedBox &_b) |
| Convert a msgs::AxisAlignedBox to an ignition::math::AxisAlignedBox. More... | |
| bool | Convert (const msgs::Boolean &_m) |
| Convert a msgs::Boolean to a bool. More... | |
| math::Color | Convert (const msgs::Color &_c) |
| Convert a msgs::Color to a math::Color. More... | |
| double | Convert (const msgs::Double &_m) |
| Convert a msgs::Double to a double. More... | |
| float | Convert (const msgs::Float &_m) |
| Convert a msgs::Float to a float. More... | |
| math::Inertiald | Convert (const msgs::Inertial &_i) |
| Convert a msgs::Inertial to an ignition::math::Inertiald. More... | |
| int32_t | Convert (const msgs::Int32 &_m) |
| Convert a msgs::Int32 to an int32_t. More... | |
| int64_t | Convert (const msgs::Int64 &_m) |
| Convert a msgs::Int64 to an int64_t. More... | |
| ignition::math::Planed | Convert (const msgs::PlaneGeom &_p) |
| Convert a msgs::PlaneGeom to an ignition::math::Planed. More... | |
| ignition::math::Pose3d | Convert (const msgs::Pose &_p) |
| Convert a msgs::Pose to an ignition::math::Pose3d. More... | |
| ignition::math::Quaterniond | Convert (const msgs::Quaternion &_q) |
| Convert a msgs::Quaternion to an ignition::math::Quaterniond. More... | |
| math::SphericalCoordinates | Convert (const msgs::SphericalCoordinates &_coord) |
| Convert a msgs::SphericalCoordinates to an ignition::math::SphericalCoordinates. More... | |
| std::string | Convert (const msgs::StringMsg &_m) |
| Convert a msgs::StringMsg to an std::string. More... | |
| std::chrono::steady_clock::duration | Convert (const msgs::Time &_time) |
| Convert a msgs::Time to a std::chrono::steady_clock::duration. More... | |
| uint32_t | Convert (const msgs::UInt32 &_m) |
| Convert a msgs::UInt32 to a uint32_t. More... | |
| uint64_t | Convert (const msgs::UInt64 &_m) |
| Convert a msgs::UInt64 to a uint64_t. More... | |
| ignition::math::Vector2d | Convert (const msgs::Vector2d &_v) |
| Convert a msgs::Vector2d to an ignition::math::Vector2d. More... | |
| ignition::math::Vector3d | Convert (const msgs::Vector3d &_v) |
| Convert a msgs::Vector3d to an ignition::math::Vector. More... | |
| msgs::Time | Convert (const std::chrono::steady_clock::duration &_time_point) |
| Convert a std::chrono::steady_clock::duration to a msgs::Time. More... | |
| msgs::StringMsg | Convert (const std::string &_s) |
| Convert an std::string to a msgs::StringMsg. More... | |
| msgs::UInt32 | Convert (const uint32_t &_u) |
| Convert a uint32_t to a msgs::UInt32. More... | |
| msgs::UInt64 | Convert (const uint64_t &_u) |
| Convert a uint64_t to a msgs::UInt64. More... | |
| bool | ConvertFuelMetadata (const msgs::FuelMetadata &_meta, std::string &_modelConfigStr) |
| Convert a FuelMetadata message to a string containing XML data that matches the model.config format. More... | |
| bool | ConvertFuelMetadata (const std::string &_modelConfigStr, msgs::FuelMetadata &_meta) |
| Convert the contents of a model.config file, in the form of an XML string, to a FuelMetadata message. More... | |
| std::string | ConvertGeometryType (const msgs::Geometry::Type _type) |
| Convert a msgs::Geometry::Type to a string. More... | |
| msgs::Geometry::Type | ConvertGeometryType (const std::string &_str) |
| Convert a string to a msgs::Geometry::Type enum. More... | |
| std::string | ConvertJointType (const msgs::Joint::Type &_type) |
| Convert a msgs::Joint::Type to a string. More... | |
| msgs::Joint::Type | ConvertJointType (const std::string &_str) |
| Convert a string to a msgs::Joint::Type enum. More... | |
| std::string | ConvertPixelFormatType (const msgs::PixelFormatType &_t) |
| Convert a PixelFormatType to a string. This can be used for debugging purposes. More... | |
| msgs::PixelFormatType | ConvertPixelFormatType (const std::string &_str) |
| Convert a string to a msgs::PixelFormatType enum. More... | |
| std::string | ConvertShaderType (const msgs::Material::ShaderType &_type) |
| Convert a msgs::ShaderType to a string. More... | |
| msgs::Material::ShaderType | ConvertShaderType (const std::string &_str) |
| Convert a string to a msgs::Material::ShaderType enum. More... | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Discovery_Publisher_Scope_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Discovery_Publisher_Scope_IsValid (int value) |
| template<typename T > | |
| const std::string & | Discovery_Publisher_Scope_Name (T enum_t_value) |
| bool | Discovery_Publisher_Scope_Parse (const std::string &name, Discovery_Publisher_Scope *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Discovery_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Discovery_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Discovery_Type_Name (T enum_t_value) |
| bool | Discovery_Type_Parse (const std::string &name, Discovery_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Entity_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Entity_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Entity_Type_Name (T enum_t_value) |
| bool | Entity_Type_Parse (const std::string &name, Entity_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Fog_FogType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Fog_FogType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Fog_FogType_Name (T enum_t_value) |
| bool | Fog_FogType_Parse (const std::string &name, Fog_FogType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Geometry_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Geometry_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Geometry_Type_Name (T enum_t_value) |
| bool | Geometry_Type_Parse (const std::string &name, Geometry_Type *value) |
| void | InitPointCloudPacked (msgs::PointCloudPacked &_msg, const std::string &_frameId, bool _memoryAligned, const std::vector< std::pair< std::string, msgs::PointCloudPacked::Field::DataType >> &_fields) |
| This function will set the header and field members of a PointCloudPacked message. This will clear existing values in the PointCloudPacked field and header. More... | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Joint_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Joint_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Joint_Type_Name (T enum_t_value) |
| bool | Joint_Type_Parse (const std::string &name, Joint_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Light_LightType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Light_LightType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Light_LightType_Name (T enum_t_value) |
| bool | Light_LightType_Parse (const std::string &name, Light_LightType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | LogStatus_LogFile_Units_descriptor () |
| IGNITION_MSGS_VISIBLE bool | LogStatus_LogFile_Units_IsValid (int value) |
| template<typename T > | |
| const std::string & | LogStatus_LogFile_Units_Name (T enum_t_value) |
| bool | LogStatus_LogFile_Units_Parse (const std::string &name, LogStatus_LogFile_Units *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Marker_Action_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Marker_Action_IsValid (int value) |
| template<typename T > | |
| const std::string & | Marker_Action_Name (T enum_t_value) |
| bool | Marker_Action_Parse (const std::string &name, Marker_Action *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Marker_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Marker_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Marker_Type_Name (T enum_t_value) |
| bool | Marker_Type_Parse (const std::string &name, Marker_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Marker_Visibility_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Marker_Visibility_IsValid (int value) |
| template<typename T > | |
| const std::string & | Marker_Visibility_Name (T enum_t_value) |
| bool | Marker_Visibility_Parse (const std::string &name, Marker_Visibility *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Material_PBR_WorkflowType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Material_PBR_WorkflowType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Material_PBR_WorkflowType_Name (T enum_t_value) |
| bool | Material_PBR_WorkflowType_Parse (const std::string &name, Material_PBR_WorkflowType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Material_ShaderType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Material_ShaderType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Material_ShaderType_Name (T enum_t_value) |
| bool | Material_ShaderType_Parse (const std::string &name, Material_ShaderType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | ParameterError_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | ParameterError_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | ParameterError_Type_Name (T enum_t_value) |
| bool | ParameterError_Type_Parse (const std::string &name, ParameterError_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | ParticleEmitter_EmitterType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | ParticleEmitter_EmitterType_IsValid (int value) |
| template<typename T > | |
| const std::string & | ParticleEmitter_EmitterType_Name (T enum_t_value) |
| bool | ParticleEmitter_EmitterType_Parse (const std::string &name, ParticleEmitter_EmitterType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Physics_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Physics_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Physics_Type_Name (T enum_t_value) |
| bool | Physics_Type_Parse (const std::string &name, Physics_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | PixelFormatType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | PixelFormatType_IsValid (int value) |
| template<typename T > | |
| const std::string & | PixelFormatType_Name (T enum_t_value) |
| bool | PixelFormatType_Parse (const std::string &name, PixelFormatType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | PointCloudPacked_Field_DataType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | PointCloudPacked_Field_DataType_IsValid (int value) |
| template<typename T > | |
| const std::string & | PointCloudPacked_Field_DataType_Name (T enum_t_value) |
| bool | PointCloudPacked_Field_DataType_Parse (const std::string &name, PointCloudPacked_Field_DataType *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | RestResponse_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | RestResponse_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | RestResponse_Type_Name (T enum_t_value) |
| bool | RestResponse_Type_Parse (const std::string &name, RestResponse_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | SensorNoise_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | SensorNoise_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | SensorNoise_Type_Name (T enum_t_value) |
| bool | SensorNoise_Type_Parse (const std::string &name, SensorNoise_Type *value) |
| void | Set (msgs::AxisAlignedBox *_b, const math::AxisAlignedBox &_v) |
| Set a msgs::AxisAlignedBox from a math::AxisAlignedBox. More... | |
| void | Set (msgs::Boolean *_p, const bool &_v) |
| Set a msgs::Boolean from a bool. More... | |
| void | Set (msgs::Color *_c, const math::Color &_v) |
| Set a msgs::Color from a math::Color. More... | |
| void | Set (msgs::Double *_p, const double &_v) |
| Set a msgs::Double from a double. More... | |
| void | Set (msgs::Float *_p, const float &_v) |
| Set a msgs::Float from a float. More... | |
| void | Set (msgs::Inertial *_i, const math::Inertiald &_m) |
| Set a msgs::Inertial from an math::Inertiald. More... | |
| void | Set (msgs::Inertial *_i, const math::MassMatrix3d &_m) |
| Set a msgs::Inertial from an math::MassMatrix3d. More... | |
| void | Set (msgs::Int32 *_p, const int32_t &_v) |
| Set a msgs::Int32 from an int32_t. More... | |
| void | Set (msgs::Int64 *_p, const int64_t &_v) |
| Set a msgs::Int64 from an int64_t. More... | |
| void | Set (msgs::PlaneGeom *_p, const ignition::math::Planed &_v) |
| Set a msgs::Plane from an ignition::math::Planed. More... | |
| void | Set (msgs::Pose *_p, const ignition::math::Pose3d &_v) |
| Set a msgs::Pose from an ignition::math::Pose3d. More... | |
| void | Set (msgs::Quaternion *_q, const ignition::math::Quaterniond &_v) |
| Set a msgs::Quaternion from an ignition::math::Quaterniond. More... | |
| void | Set (msgs::SphericalCoordinates *_sc, const math::SphericalCoordinates &_m) |
| Set a msgs::SphericalCoordinates from a math::SphericalCoordinates. More... | |
| void | Set (msgs::StringMsg *_p, const std::string &_v) |
| Set a msgs::StringMsg from an std::string. More... | |
| void | Set (msgs::UInt32 *_p, const uint32_t &_v) |
| Set a msgs::UInt32 from a uint32_t. More... | |
| void | Set (msgs::UInt64 *_p, const uint64_t &_v) |
| Set a msgs::UInt64 from an uint64_t. More... | |
| void | Set (msgs::Vector2d *_pt, const ignition::math::Vector2d &_v) |
| Set a msgs::Vector2d from an ignition::math::Vector2d. More... | |
| void | Set (msgs::Vector3d *_pt, const ignition::math::Vector3d &_v) |
| Set a msgs::Vector3d from an ignition::math::Vector3d. More... | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Shadows_ShadowType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Shadows_ShadowType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Shadows_ShadowType_Name (T enum_t_value) |
| bool | Shadows_ShadowType_Parse (const std::string &name, Shadows_ShadowType *value) |
| int | sizeOfPointField (PointCloudPacked::Field::DataType _dataType) |
| Return the size of a datatype (which is an enum of ignition::msgs::PointCloudPacked::Field) in bytes. More... | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | SphericalCoordinates_SurfaceModel_descriptor () |
| IGNITION_MSGS_VISIBLE bool | SphericalCoordinates_SurfaceModel_IsValid (int value) |
| template<typename T > | |
| const std::string & | SphericalCoordinates_SurfaceModel_Name (T enum_t_value) |
| bool | SphericalCoordinates_SurfaceModel_Parse (const std::string &name, SphericalCoordinates_SurfaceModel *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Statistic_DataType_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Statistic_DataType_IsValid (int value) |
| template<typename T > | |
| const std::string & | Statistic_DataType_Name (T enum_t_value) |
| bool | Statistic_DataType_Parse (const std::string &name, Statistic_DataType *value) |
| std::string | ToString (const msgs::Discovery::Type &_t) |
| Convert a Discovery::Type to a string. This can be used for debugging purposes. More... | |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | UserCmd_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | UserCmd_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | UserCmd_Type_Name (T enum_t_value) |
| bool | UserCmd_Type_Parse (const std::string &name, UserCmd_Type *value) |
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Visual_Type_descriptor () |
| IGNITION_MSGS_VISIBLE bool | Visual_Type_IsValid (int value) |
| template<typename T > | |
| const std::string & | Visual_Type_Name (T enum_t_value) |
| bool | Visual_Type_Parse (const std::string &name, Visual_Type *value) |
Variables | |
| IGNITION_MSGS_VISIBLE Actor_AnimationDefaultTypeInternal | _Actor_Animation_default_instance_ |
| IGNITION_MSGS_VISIBLE ActorDefaultTypeInternal | _Actor_default_instance_ |
| IGNITION_MSGS_VISIBLE Actor_TrajectoryDefaultTypeInternal | _Actor_Trajectory_default_instance_ |
| IGNITION_MSGS_VISIBLE Actor_WaypointDefaultTypeInternal | _Actor_Waypoint_default_instance_ |
| IGNITION_MSGS_VISIBLE ActuatorsDefaultTypeInternal | _Actuators_default_instance_ |
| IGNITION_MSGS_VISIBLE AirPressureSensorDefaultTypeInternal | _AirPressureSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE AltimeterDefaultTypeInternal | _Altimeter_default_instance_ |
| IGNITION_MSGS_VISIBLE AltimeterSensorDefaultTypeInternal | _AltimeterSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE AnnotatedAxisAligned2DBoxDefaultTypeInternal | _AnnotatedAxisAligned2DBox_default_instance_ |
| IGNITION_MSGS_VISIBLE AnnotatedAxisAligned2DBox_VDefaultTypeInternal | _AnnotatedAxisAligned2DBox_V_default_instance_ |
| IGNITION_MSGS_VISIBLE AnnotatedOriented3DBoxDefaultTypeInternal | _AnnotatedOriented3DBox_default_instance_ |
| IGNITION_MSGS_VISIBLE AnnotatedOriented3DBox_VDefaultTypeInternal | _AnnotatedOriented3DBox_V_default_instance_ |
| IGNITION_MSGS_VISIBLE AnyDefaultTypeInternal | _Any_default_instance_ |
| IGNITION_MSGS_VISIBLE AtmosphereDefaultTypeInternal | _Atmosphere_default_instance_ |
| IGNITION_MSGS_VISIBLE AxisDefaultTypeInternal | _Axis_default_instance_ |
| IGNITION_MSGS_VISIBLE AxisAligned2DBoxDefaultTypeInternal | _AxisAligned2DBox_default_instance_ |
| IGNITION_MSGS_VISIBLE AxisAlignedBoxDefaultTypeInternal | _AxisAlignedBox_default_instance_ |
| IGNITION_MSGS_VISIBLE BatteryDefaultTypeInternal | _Battery_default_instance_ |
| IGNITION_MSGS_VISIBLE BatteryStateDefaultTypeInternal | _BatteryState_default_instance_ |
| IGNITION_MSGS_VISIBLE BooleanDefaultTypeInternal | _Boolean_default_instance_ |
| IGNITION_MSGS_VISIBLE BoxGeomDefaultTypeInternal | _BoxGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE BytesDefaultTypeInternal | _Bytes_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraCmdDefaultTypeInternal | _CameraCmd_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraInfoDefaultTypeInternal | _CameraInfo_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraInfo_DistortionDefaultTypeInternal | _CameraInfo_Distortion_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraInfo_IntrinsicsDefaultTypeInternal | _CameraInfo_Intrinsics_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraInfo_ProjectionDefaultTypeInternal | _CameraInfo_Projection_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraLensDefaultTypeInternal | _CameraLens_default_instance_ |
| IGNITION_MSGS_VISIBLE CameraSensorDefaultTypeInternal | _CameraSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE CapsuleGeomDefaultTypeInternal | _CapsuleGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE CessnaDefaultTypeInternal | _Cessna_default_instance_ |
| IGNITION_MSGS_VISIBLE ClockDefaultTypeInternal | _Clock_default_instance_ |
| IGNITION_MSGS_VISIBLE CmdVel2DDefaultTypeInternal | _CmdVel2D_default_instance_ |
| IGNITION_MSGS_VISIBLE CollisionDefaultTypeInternal | _Collision_default_instance_ |
| IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal | _Color_default_instance_ |
| IGNITION_MSGS_VISIBLE ConeGeomDefaultTypeInternal | _ConeGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE ContactDefaultTypeInternal | _Contact_default_instance_ |
| IGNITION_MSGS_VISIBLE ContactsDefaultTypeInternal | _Contacts_default_instance_ |
| IGNITION_MSGS_VISIBLE ContactSensorDefaultTypeInternal | _ContactSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE CylinderGeomDefaultTypeInternal | _CylinderGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE DataframeDefaultTypeInternal | _Dataframe_default_instance_ |
| IGNITION_MSGS_VISIBLE DensityDefaultTypeInternal | _Density_default_instance_ |
| IGNITION_MSGS_VISIBLE DiagnosticsDefaultTypeInternal | _Diagnostics_default_instance_ |
| IGNITION_MSGS_VISIBLE Diagnostics_DiagTimeDefaultTypeInternal | _Diagnostics_DiagTime_default_instance_ |
| IGNITION_MSGS_VISIBLE DiscoveryDefaultTypeInternal | _Discovery_default_instance_ |
| IGNITION_MSGS_VISIBLE Discovery_FlagsDefaultTypeInternal | _Discovery_Flags_default_instance_ |
| IGNITION_MSGS_VISIBLE Discovery_PublisherDefaultTypeInternal | _Discovery_Publisher_default_instance_ |
| IGNITION_MSGS_VISIBLE Discovery_Publisher_MessagePublisherDefaultTypeInternal | _Discovery_Publisher_MessagePublisher_default_instance_ |
| IGNITION_MSGS_VISIBLE Discovery_Publisher_ServicePublisherDefaultTypeInternal | _Discovery_Publisher_ServicePublisher_default_instance_ |
| IGNITION_MSGS_VISIBLE Discovery_SubscriberDefaultTypeInternal | _Discovery_Subscriber_default_instance_ |
| IGNITION_MSGS_VISIBLE DistortionDefaultTypeInternal | _Distortion_default_instance_ |
| IGNITION_MSGS_VISIBLE DoubleDefaultTypeInternal | _Double_default_instance_ |
| IGNITION_MSGS_VISIBLE Double_VDefaultTypeInternal | _Double_V_default_instance_ |
| IGNITION_MSGS_VISIBLE DurationDefaultTypeInternal | _Duration_default_instance_ |
| IGNITION_MSGS_VISIBLE EllipsoidGeomDefaultTypeInternal | _EllipsoidGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE EmptyDefaultTypeInternal | _Empty_default_instance_ |
| IGNITION_MSGS_VISIBLE EntityDefaultTypeInternal | _Entity_default_instance_ |
| IGNITION_MSGS_VISIBLE EntityFactoryDefaultTypeInternal | _EntityFactory_default_instance_ |
| IGNITION_MSGS_VISIBLE EntityFactory_VDefaultTypeInternal | _EntityFactory_V_default_instance_ |
| IGNITION_MSGS_VISIBLE EntityPlugin_VDefaultTypeInternal | _EntityPlugin_V_default_instance_ |
| IGNITION_MSGS_VISIBLE EntityWrenchDefaultTypeInternal | _EntityWrench_default_instance_ |
| IGNITION_MSGS_VISIBLE FloatDefaultTypeInternal | _Float_default_instance_ |
| IGNITION_MSGS_VISIBLE Float_VDefaultTypeInternal | _Float_V_default_instance_ |
| IGNITION_MSGS_VISIBLE FluidDefaultTypeInternal | _Fluid_default_instance_ |
| IGNITION_MSGS_VISIBLE FluidPressureDefaultTypeInternal | _FluidPressure_default_instance_ |
| IGNITION_MSGS_VISIBLE FogDefaultTypeInternal | _Fog_default_instance_ |
| IGNITION_MSGS_VISIBLE FrictionDefaultTypeInternal | _Friction_default_instance_ |
| IGNITION_MSGS_VISIBLE Friction_TorsionalDefaultTypeInternal | _Friction_Torsional_default_instance_ |
| IGNITION_MSGS_VISIBLE Friction_Torsional_ODEDefaultTypeInternal | _Friction_Torsional_ODE_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_AnnotationsEntry_DoNotUseDefaultTypeInternal | _FuelMetadata_AnnotationsEntry_DoNotUse_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_CategoriesDefaultTypeInternal | _FuelMetadata_Categories_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_CompatibilityDefaultTypeInternal | _FuelMetadata_Compatibility_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_ContactDefaultTypeInternal | _FuelMetadata_Contact_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadataDefaultTypeInternal | _FuelMetadata_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_DependencyDefaultTypeInternal | _FuelMetadata_Dependency_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_LegalDefaultTypeInternal | _FuelMetadata_Legal_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_ModelDefaultTypeInternal | _FuelMetadata_Model_default_instance_ |
| IGNITION_MSGS_VISIBLE FuelMetadata_WorldDefaultTypeInternal | _FuelMetadata_World_default_instance_ |
| IGNITION_MSGS_VISIBLE GeometryDefaultTypeInternal | _Geometry_default_instance_ |
| IGNITION_MSGS_VISIBLE GPSDefaultTypeInternal | _GPS_default_instance_ |
| IGNITION_MSGS_VISIBLE GPSSensorDefaultTypeInternal | _GPSSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE GPSSensor_SensingDefaultTypeInternal | _GPSSensor_Sensing_default_instance_ |
| IGNITION_MSGS_VISIBLE GUIDefaultTypeInternal | _GUI_default_instance_ |
| IGNITION_MSGS_VISIBLE GUICameraDefaultTypeInternal | _GUICamera_default_instance_ |
| IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal | _Header_default_instance_ |
| IGNITION_MSGS_VISIBLE Header_MapDefaultTypeInternal | _Header_Map_default_instance_ |
| IGNITION_MSGS_VISIBLE HeightmapGeom_BlendDefaultTypeInternal | _HeightmapGeom_Blend_default_instance_ |
| IGNITION_MSGS_VISIBLE HeightmapGeomDefaultTypeInternal | _HeightmapGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE HeightmapGeom_TextureDefaultTypeInternal | _HeightmapGeom_Texture_default_instance_ |
| IGNITION_MSGS_VISIBLE HydraDefaultTypeInternal | _Hydra_default_instance_ |
| IGNITION_MSGS_VISIBLE Hydra_PaddleDefaultTypeInternal | _Hydra_Paddle_default_instance_ |
| IGNITION_MSGS_VISIBLE ImageDefaultTypeInternal | _Image_default_instance_ |
| IGNITION_MSGS_VISIBLE ImageGeomDefaultTypeInternal | _ImageGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE IMUDefaultTypeInternal | _IMU_default_instance_ |
| IGNITION_MSGS_VISIBLE IMUSensor_AngularVelocityDefaultTypeInternal | _IMUSensor_AngularVelocity_default_instance_ |
| IGNITION_MSGS_VISIBLE IMUSensorDefaultTypeInternal | _IMUSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE IMUSensor_LinearAccelerationDefaultTypeInternal | _IMUSensor_LinearAcceleration_default_instance_ |
| IGNITION_MSGS_VISIBLE IMUSensor_OrientationReferenceFrameDefaultTypeInternal | _IMUSensor_OrientationReferenceFrame_default_instance_ |
| IGNITION_MSGS_VISIBLE InertialDefaultTypeInternal | _Inertial_default_instance_ |
| IGNITION_MSGS_VISIBLE Int32DefaultTypeInternal | _Int32_default_instance_ |
| IGNITION_MSGS_VISIBLE Int32_VDefaultTypeInternal | _Int32_V_default_instance_ |
| IGNITION_MSGS_VISIBLE Int64DefaultTypeInternal | _Int64_default_instance_ |
| IGNITION_MSGS_VISIBLE Int64_VDefaultTypeInternal | _Int64_V_default_instance_ |
| IGNITION_MSGS_VISIBLE JointDefaultTypeInternal | _Joint_default_instance_ |
| IGNITION_MSGS_VISIBLE Joint_GearboxDefaultTypeInternal | _Joint_Gearbox_default_instance_ |
| IGNITION_MSGS_VISIBLE Joint_ScrewDefaultTypeInternal | _Joint_Screw_default_instance_ |
| IGNITION_MSGS_VISIBLE JointAnimationDefaultTypeInternal | _JointAnimation_default_instance_ |
| IGNITION_MSGS_VISIBLE JointAnimation_JointDefaultTypeInternal | _JointAnimation_Joint_default_instance_ |
| IGNITION_MSGS_VISIBLE JointCmdDefaultTypeInternal | _JointCmd_default_instance_ |
| IGNITION_MSGS_VISIBLE JointTrajectoryDefaultTypeInternal | _JointTrajectory_default_instance_ |
| IGNITION_MSGS_VISIBLE JointTrajectoryPointDefaultTypeInternal | _JointTrajectoryPoint_default_instance_ |
| IGNITION_MSGS_VISIBLE JointWrenchDefaultTypeInternal | _JointWrench_default_instance_ |
| IGNITION_MSGS_VISIBLE JoyDefaultTypeInternal | _Joy_default_instance_ |
| IGNITION_MSGS_VISIBLE JoystickDefaultTypeInternal | _Joystick_default_instance_ |
| IGNITION_MSGS_VISIBLE LaserScanDefaultTypeInternal | _LaserScan_default_instance_ |
| IGNITION_MSGS_VISIBLE LidarSensorDefaultTypeInternal | _LidarSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE LightDefaultTypeInternal | _Light_default_instance_ |
| IGNITION_MSGS_VISIBLE LinkDefaultTypeInternal | _Link_default_instance_ |
| IGNITION_MSGS_VISIBLE LinkDataDefaultTypeInternal | _LinkData_default_instance_ |
| IGNITION_MSGS_VISIBLE LogControlDefaultTypeInternal | _LogControl_default_instance_ |
| IGNITION_MSGS_VISIBLE LogicalCameraImageDefaultTypeInternal | _LogicalCameraImage_default_instance_ |
| IGNITION_MSGS_VISIBLE LogicalCameraImage_ModelDefaultTypeInternal | _LogicalCameraImage_Model_default_instance_ |
| IGNITION_MSGS_VISIBLE LogicalCameraSensorDefaultTypeInternal | _LogicalCameraSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE LogPlaybackControlDefaultTypeInternal | _LogPlaybackControl_default_instance_ |
| IGNITION_MSGS_VISIBLE LogPlaybackStatisticsDefaultTypeInternal | _LogPlaybackStatistics_default_instance_ |
| IGNITION_MSGS_VISIBLE LogStatusDefaultTypeInternal | _LogStatus_default_instance_ |
| IGNITION_MSGS_VISIBLE LogStatus_LogFileDefaultTypeInternal | _LogStatus_LogFile_default_instance_ |
| IGNITION_MSGS_VISIBLE MagnetometerDefaultTypeInternal | _Magnetometer_default_instance_ |
| IGNITION_MSGS_VISIBLE MagnetometerSensorDefaultTypeInternal | _MagnetometerSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE MarkerDefaultTypeInternal | _Marker_default_instance_ |
| IGNITION_MSGS_VISIBLE Marker_VDefaultTypeInternal | _Marker_V_default_instance_ |
| IGNITION_MSGS_VISIBLE MaterialDefaultTypeInternal | _Material_default_instance_ |
| IGNITION_MSGS_VISIBLE Material_PBRDefaultTypeInternal | _Material_PBR_default_instance_ |
| IGNITION_MSGS_VISIBLE Material_ScriptDefaultTypeInternal | _Material_Script_default_instance_ |
| IGNITION_MSGS_VISIBLE MeshGeomDefaultTypeInternal | _MeshGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE MetricDefaultTypeInternal | _Metric_default_instance_ |
| IGNITION_MSGS_VISIBLE ModelDefaultTypeInternal | _Model_default_instance_ |
| IGNITION_MSGS_VISIBLE Model_VDefaultTypeInternal | _Model_V_default_instance_ |
| IGNITION_MSGS_VISIBLE ModelConfigurationDefaultTypeInternal | _ModelConfiguration_default_instance_ |
| IGNITION_MSGS_VISIBLE NavSatDefaultTypeInternal | _NavSat_default_instance_ |
| IGNITION_MSGS_VISIBLE NavSatSensorDefaultTypeInternal | _NavSatSensor_default_instance_ |
| IGNITION_MSGS_VISIBLE NavSatSensor_SensingDefaultTypeInternal | _NavSatSensor_Sensing_default_instance_ |
| IGNITION_MSGS_VISIBLE OccupancyGridDefaultTypeInternal | _OccupancyGrid_default_instance_ |
| IGNITION_MSGS_VISIBLE OccupancyGrid_MapMetaInfoDefaultTypeInternal | _OccupancyGrid_MapMetaInfo_default_instance_ |
| IGNITION_MSGS_VISIBLE OdometryDefaultTypeInternal | _Odometry_default_instance_ |
| IGNITION_MSGS_VISIBLE OdometryWithCovarianceDefaultTypeInternal | _OdometryWithCovariance_default_instance_ |
| IGNITION_MSGS_VISIBLE Oriented3DBoxDefaultTypeInternal | _Oriented3DBox_default_instance_ |
| IGNITION_MSGS_VISIBLE PacketDefaultTypeInternal | _Packet_default_instance_ |
| IGNITION_MSGS_VISIBLE ParamDefaultTypeInternal | _Param_default_instance_ |
| IGNITION_MSGS_VISIBLE Param_ParamsEntry_DoNotUseDefaultTypeInternal | _Param_ParamsEntry_DoNotUse_default_instance_ |
| IGNITION_MSGS_VISIBLE Param_VDefaultTypeInternal | _Param_V_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterDefaultTypeInternal | _Parameter_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterDeclarationDefaultTypeInternal | _ParameterDeclaration_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterDeclarationsDefaultTypeInternal | _ParameterDeclarations_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterErrorDefaultTypeInternal | _ParameterError_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterNameDefaultTypeInternal | _ParameterName_default_instance_ |
| IGNITION_MSGS_VISIBLE ParameterValueDefaultTypeInternal | _ParameterValue_default_instance_ |
| IGNITION_MSGS_VISIBLE ParticleEmitterDefaultTypeInternal | _ParticleEmitter_default_instance_ |
| IGNITION_MSGS_VISIBLE ParticleEmitter_VDefaultTypeInternal | _ParticleEmitter_V_default_instance_ |
| IGNITION_MSGS_VISIBLE PerformanceSensorMetricsDefaultTypeInternal | _PerformanceSensorMetrics_default_instance_ |
| IGNITION_MSGS_VISIBLE PhysicsDefaultTypeInternal | _Physics_default_instance_ |
| IGNITION_MSGS_VISIBLE PIDDefaultTypeInternal | _PID_default_instance_ |
| IGNITION_MSGS_VISIBLE PlaneGeomDefaultTypeInternal | _PlaneGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE PluginDefaultTypeInternal | _Plugin_default_instance_ |
| IGNITION_MSGS_VISIBLE Plugin_VDefaultTypeInternal | _Plugin_V_default_instance_ |
| IGNITION_MSGS_VISIBLE PointCloudDefaultTypeInternal | _PointCloud_default_instance_ |
| IGNITION_MSGS_VISIBLE PointCloudPackedDefaultTypeInternal | _PointCloudPacked_default_instance_ |
| IGNITION_MSGS_VISIBLE PointCloudPacked_FieldDefaultTypeInternal | _PointCloudPacked_Field_default_instance_ |
| IGNITION_MSGS_VISIBLE PolylineDefaultTypeInternal | _Polyline_default_instance_ |
| IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal | _Pose_default_instance_ |
| IGNITION_MSGS_VISIBLE Pose_VDefaultTypeInternal | _Pose_V_default_instance_ |
| IGNITION_MSGS_VISIBLE PoseAnimationDefaultTypeInternal | _PoseAnimation_default_instance_ |
| IGNITION_MSGS_VISIBLE PoseTrajectoryDefaultTypeInternal | _PoseTrajectory_default_instance_ |
| IGNITION_MSGS_VISIBLE PoseWithCovarianceDefaultTypeInternal | _PoseWithCovariance_default_instance_ |
| IGNITION_MSGS_VISIBLE ProjectorDefaultTypeInternal | _Projector_default_instance_ |
| IGNITION_MSGS_VISIBLE PropagationGridDefaultTypeInternal | _PropagationGrid_default_instance_ |
| IGNITION_MSGS_VISIBLE PropagationParticleDefaultTypeInternal | _PropagationParticle_default_instance_ |
| IGNITION_MSGS_VISIBLE PublishDefaultTypeInternal | _Publish_default_instance_ |
| IGNITION_MSGS_VISIBLE PublishersDefaultTypeInternal | _Publishers_default_instance_ |
| IGNITION_MSGS_VISIBLE QuaternionDefaultTypeInternal | _Quaternion_default_instance_ |
| IGNITION_MSGS_VISIBLE RaySensorDefaultTypeInternal | _RaySensor_default_instance_ |
| IGNITION_MSGS_VISIBLE RequestDefaultTypeInternal | _Request_default_instance_ |
| IGNITION_MSGS_VISIBLE ResponseDefaultTypeInternal | _Response_default_instance_ |
| IGNITION_MSGS_VISIBLE RestLoginDefaultTypeInternal | _RestLogin_default_instance_ |
| IGNITION_MSGS_VISIBLE RestLogoutDefaultTypeInternal | _RestLogout_default_instance_ |
| IGNITION_MSGS_VISIBLE RestPostDefaultTypeInternal | _RestPost_default_instance_ |
| IGNITION_MSGS_VISIBLE RestResponseDefaultTypeInternal | _RestResponse_default_instance_ |
| IGNITION_MSGS_VISIBLE RoadDefaultTypeInternal | _Road_default_instance_ |
| IGNITION_MSGS_VISIBLE SceneDefaultTypeInternal | _Scene_default_instance_ |
| IGNITION_MSGS_VISIBLE SdfGeneratorConfigDefaultTypeInternal | _SdfGeneratorConfig_default_instance_ |
| IGNITION_MSGS_VISIBLE SdfGeneratorConfig_EntityGeneratorConfigDefaultTypeInternal | _SdfGeneratorConfig_EntityGeneratorConfig_default_instance_ |
| IGNITION_MSGS_VISIBLE SdfGeneratorConfig_OverrideEntityGenConfigsEntry_DoNotUseDefaultTypeInternal | _SdfGeneratorConfig_OverrideEntityGenConfigsEntry_DoNotUse_default_instance_ |
| IGNITION_MSGS_VISIBLE SelectionDefaultTypeInternal | _Selection_default_instance_ |
| IGNITION_MSGS_VISIBLE SensorDefaultTypeInternal | _Sensor_default_instance_ |
| IGNITION_MSGS_VISIBLE Sensor_VDefaultTypeInternal | _Sensor_V_default_instance_ |
| IGNITION_MSGS_VISIBLE SensorNoiseDefaultTypeInternal | _SensorNoise_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedComponentDefaultTypeInternal | _SerializedComponent_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedEntityDefaultTypeInternal | _SerializedEntity_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedEntityMap_ComponentsEntry_DoNotUseDefaultTypeInternal | _SerializedEntityMap_ComponentsEntry_DoNotUse_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedEntityMapDefaultTypeInternal | _SerializedEntityMap_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedStateDefaultTypeInternal | _SerializedState_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedStateMapDefaultTypeInternal | _SerializedStateMap_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedStateMap_EntitiesEntry_DoNotUseDefaultTypeInternal | _SerializedStateMap_EntitiesEntry_DoNotUse_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedStepDefaultTypeInternal | _SerializedStep_default_instance_ |
| IGNITION_MSGS_VISIBLE SerializedStepMapDefaultTypeInternal | _SerializedStepMap_default_instance_ |
| IGNITION_MSGS_VISIBLE ServerControlDefaultTypeInternal | _ServerControl_default_instance_ |
| IGNITION_MSGS_VISIBLE ShadowsDefaultTypeInternal | _Shadows_default_instance_ |
| IGNITION_MSGS_VISIBLE SimEventDefaultTypeInternal | _SimEvent_default_instance_ |
| IGNITION_MSGS_VISIBLE SkyDefaultTypeInternal | _Sky_default_instance_ |
| IGNITION_MSGS_VISIBLE SonarDefaultTypeInternal | _Sonar_default_instance_ |
| IGNITION_MSGS_VISIBLE SphereGeomDefaultTypeInternal | _SphereGeom_default_instance_ |
| IGNITION_MSGS_VISIBLE SphericalCoordinatesDefaultTypeInternal | _SphericalCoordinates_default_instance_ |
| IGNITION_MSGS_VISIBLE StatisticDefaultTypeInternal | _Statistic_default_instance_ |
| IGNITION_MSGS_VISIBLE StatisticsGroupDefaultTypeInternal | _StatisticsGroup_default_instance_ |
| IGNITION_MSGS_VISIBLE StringMsgDefaultTypeInternal | _StringMsg_default_instance_ |
| IGNITION_MSGS_VISIBLE StringMsg_VDefaultTypeInternal | _StringMsg_V_default_instance_ |
| IGNITION_MSGS_VISIBLE SubscribeDefaultTypeInternal | _Subscribe_default_instance_ |
| IGNITION_MSGS_VISIBLE SurfaceDefaultTypeInternal | _Surface_default_instance_ |
| IGNITION_MSGS_VISIBLE TactileDefaultTypeInternal | _Tactile_default_instance_ |
| IGNITION_MSGS_VISIBLE TestDefaultTypeInternal | _Test_default_instance_ |
| IGNITION_MSGS_VISIBLE TimeDefaultTypeInternal | _Time_default_instance_ |
| IGNITION_MSGS_VISIBLE TopicInfoDefaultTypeInternal | _TopicInfo_default_instance_ |
| IGNITION_MSGS_VISIBLE TrackVisualDefaultTypeInternal | _TrackVisual_default_instance_ |
| IGNITION_MSGS_VISIBLE TwistDefaultTypeInternal | _Twist_default_instance_ |
| IGNITION_MSGS_VISIBLE TwistWithCovarianceDefaultTypeInternal | _TwistWithCovariance_default_instance_ |
| IGNITION_MSGS_VISIBLE UInt32DefaultTypeInternal | _UInt32_default_instance_ |
| IGNITION_MSGS_VISIBLE UInt32_VDefaultTypeInternal | _UInt32_V_default_instance_ |
| IGNITION_MSGS_VISIBLE UInt64DefaultTypeInternal | _UInt64_default_instance_ |
| IGNITION_MSGS_VISIBLE UInt64_VDefaultTypeInternal | _UInt64_V_default_instance_ |
| IGNITION_MSGS_VISIBLE UndoRedoDefaultTypeInternal | _UndoRedo_default_instance_ |
| IGNITION_MSGS_VISIBLE UserCmdDefaultTypeInternal | _UserCmd_default_instance_ |
| IGNITION_MSGS_VISIBLE UserCmdStatsDefaultTypeInternal | _UserCmdStats_default_instance_ |
| IGNITION_MSGS_VISIBLE Vector2dDefaultTypeInternal | _Vector2d_default_instance_ |
| IGNITION_MSGS_VISIBLE Vector3dDefaultTypeInternal | _Vector3d_default_instance_ |
| IGNITION_MSGS_VISIBLE VersionDefaultTypeInternal | _Version_default_instance_ |
| IGNITION_MSGS_VISIBLE VersionedNameDefaultTypeInternal | _VersionedName_default_instance_ |
| IGNITION_MSGS_VISIBLE VersionRangeDefaultTypeInternal | _VersionRange_default_instance_ |
| IGNITION_MSGS_VISIBLE VideoRecordDefaultTypeInternal | _VideoRecord_default_instance_ |
| IGNITION_MSGS_VISIBLE VisualDefaultTypeInternal | _Visual_default_instance_ |
| IGNITION_MSGS_VISIBLE Visual_MetaDefaultTypeInternal | _Visual_Meta_default_instance_ |
| IGNITION_MSGS_VISIBLE Visual_VDefaultTypeInternal | _Visual_V_default_instance_ |
| IGNITION_MSGS_VISIBLE WebRequestDefaultTypeInternal | _WebRequest_default_instance_ |
| IGNITION_MSGS_VISIBLE WheelSlipParametersCmdDefaultTypeInternal | _WheelSlipParametersCmd_default_instance_ |
| IGNITION_MSGS_VISIBLE WindDefaultTypeInternal | _Wind_default_instance_ |
| IGNITION_MSGS_VISIBLE WirelessNodeDefaultTypeInternal | _WirelessNode_default_instance_ |
| IGNITION_MSGS_VISIBLE WirelessNodesDefaultTypeInternal | _WirelessNodes_default_instance_ |
| IGNITION_MSGS_VISIBLE WorldControlDefaultTypeInternal | _WorldControl_default_instance_ |
| IGNITION_MSGS_VISIBLE WorldControlStateDefaultTypeInternal | _WorldControlState_default_instance_ |
| IGNITION_MSGS_VISIBLE WorldModifyDefaultTypeInternal | _WorldModify_default_instance_ |
| IGNITION_MSGS_VISIBLE WorldResetDefaultTypeInternal | _WorldReset_default_instance_ |
| IGNITION_MSGS_VISIBLE WorldStatisticsDefaultTypeInternal | _WorldStatistics_default_instance_ |
| IGNITION_MSGS_VISIBLE WrenchDefaultTypeInternal | _Wrench_default_instance_ |
| constexpr int | Any_ValueType_ValueType_ARRAYSIZE = Any_ValueType_ValueType_MAX + 1 |
| constexpr Any_ValueType | Any_ValueType_ValueType_MAX = Any_ValueType_TIME |
| constexpr Any_ValueType | Any_ValueType_ValueType_MIN = Any_ValueType_NONE |
| constexpr int | Atmosphere_Type_Type_ARRAYSIZE = Atmosphere_Type_Type_MAX + 1 |
| constexpr Atmosphere_Type | Atmosphere_Type_Type_MAX = Atmosphere_Type_ADIABATIC |
| constexpr Atmosphere_Type | Atmosphere_Type_Type_MIN = Atmosphere_Type_ADIABATIC |
| constexpr int | BatteryState_PowerSupplyStatus_PowerSupplyStatus_ARRAYSIZE = BatteryState_PowerSupplyStatus_PowerSupplyStatus_MAX + 1 |
| constexpr BatteryState_PowerSupplyStatus | BatteryState_PowerSupplyStatus_PowerSupplyStatus_MAX = BatteryState_PowerSupplyStatus_FULL |
| constexpr BatteryState_PowerSupplyStatus | BatteryState_PowerSupplyStatus_PowerSupplyStatus_MIN = BatteryState_PowerSupplyStatus_UNKNOWN |
| constexpr int | CameraInfo_Distortion_DistortionModelType_DistortionModelType_ARRAYSIZE = CameraInfo_Distortion_DistortionModelType_DistortionModelType_MAX + 1 |
| constexpr CameraInfo_Distortion_DistortionModelType | CameraInfo_Distortion_DistortionModelType_DistortionModelType_MAX = CameraInfo_Distortion_DistortionModelType_EQUIDISTANT |
| constexpr CameraInfo_Distortion_DistortionModelType | CameraInfo_Distortion_DistortionModelType_DistortionModelType_MIN = CameraInfo_Distortion_DistortionModelType_PLUMB_BOB |
| constexpr int | Discovery_Publisher_Scope_Scope_ARRAYSIZE = Discovery_Publisher_Scope_Scope_MAX + 1 |
| constexpr Discovery_Publisher_Scope | Discovery_Publisher_Scope_Scope_MAX = Discovery_Publisher_Scope_ALL |
| constexpr Discovery_Publisher_Scope | Discovery_Publisher_Scope_Scope_MIN = Discovery_Publisher_Scope_PROCESS |
| constexpr int | Discovery_Type_Type_ARRAYSIZE = Discovery_Type_Type_MAX + 1 |
| constexpr Discovery_Type | Discovery_Type_Type_MAX = Discovery_Type_END_CONNECTION |
| constexpr Discovery_Type | Discovery_Type_Type_MIN = Discovery_Type_UNINITIALIZED |
| constexpr int | Entity_Type_Type_ARRAYSIZE = Entity_Type_Type_MAX + 1 |
| constexpr Entity_Type | Entity_Type_Type_MAX = Entity_Type_WORLD |
| constexpr Entity_Type | Entity_Type_Type_MIN = Entity_Type_NONE |
| constexpr int | Fog_FogType_FogType_ARRAYSIZE = Fog_FogType_FogType_MAX + 1 |
| constexpr Fog_FogType | Fog_FogType_FogType_MAX = Fog_FogType_EXPONENTIAL2 |
| constexpr Fog_FogType | Fog_FogType_FogType_MIN = Fog_FogType_NONE |
| constexpr int | Geometry_Type_Type_ARRAYSIZE = Geometry_Type_Type_MAX + 1 |
| constexpr Geometry_Type | Geometry_Type_Type_MAX = Geometry_Type_ELLIPSOID |
| constexpr Geometry_Type | Geometry_Type_Type_MIN = Geometry_Type_BOX |
| constexpr int | Joint_Type_Type_ARRAYSIZE = Joint_Type_Type_MAX + 1 |
| constexpr Joint_Type | Joint_Type_Type_MAX = Joint_Type_FIXED |
| constexpr Joint_Type | Joint_Type_Type_MIN = Joint_Type_REVOLUTE |
| constexpr int | Light_LightType_LightType_ARRAYSIZE = Light_LightType_LightType_MAX + 1 |
| constexpr Light_LightType | Light_LightType_LightType_MAX = Light_LightType_DIRECTIONAL |
| constexpr Light_LightType | Light_LightType_LightType_MIN = Light_LightType_POINT |
| constexpr int | LogStatus_LogFile_Units_Units_ARRAYSIZE = LogStatus_LogFile_Units_Units_MAX + 1 |
| constexpr LogStatus_LogFile_Units | LogStatus_LogFile_Units_Units_MAX = LogStatus_LogFile_Units_G_BYTES |
| constexpr LogStatus_LogFile_Units | LogStatus_LogFile_Units_Units_MIN = LogStatus_LogFile_Units_BYTES |
| constexpr int | Marker_Action_Action_ARRAYSIZE = Marker_Action_Action_MAX + 1 |
| constexpr Marker_Action | Marker_Action_Action_MAX = Marker_Action_DELETE_ALL |
| constexpr Marker_Action | Marker_Action_Action_MIN = Marker_Action_ADD_MODIFY |
| constexpr int | Marker_Type_Type_ARRAYSIZE = Marker_Type_Type_MAX + 1 |
| constexpr Marker_Type | Marker_Type_Type_MAX = Marker_Type_ELLIPSOID |
| constexpr Marker_Type | Marker_Type_Type_MIN = Marker_Type_NONE |
| constexpr int | Marker_Visibility_Visibility_ARRAYSIZE = Marker_Visibility_Visibility_MAX + 1 |
| constexpr Marker_Visibility | Marker_Visibility_Visibility_MAX = Marker_Visibility_ALL |
| constexpr Marker_Visibility | Marker_Visibility_Visibility_MIN = Marker_Visibility_GUI |
| constexpr int | Material_PBR_WorkflowType_WorkflowType_ARRAYSIZE = Material_PBR_WorkflowType_WorkflowType_MAX + 1 |
| constexpr Material_PBR_WorkflowType | Material_PBR_WorkflowType_WorkflowType_MAX = Material_PBR_WorkflowType_SPECULAR |
| constexpr Material_PBR_WorkflowType | Material_PBR_WorkflowType_WorkflowType_MIN = Material_PBR_WorkflowType_NONE |
| constexpr int | Material_ShaderType_ShaderType_ARRAYSIZE = Material_ShaderType_ShaderType_MAX + 1 |
| constexpr Material_ShaderType | Material_ShaderType_ShaderType_MAX = Material_ShaderType_NORMAL_MAP_TANGENT_SPACE |
| constexpr Material_ShaderType | Material_ShaderType_ShaderType_MIN = Material_ShaderType_VERTEX |
| constexpr int | ParameterError_Type_Type_ARRAYSIZE = ParameterError_Type_Type_MAX + 1 |
| constexpr ParameterError_Type | ParameterError_Type_Type_MAX = ParameterError_Type_NOT_DECLARED |
| constexpr ParameterError_Type | ParameterError_Type_Type_MIN = ParameterError_Type_SUCCESS |
| constexpr int | ParticleEmitter_EmitterType_EmitterType_ARRAYSIZE = ParticleEmitter_EmitterType_EmitterType_MAX + 1 |
| constexpr ParticleEmitter_EmitterType | ParticleEmitter_EmitterType_EmitterType_MAX = ParticleEmitter_EmitterType_ELLIPSOID |
| constexpr ParticleEmitter_EmitterType | ParticleEmitter_EmitterType_EmitterType_MIN = ParticleEmitter_EmitterType_POINT |
| constexpr int | Physics_Type_Type_ARRAYSIZE = Physics_Type_Type_MAX + 1 |
| constexpr Physics_Type | Physics_Type_Type_MAX = Physics_Type_DART |
| constexpr Physics_Type | Physics_Type_Type_MIN = Physics_Type_ODE |
| constexpr int | PixelFormatType_ARRAYSIZE = PixelFormatType_MAX + 1 |
| constexpr PixelFormatType | PixelFormatType_MAX = BAYER_GRBG8 |
| constexpr PixelFormatType | PixelFormatType_MIN = UNKNOWN_PIXEL_FORMAT |
| constexpr int | PointCloudPacked_Field_DataType_DataType_ARRAYSIZE = PointCloudPacked_Field_DataType_DataType_MAX + 1 |
| constexpr PointCloudPacked_Field_DataType | PointCloudPacked_Field_DataType_DataType_MAX = PointCloudPacked_Field_DataType_FLOAT64 |
| constexpr PointCloudPacked_Field_DataType | PointCloudPacked_Field_DataType_DataType_MIN = PointCloudPacked_Field_DataType_INT8 |
| constexpr int | RestResponse_Type_Type_ARRAYSIZE = RestResponse_Type_Type_MAX + 1 |
| constexpr RestResponse_Type | RestResponse_Type_Type_MAX = RestResponse_Type_LOGOUT |
| constexpr RestResponse_Type | RestResponse_Type_Type_MIN = RestResponse_Type_SUCCESS |
| constexpr int | SensorNoise_Type_Type_ARRAYSIZE = SensorNoise_Type_Type_MAX + 1 |
| constexpr SensorNoise_Type | SensorNoise_Type_Type_MAX = SensorNoise_Type_GAUSSIAN_QUANTIZED |
| constexpr SensorNoise_Type | SensorNoise_Type_Type_MIN = SensorNoise_Type_NONE |
| constexpr int | Shadows_ShadowType_ShadowType_ARRAYSIZE = Shadows_ShadowType_ShadowType_MAX + 1 |
| constexpr Shadows_ShadowType | Shadows_ShadowType_ShadowType_MAX = Shadows_ShadowType_TEXTURE_MODULATIVE |
| constexpr Shadows_ShadowType | Shadows_ShadowType_ShadowType_MIN = Shadows_ShadowType_STENCIL_ADDITIVE |
| constexpr int | SphericalCoordinates_SurfaceModel_SurfaceModel_ARRAYSIZE = SphericalCoordinates_SurfaceModel_SurfaceModel_MAX + 1 |
| constexpr SphericalCoordinates_SurfaceModel | SphericalCoordinates_SurfaceModel_SurfaceModel_MAX = SphericalCoordinates_SurfaceModel_EARTH_WGS84 |
| constexpr SphericalCoordinates_SurfaceModel | SphericalCoordinates_SurfaceModel_SurfaceModel_MIN = SphericalCoordinates_SurfaceModel_EARTH_WGS84 |
| constexpr int | Statistic_DataType_DataType_ARRAYSIZE = Statistic_DataType_DataType_MAX + 1 |
| constexpr Statistic_DataType | Statistic_DataType_DataType_MAX = Statistic_DataType_MAX_ABS_VALUE |
| constexpr Statistic_DataType | Statistic_DataType_DataType_MIN = Statistic_DataType_UNINITIALIZED |
| constexpr int | UserCmd_Type_Type_ARRAYSIZE = UserCmd_Type_Type_MAX + 1 |
| constexpr UserCmd_Type | UserCmd_Type_Type_MAX = UserCmd_Type_SCALING |
| constexpr UserCmd_Type | UserCmd_Type_Type_MIN = UserCmd_Type_MOVING |
| constexpr int | Visual_Type_Type_ARRAYSIZE = Visual_Type_Type_MAX + 1 |
| constexpr Visual_Type | Visual_Type_Type_MAX = Visual_Type_PHYSICS |
| constexpr Visual_Type | Visual_Type_Type_MIN = Visual_Type_ENTITY |
Typedef Documentation
◆ ActorSharedPtr
| typedef std::shared_ptr<Actor> ActorSharedPtr |
◆ ActorUniquePtr
| typedef std::unique_ptr<Actor> ActorUniquePtr |
◆ ActuatorsSharedPtr
| typedef std::shared_ptr<Actuators> ActuatorsSharedPtr |
◆ ActuatorsUniquePtr
| typedef std::unique_ptr<Actuators> ActuatorsUniquePtr |
◆ AirPressureSensorSharedPtr
| typedef std::shared_ptr<AirPressureSensor> AirPressureSensorSharedPtr |
◆ AirPressureSensorUniquePtr
| typedef std::unique_ptr<AirPressureSensor> AirPressureSensorUniquePtr |
◆ AltimeterSensorSharedPtr
| typedef std::shared_ptr<AltimeterSensor> AltimeterSensorSharedPtr |
◆ AltimeterSensorUniquePtr
| typedef std::unique_ptr<AltimeterSensor> AltimeterSensorUniquePtr |
◆ AltimeterSharedPtr
| typedef std::shared_ptr<Altimeter> AltimeterSharedPtr |
◆ AltimeterUniquePtr
| typedef std::unique_ptr<Altimeter> AltimeterUniquePtr |
◆ AnnotatedAxisAligned2DBox_VSharedPtr
| typedef std::shared_ptr<AnnotatedAxisAligned2DBox_V> AnnotatedAxisAligned2DBox_VSharedPtr |
◆ AnnotatedAxisAligned2DBox_VUniquePtr
| typedef std::unique_ptr<AnnotatedAxisAligned2DBox_V> AnnotatedAxisAligned2DBox_VUniquePtr |
◆ AnnotatedAxisAligned2DBoxSharedPtr
| typedef std::shared_ptr<AnnotatedAxisAligned2DBox> AnnotatedAxisAligned2DBoxSharedPtr |
◆ AnnotatedAxisAligned2DBoxUniquePtr
| typedef std::unique_ptr<AnnotatedAxisAligned2DBox> AnnotatedAxisAligned2DBoxUniquePtr |
◆ AnnotatedOriented3DBox_VSharedPtr
| typedef std::shared_ptr<AnnotatedOriented3DBox_V> AnnotatedOriented3DBox_VSharedPtr |
◆ AnnotatedOriented3DBox_VUniquePtr
| typedef std::unique_ptr<AnnotatedOriented3DBox_V> AnnotatedOriented3DBox_VUniquePtr |
◆ AnnotatedOriented3DBoxSharedPtr
| typedef std::shared_ptr<AnnotatedOriented3DBox> AnnotatedOriented3DBoxSharedPtr |
◆ AnnotatedOriented3DBoxUniquePtr
| typedef std::unique_ptr<AnnotatedOriented3DBox> AnnotatedOriented3DBoxUniquePtr |
◆ AnySharedPtr
| typedef std::shared_ptr<Any> AnySharedPtr |
◆ AnyUniquePtr
| typedef std::unique_ptr<Any> AnyUniquePtr |
◆ AtmosphereSharedPtr
| typedef std::shared_ptr<Atmosphere> AtmosphereSharedPtr |
◆ AtmosphereUniquePtr
| typedef std::unique_ptr<Atmosphere> AtmosphereUniquePtr |
◆ AxisAligned2DBoxSharedPtr
| typedef std::shared_ptr<AxisAligned2DBox> AxisAligned2DBoxSharedPtr |
◆ AxisAligned2DBoxUniquePtr
| typedef std::unique_ptr<AxisAligned2DBox> AxisAligned2DBoxUniquePtr |
◆ AxisAlignedBoxSharedPtr
| typedef std::shared_ptr<AxisAlignedBox> AxisAlignedBoxSharedPtr |
◆ AxisAlignedBoxUniquePtr
| typedef std::unique_ptr<AxisAlignedBox> AxisAlignedBoxUniquePtr |
◆ AxisSharedPtr
| typedef std::shared_ptr<Axis> AxisSharedPtr |
◆ AxisUniquePtr
| typedef std::unique_ptr<Axis> AxisUniquePtr |
◆ BatterySharedPtr
| typedef std::shared_ptr<Battery> BatterySharedPtr |
◆ BatteryStateSharedPtr
| typedef std::shared_ptr<BatteryState> BatteryStateSharedPtr |
◆ BatteryStateUniquePtr
| typedef std::unique_ptr<BatteryState> BatteryStateUniquePtr |
◆ BatteryUniquePtr
| typedef std::unique_ptr<Battery> BatteryUniquePtr |
◆ BooleanSharedPtr
| typedef std::shared_ptr<Boolean> BooleanSharedPtr |
◆ BooleanUniquePtr
| typedef std::unique_ptr<Boolean> BooleanUniquePtr |
◆ BoxGeomSharedPtr
| typedef std::shared_ptr<BoxGeom> BoxGeomSharedPtr |
◆ BoxGeomUniquePtr
| typedef std::unique_ptr<BoxGeom> BoxGeomUniquePtr |
◆ BytesSharedPtr
| typedef std::shared_ptr<Bytes> BytesSharedPtr |
◆ BytesUniquePtr
| typedef std::unique_ptr<Bytes> BytesUniquePtr |
◆ CameraCmdSharedPtr
| typedef std::shared_ptr<CameraCmd> CameraCmdSharedPtr |
◆ CameraCmdUniquePtr
| typedef std::unique_ptr<CameraCmd> CameraCmdUniquePtr |
◆ CameraInfoSharedPtr
| typedef std::shared_ptr<CameraInfo> CameraInfoSharedPtr |
◆ CameraInfoUniquePtr
| typedef std::unique_ptr<CameraInfo> CameraInfoUniquePtr |
◆ CameraLensSharedPtr
| typedef std::shared_ptr<CameraLens> CameraLensSharedPtr |
◆ CameraLensUniquePtr
| typedef std::unique_ptr<CameraLens> CameraLensUniquePtr |
◆ CameraSensorSharedPtr
| typedef std::shared_ptr<CameraSensor> CameraSensorSharedPtr |
◆ CameraSensorUniquePtr
| typedef std::unique_ptr<CameraSensor> CameraSensorUniquePtr |
◆ CapsuleGeomSharedPtr
| typedef std::shared_ptr<CapsuleGeom> CapsuleGeomSharedPtr |
◆ CapsuleGeomUniquePtr
| typedef std::unique_ptr<CapsuleGeom> CapsuleGeomUniquePtr |
◆ CessnaSharedPtr
| typedef std::shared_ptr<Cessna> CessnaSharedPtr |
◆ CessnaUniquePtr
| typedef std::unique_ptr<Cessna> CessnaUniquePtr |
◆ ClockSharedPtr
| typedef std::shared_ptr<Clock> ClockSharedPtr |
◆ ClockUniquePtr
| typedef std::unique_ptr<Clock> ClockUniquePtr |
◆ CmdVel2DSharedPtr
| typedef std::shared_ptr<CmdVel2D> CmdVel2DSharedPtr |
◆ CmdVel2DUniquePtr
| typedef std::unique_ptr<CmdVel2D> CmdVel2DUniquePtr |
◆ CollisionSharedPtr
| typedef std::shared_ptr<Collision> CollisionSharedPtr |
◆ CollisionUniquePtr
| typedef std::unique_ptr<Collision> CollisionUniquePtr |
◆ ColorSharedPtr
| typedef std::shared_ptr<Color> ColorSharedPtr |
◆ ColorUniquePtr
| typedef std::unique_ptr<Color> ColorUniquePtr |
◆ ConeGeomSharedPtr
| typedef std::shared_ptr<ConeGeom> ConeGeomSharedPtr |
◆ ConeGeomUniquePtr
| typedef std::unique_ptr<ConeGeom> ConeGeomUniquePtr |
◆ ConstActorSharedPtr
| typedef std::shared_ptr<const Actor> ConstActorSharedPtr |
◆ ConstActorUniquePtr
| typedef std::unique_ptr<const Actor> ConstActorUniquePtr |
◆ ConstActuatorsSharedPtr
| typedef std::shared_ptr<const Actuators> ConstActuatorsSharedPtr |
◆ ConstActuatorsUniquePtr
| typedef std::unique_ptr<const Actuators> ConstActuatorsUniquePtr |
◆ ConstAirPressureSensorSharedPtr
| typedef std::shared_ptr<const AirPressureSensor> ConstAirPressureSensorSharedPtr |
◆ ConstAirPressureSensorUniquePtr
| typedef std::unique_ptr<const AirPressureSensor> ConstAirPressureSensorUniquePtr |
◆ ConstAltimeterSensorSharedPtr
| typedef std::shared_ptr<const AltimeterSensor> ConstAltimeterSensorSharedPtr |
◆ ConstAltimeterSensorUniquePtr
| typedef std::unique_ptr<const AltimeterSensor> ConstAltimeterSensorUniquePtr |
◆ ConstAltimeterSharedPtr
| typedef std::shared_ptr<const Altimeter> ConstAltimeterSharedPtr |
◆ ConstAltimeterUniquePtr
| typedef std::unique_ptr<const Altimeter> ConstAltimeterUniquePtr |
◆ ConstAnnotatedAxisAligned2DBox_VSharedPtr
| typedef std::shared_ptr<const AnnotatedAxisAligned2DBox_V> ConstAnnotatedAxisAligned2DBox_VSharedPtr |
◆ ConstAnnotatedAxisAligned2DBox_VUniquePtr
| typedef std::unique_ptr<const AnnotatedAxisAligned2DBox_V> ConstAnnotatedAxisAligned2DBox_VUniquePtr |
◆ ConstAnnotatedAxisAligned2DBoxSharedPtr
| typedef std::shared_ptr<const AnnotatedAxisAligned2DBox> ConstAnnotatedAxisAligned2DBoxSharedPtr |
◆ ConstAnnotatedAxisAligned2DBoxUniquePtr
| typedef std::unique_ptr<const AnnotatedAxisAligned2DBox> ConstAnnotatedAxisAligned2DBoxUniquePtr |
◆ ConstAnnotatedOriented3DBox_VSharedPtr
| typedef std::shared_ptr<const AnnotatedOriented3DBox_V> ConstAnnotatedOriented3DBox_VSharedPtr |
◆ ConstAnnotatedOriented3DBox_VUniquePtr
| typedef std::unique_ptr<const AnnotatedOriented3DBox_V> ConstAnnotatedOriented3DBox_VUniquePtr |
◆ ConstAnnotatedOriented3DBoxSharedPtr
| typedef std::shared_ptr<const AnnotatedOriented3DBox> ConstAnnotatedOriented3DBoxSharedPtr |
◆ ConstAnnotatedOriented3DBoxUniquePtr
| typedef std::unique_ptr<const AnnotatedOriented3DBox> ConstAnnotatedOriented3DBoxUniquePtr |
◆ ConstAnySharedPtr
| typedef std::shared_ptr<const Any> ConstAnySharedPtr |
◆ ConstAnyUniquePtr
| typedef std::unique_ptr<const Any> ConstAnyUniquePtr |
◆ ConstAtmosphereSharedPtr
| typedef std::shared_ptr<const Atmosphere> ConstAtmosphereSharedPtr |
◆ ConstAtmosphereUniquePtr
| typedef std::unique_ptr<const Atmosphere> ConstAtmosphereUniquePtr |
◆ ConstAxisAligned2DBoxSharedPtr
| typedef std::shared_ptr<const AxisAligned2DBox> ConstAxisAligned2DBoxSharedPtr |
◆ ConstAxisAligned2DBoxUniquePtr
| typedef std::unique_ptr<const AxisAligned2DBox> ConstAxisAligned2DBoxUniquePtr |
◆ ConstAxisAlignedBoxSharedPtr
| typedef std::shared_ptr<const AxisAlignedBox> ConstAxisAlignedBoxSharedPtr |
◆ ConstAxisAlignedBoxUniquePtr
| typedef std::unique_ptr<const AxisAlignedBox> ConstAxisAlignedBoxUniquePtr |
◆ ConstAxisSharedPtr
| typedef std::shared_ptr<const Axis> ConstAxisSharedPtr |
◆ ConstAxisUniquePtr
| typedef std::unique_ptr<const Axis> ConstAxisUniquePtr |
◆ ConstBatterySharedPtr
| typedef std::shared_ptr<const Battery> ConstBatterySharedPtr |
◆ ConstBatteryStateSharedPtr
| typedef std::shared_ptr<const BatteryState> ConstBatteryStateSharedPtr |
◆ ConstBatteryStateUniquePtr
| typedef std::unique_ptr<const BatteryState> ConstBatteryStateUniquePtr |
◆ ConstBatteryUniquePtr
| typedef std::unique_ptr<const Battery> ConstBatteryUniquePtr |
◆ ConstBooleanSharedPtr
| typedef std::shared_ptr<const Boolean> ConstBooleanSharedPtr |
◆ ConstBooleanUniquePtr
| typedef std::unique_ptr<const Boolean> ConstBooleanUniquePtr |
◆ ConstBoxGeomSharedPtr
| typedef std::shared_ptr<const BoxGeom> ConstBoxGeomSharedPtr |
◆ ConstBoxGeomUniquePtr
| typedef std::unique_ptr<const BoxGeom> ConstBoxGeomUniquePtr |
◆ ConstBytesSharedPtr
| typedef std::shared_ptr<const Bytes> ConstBytesSharedPtr |
◆ ConstBytesUniquePtr
| typedef std::unique_ptr<const Bytes> ConstBytesUniquePtr |
◆ ConstCameraCmdSharedPtr
| typedef std::shared_ptr<const CameraCmd> ConstCameraCmdSharedPtr |
◆ ConstCameraCmdUniquePtr
| typedef std::unique_ptr<const CameraCmd> ConstCameraCmdUniquePtr |
◆ ConstCameraInfoSharedPtr
| typedef std::shared_ptr<const CameraInfo> ConstCameraInfoSharedPtr |
◆ ConstCameraInfoUniquePtr
| typedef std::unique_ptr<const CameraInfo> ConstCameraInfoUniquePtr |
◆ ConstCameraLensSharedPtr
| typedef std::shared_ptr<const CameraLens> ConstCameraLensSharedPtr |
◆ ConstCameraLensUniquePtr
| typedef std::unique_ptr<const CameraLens> ConstCameraLensUniquePtr |
◆ ConstCameraSensorSharedPtr
| typedef std::shared_ptr<const CameraSensor> ConstCameraSensorSharedPtr |
◆ ConstCameraSensorUniquePtr
| typedef std::unique_ptr<const CameraSensor> ConstCameraSensorUniquePtr |
◆ ConstCapsuleGeomSharedPtr
| typedef std::shared_ptr<const CapsuleGeom> ConstCapsuleGeomSharedPtr |
◆ ConstCapsuleGeomUniquePtr
| typedef std::unique_ptr<const CapsuleGeom> ConstCapsuleGeomUniquePtr |
◆ ConstCessnaSharedPtr
| typedef std::shared_ptr<const Cessna> ConstCessnaSharedPtr |
◆ ConstCessnaUniquePtr
| typedef std::unique_ptr<const Cessna> ConstCessnaUniquePtr |
◆ ConstClockSharedPtr
| typedef std::shared_ptr<const Clock> ConstClockSharedPtr |
◆ ConstClockUniquePtr
| typedef std::unique_ptr<const Clock> ConstClockUniquePtr |
◆ ConstCmdVel2DSharedPtr
| typedef std::shared_ptr<const CmdVel2D> ConstCmdVel2DSharedPtr |
◆ ConstCmdVel2DUniquePtr
| typedef std::unique_ptr<const CmdVel2D> ConstCmdVel2DUniquePtr |
◆ ConstCollisionSharedPtr
| typedef std::shared_ptr<const Collision> ConstCollisionSharedPtr |
◆ ConstCollisionUniquePtr
| typedef std::unique_ptr<const Collision> ConstCollisionUniquePtr |
◆ ConstColorSharedPtr
| typedef std::shared_ptr<const Color> ConstColorSharedPtr |
◆ ConstColorUniquePtr
| typedef std::unique_ptr<const Color> ConstColorUniquePtr |
◆ ConstConeGeomSharedPtr
| typedef std::shared_ptr<const ConeGeom> ConstConeGeomSharedPtr |
◆ ConstConeGeomUniquePtr
| typedef std::unique_ptr<const ConeGeom> ConstConeGeomUniquePtr |
◆ ConstContactSensorSharedPtr
| typedef std::shared_ptr<const ContactSensor> ConstContactSensorSharedPtr |
◆ ConstContactSensorUniquePtr
| typedef std::unique_ptr<const ContactSensor> ConstContactSensorUniquePtr |
◆ ConstContactSharedPtr
| typedef std::shared_ptr<const Contact> ConstContactSharedPtr |
◆ ConstContactsSharedPtr
| typedef std::shared_ptr<const Contacts> ConstContactsSharedPtr |
◆ ConstContactsUniquePtr
| typedef std::unique_ptr<const Contacts> ConstContactsUniquePtr |
◆ ConstContactUniquePtr
| typedef std::unique_ptr<const Contact> ConstContactUniquePtr |
◆ ConstCylinderGeomSharedPtr
| typedef std::shared_ptr<const CylinderGeom> ConstCylinderGeomSharedPtr |
◆ ConstCylinderGeomUniquePtr
| typedef std::unique_ptr<const CylinderGeom> ConstCylinderGeomUniquePtr |
◆ ConstDataframeSharedPtr
| typedef std::shared_ptr<const Dataframe> ConstDataframeSharedPtr |
◆ ConstDataframeUniquePtr
| typedef std::unique_ptr<const Dataframe> ConstDataframeUniquePtr |
◆ ConstDensitySharedPtr
| typedef std::shared_ptr<const Density> ConstDensitySharedPtr |
◆ ConstDensityUniquePtr
| typedef std::unique_ptr<const Density> ConstDensityUniquePtr |
◆ ConstDiagnosticsSharedPtr
| typedef std::shared_ptr<const Diagnostics> ConstDiagnosticsSharedPtr |
◆ ConstDiagnosticsUniquePtr
| typedef std::unique_ptr<const Diagnostics> ConstDiagnosticsUniquePtr |
◆ ConstDiscoverySharedPtr
| typedef std::shared_ptr<const Discovery> ConstDiscoverySharedPtr |
◆ ConstDiscoveryUniquePtr
| typedef std::unique_ptr<const Discovery> ConstDiscoveryUniquePtr |
◆ ConstDistortionSharedPtr
| typedef std::shared_ptr<const Distortion> ConstDistortionSharedPtr |
◆ ConstDistortionUniquePtr
| typedef std::unique_ptr<const Distortion> ConstDistortionUniquePtr |
◆ ConstDouble_VSharedPtr
| typedef std::shared_ptr<const Double_V> ConstDouble_VSharedPtr |
◆ ConstDouble_VUniquePtr
| typedef std::unique_ptr<const Double_V> ConstDouble_VUniquePtr |
◆ ConstDoubleSharedPtr
| typedef std::shared_ptr<const Double> ConstDoubleSharedPtr |
◆ ConstDoubleUniquePtr
| typedef std::unique_ptr<const Double> ConstDoubleUniquePtr |
◆ ConstDurationSharedPtr
| typedef std::shared_ptr<const Duration> ConstDurationSharedPtr |
◆ ConstDurationUniquePtr
| typedef std::unique_ptr<const Duration> ConstDurationUniquePtr |
◆ ConstEllipsoidGeomSharedPtr
| typedef std::shared_ptr<const EllipsoidGeom> ConstEllipsoidGeomSharedPtr |
◆ ConstEllipsoidGeomUniquePtr
| typedef std::unique_ptr<const EllipsoidGeom> ConstEllipsoidGeomUniquePtr |
◆ ConstEmptySharedPtr
| typedef std::shared_ptr<const Empty> ConstEmptySharedPtr |
◆ ConstEmptyUniquePtr
| typedef std::unique_ptr<const Empty> ConstEmptyUniquePtr |
◆ ConstEntityFactory_VSharedPtr
| typedef std::shared_ptr<const EntityFactory_V> ConstEntityFactory_VSharedPtr |
◆ ConstEntityFactory_VUniquePtr
| typedef std::unique_ptr<const EntityFactory_V> ConstEntityFactory_VUniquePtr |
◆ ConstEntityFactorySharedPtr
| typedef std::shared_ptr<const EntityFactory> ConstEntityFactorySharedPtr |
◆ ConstEntityFactoryUniquePtr
| typedef std::unique_ptr<const EntityFactory> ConstEntityFactoryUniquePtr |
◆ ConstEntityPlugin_VSharedPtr
| typedef std::shared_ptr<const EntityPlugin_V> ConstEntityPlugin_VSharedPtr |
◆ ConstEntityPlugin_VUniquePtr
| typedef std::unique_ptr<const EntityPlugin_V> ConstEntityPlugin_VUniquePtr |
◆ ConstEntitySharedPtr
| typedef std::shared_ptr<const Entity> ConstEntitySharedPtr |
◆ ConstEntityUniquePtr
| typedef std::unique_ptr<const Entity> ConstEntityUniquePtr |
◆ ConstEntityWrenchSharedPtr
| typedef std::shared_ptr<const EntityWrench> ConstEntityWrenchSharedPtr |
◆ ConstEntityWrenchUniquePtr
| typedef std::unique_ptr<const EntityWrench> ConstEntityWrenchUniquePtr |
◆ ConstFloat_VSharedPtr
| typedef std::shared_ptr<const Float_V> ConstFloat_VSharedPtr |
◆ ConstFloat_VUniquePtr
| typedef std::unique_ptr<const Float_V> ConstFloat_VUniquePtr |
◆ ConstFloatSharedPtr
| typedef std::shared_ptr<const Float> ConstFloatSharedPtr |
◆ ConstFloatUniquePtr
| typedef std::unique_ptr<const Float> ConstFloatUniquePtr |
◆ ConstFluidPressureSharedPtr
| typedef std::shared_ptr<const FluidPressure> ConstFluidPressureSharedPtr |
◆ ConstFluidPressureUniquePtr
| typedef std::unique_ptr<const FluidPressure> ConstFluidPressureUniquePtr |
◆ ConstFluidSharedPtr
| typedef std::shared_ptr<const Fluid> ConstFluidSharedPtr |
◆ ConstFluidUniquePtr
| typedef std::unique_ptr<const Fluid> ConstFluidUniquePtr |
◆ ConstFogSharedPtr
| typedef std::shared_ptr<const Fog> ConstFogSharedPtr |
◆ ConstFogUniquePtr
| typedef std::unique_ptr<const Fog> ConstFogUniquePtr |
◆ ConstFrictionSharedPtr
| typedef std::shared_ptr<const Friction> ConstFrictionSharedPtr |
◆ ConstFrictionUniquePtr
| typedef std::unique_ptr<const Friction> ConstFrictionUniquePtr |
◆ ConstFuelMetadataSharedPtr
| typedef std::shared_ptr<const FuelMetadata> ConstFuelMetadataSharedPtr |
◆ ConstFuelMetadataUniquePtr
| typedef std::unique_ptr<const FuelMetadata> ConstFuelMetadataUniquePtr |
◆ ConstGeometrySharedPtr
| typedef std::shared_ptr<const Geometry> ConstGeometrySharedPtr |
◆ ConstGeometryUniquePtr
| typedef std::unique_ptr<const Geometry> ConstGeometryUniquePtr |
◆ ConstGPSSensorSharedPtr
| typedef std::shared_ptr<const GPSSensor> ConstGPSSensorSharedPtr |
◆ ConstGPSSensorUniquePtr
| typedef std::unique_ptr<const GPSSensor> ConstGPSSensorUniquePtr |
◆ ConstGPSSharedPtr
| typedef std::shared_ptr<const GPS> ConstGPSSharedPtr |
◆ ConstGPSUniquePtr
| typedef std::unique_ptr<const GPS> ConstGPSUniquePtr |
◆ ConstGUICameraSharedPtr
| typedef std::shared_ptr<const GUICamera> ConstGUICameraSharedPtr |
◆ ConstGUICameraUniquePtr
| typedef std::unique_ptr<const GUICamera> ConstGUICameraUniquePtr |
◆ ConstGUISharedPtr
| typedef std::shared_ptr<const GUI> ConstGUISharedPtr |
◆ ConstGUIUniquePtr
| typedef std::unique_ptr<const GUI> ConstGUIUniquePtr |
◆ ConstHeaderSharedPtr
| typedef std::shared_ptr<const Header> ConstHeaderSharedPtr |
◆ ConstHeaderUniquePtr
| typedef std::unique_ptr<const Header> ConstHeaderUniquePtr |
◆ ConstHeightmapGeomSharedPtr
| typedef std::shared_ptr<const HeightmapGeom> ConstHeightmapGeomSharedPtr |
◆ ConstHeightmapGeomUniquePtr
| typedef std::unique_ptr<const HeightmapGeom> ConstHeightmapGeomUniquePtr |
◆ ConstHydraSharedPtr
| typedef std::shared_ptr<const Hydra> ConstHydraSharedPtr |
◆ ConstHydraUniquePtr
| typedef std::unique_ptr<const Hydra> ConstHydraUniquePtr |
◆ ConstImageGeomSharedPtr
| typedef std::shared_ptr<const ImageGeom> ConstImageGeomSharedPtr |
◆ ConstImageGeomUniquePtr
| typedef std::unique_ptr<const ImageGeom> ConstImageGeomUniquePtr |
◆ ConstImageSharedPtr
| typedef std::shared_ptr<const Image> ConstImageSharedPtr |
◆ ConstImageUniquePtr
| typedef std::unique_ptr<const Image> ConstImageUniquePtr |
◆ ConstIMUSensorSharedPtr
| typedef std::shared_ptr<const IMUSensor> ConstIMUSensorSharedPtr |
◆ ConstIMUSensorUniquePtr
| typedef std::unique_ptr<const IMUSensor> ConstIMUSensorUniquePtr |
◆ ConstIMUSharedPtr
| typedef std::shared_ptr<const IMU> ConstIMUSharedPtr |
◆ ConstIMUUniquePtr
| typedef std::unique_ptr<const IMU> ConstIMUUniquePtr |
◆ ConstInertialSharedPtr
| typedef std::shared_ptr<const Inertial> ConstInertialSharedPtr |
◆ ConstInertialUniquePtr
| typedef std::unique_ptr<const Inertial> ConstInertialUniquePtr |
◆ ConstInt32_VSharedPtr
| typedef std::shared_ptr<const Int32_V> ConstInt32_VSharedPtr |
◆ ConstInt32_VUniquePtr
| typedef std::unique_ptr<const Int32_V> ConstInt32_VUniquePtr |
◆ ConstInt32SharedPtr
| typedef std::shared_ptr<const Int32> ConstInt32SharedPtr |
◆ ConstInt32UniquePtr
| typedef std::unique_ptr<const Int32> ConstInt32UniquePtr |
◆ ConstInt64_VSharedPtr
| typedef std::shared_ptr<const Int64_V> ConstInt64_VSharedPtr |
◆ ConstInt64_VUniquePtr
| typedef std::unique_ptr<const Int64_V> ConstInt64_VUniquePtr |
◆ ConstInt64SharedPtr
| typedef std::shared_ptr<const Int64> ConstInt64SharedPtr |
◆ ConstInt64UniquePtr
| typedef std::unique_ptr<const Int64> ConstInt64UniquePtr |
◆ ConstJointAnimationSharedPtr
| typedef std::shared_ptr<const JointAnimation> ConstJointAnimationSharedPtr |
◆ ConstJointAnimationUniquePtr
| typedef std::unique_ptr<const JointAnimation> ConstJointAnimationUniquePtr |
◆ ConstJointCmdSharedPtr
| typedef std::shared_ptr<const JointCmd> ConstJointCmdSharedPtr |
◆ ConstJointCmdUniquePtr
| typedef std::unique_ptr<const JointCmd> ConstJointCmdUniquePtr |
◆ ConstJointSharedPtr
| typedef std::shared_ptr<const Joint> ConstJointSharedPtr |
◆ ConstJointTrajectoryPointSharedPtr
| typedef std::shared_ptr<const JointTrajectoryPoint> ConstJointTrajectoryPointSharedPtr |
◆ ConstJointTrajectoryPointUniquePtr
| typedef std::unique_ptr<const JointTrajectoryPoint> ConstJointTrajectoryPointUniquePtr |
◆ ConstJointTrajectorySharedPtr
| typedef std::shared_ptr<const JointTrajectory> ConstJointTrajectorySharedPtr |
◆ ConstJointTrajectoryUniquePtr
| typedef std::unique_ptr<const JointTrajectory> ConstJointTrajectoryUniquePtr |
◆ ConstJointUniquePtr
| typedef std::unique_ptr<const Joint> ConstJointUniquePtr |
◆ ConstJointWrenchSharedPtr
| typedef std::shared_ptr<const JointWrench> ConstJointWrenchSharedPtr |
◆ ConstJointWrenchUniquePtr
| typedef std::unique_ptr<const JointWrench> ConstJointWrenchUniquePtr |
◆ ConstJoySharedPtr
| typedef std::shared_ptr<const Joy> ConstJoySharedPtr |
◆ ConstJoystickSharedPtr
| typedef std::shared_ptr<const Joystick> ConstJoystickSharedPtr |
◆ ConstJoystickUniquePtr
| typedef std::unique_ptr<const Joystick> ConstJoystickUniquePtr |
◆ ConstJoyUniquePtr
| typedef std::unique_ptr<const Joy> ConstJoyUniquePtr |
◆ ConstLaserScanSharedPtr
| typedef std::shared_ptr<const LaserScan> ConstLaserScanSharedPtr |
◆ ConstLaserScanUniquePtr
| typedef std::unique_ptr<const LaserScan> ConstLaserScanUniquePtr |
◆ ConstLidarSensorSharedPtr
| typedef std::shared_ptr<const LidarSensor> ConstLidarSensorSharedPtr |
◆ ConstLidarSensorUniquePtr
| typedef std::unique_ptr<const LidarSensor> ConstLidarSensorUniquePtr |
◆ ConstLightSharedPtr
| typedef std::shared_ptr<const Light> ConstLightSharedPtr |
◆ ConstLightUniquePtr
| typedef std::unique_ptr<const Light> ConstLightUniquePtr |
◆ ConstLinkDataSharedPtr
| typedef std::shared_ptr<const LinkData> ConstLinkDataSharedPtr |
◆ ConstLinkDataUniquePtr
| typedef std::unique_ptr<const LinkData> ConstLinkDataUniquePtr |
◆ ConstLinkSharedPtr
| typedef std::shared_ptr<const Link> ConstLinkSharedPtr |
◆ ConstLinkUniquePtr
| typedef std::unique_ptr<const Link> ConstLinkUniquePtr |
◆ ConstLogControlSharedPtr
| typedef std::shared_ptr<const LogControl> ConstLogControlSharedPtr |
◆ ConstLogControlUniquePtr
| typedef std::unique_ptr<const LogControl> ConstLogControlUniquePtr |
◆ ConstLogicalCameraImageSharedPtr
| typedef std::shared_ptr<const LogicalCameraImage> ConstLogicalCameraImageSharedPtr |
◆ ConstLogicalCameraImageUniquePtr
| typedef std::unique_ptr<const LogicalCameraImage> ConstLogicalCameraImageUniquePtr |
◆ ConstLogicalCameraSensorSharedPtr
| typedef std::shared_ptr<const LogicalCameraSensor> ConstLogicalCameraSensorSharedPtr |
◆ ConstLogicalCameraSensorUniquePtr
| typedef std::unique_ptr<const LogicalCameraSensor> ConstLogicalCameraSensorUniquePtr |
◆ ConstLogPlaybackControlSharedPtr
| typedef std::shared_ptr<const LogPlaybackControl> ConstLogPlaybackControlSharedPtr |
◆ ConstLogPlaybackControlUniquePtr
| typedef std::unique_ptr<const LogPlaybackControl> ConstLogPlaybackControlUniquePtr |
◆ ConstLogPlaybackStatisticsSharedPtr
| typedef std::shared_ptr<const LogPlaybackStatistics> ConstLogPlaybackStatisticsSharedPtr |
◆ ConstLogPlaybackStatisticsUniquePtr
| typedef std::unique_ptr<const LogPlaybackStatistics> ConstLogPlaybackStatisticsUniquePtr |
◆ ConstLogStatusSharedPtr
| typedef std::shared_ptr<const LogStatus> ConstLogStatusSharedPtr |
◆ ConstLogStatusUniquePtr
| typedef std::unique_ptr<const LogStatus> ConstLogStatusUniquePtr |
◆ ConstMagnetometerSensorSharedPtr
| typedef std::shared_ptr<const MagnetometerSensor> ConstMagnetometerSensorSharedPtr |
◆ ConstMagnetometerSensorUniquePtr
| typedef std::unique_ptr<const MagnetometerSensor> ConstMagnetometerSensorUniquePtr |
◆ ConstMagnetometerSharedPtr
| typedef std::shared_ptr<const Magnetometer> ConstMagnetometerSharedPtr |
◆ ConstMagnetometerUniquePtr
| typedef std::unique_ptr<const Magnetometer> ConstMagnetometerUniquePtr |
◆ ConstMarker_VSharedPtr
| typedef std::shared_ptr<const Marker_V> ConstMarker_VSharedPtr |
◆ ConstMarker_VUniquePtr
| typedef std::unique_ptr<const Marker_V> ConstMarker_VUniquePtr |
◆ ConstMarkerSharedPtr
| typedef std::shared_ptr<const Marker> ConstMarkerSharedPtr |
◆ ConstMarkerUniquePtr
| typedef std::unique_ptr<const Marker> ConstMarkerUniquePtr |
◆ ConstMaterialSharedPtr
| typedef std::shared_ptr<const Material> ConstMaterialSharedPtr |
◆ ConstMaterialUniquePtr
| typedef std::unique_ptr<const Material> ConstMaterialUniquePtr |
◆ ConstMeshGeomSharedPtr
| typedef std::shared_ptr<const MeshGeom> ConstMeshGeomSharedPtr |
◆ ConstMeshGeomUniquePtr
| typedef std::unique_ptr<const MeshGeom> ConstMeshGeomUniquePtr |
◆ ConstMetricSharedPtr
| typedef std::shared_ptr<const Metric> ConstMetricSharedPtr |
◆ ConstMetricUniquePtr
| typedef std::unique_ptr<const Metric> ConstMetricUniquePtr |
◆ ConstModel_VSharedPtr
| typedef std::shared_ptr<const Model_V> ConstModel_VSharedPtr |
◆ ConstModel_VUniquePtr
| typedef std::unique_ptr<const Model_V> ConstModel_VUniquePtr |
◆ ConstModelConfigurationSharedPtr
| typedef std::shared_ptr<const ModelConfiguration> ConstModelConfigurationSharedPtr |
◆ ConstModelConfigurationUniquePtr
| typedef std::unique_ptr<const ModelConfiguration> ConstModelConfigurationUniquePtr |
◆ ConstModelSharedPtr
| typedef std::shared_ptr<const Model> ConstModelSharedPtr |
◆ ConstModelUniquePtr
| typedef std::unique_ptr<const Model> ConstModelUniquePtr |
◆ ConstNavSatSensorSharedPtr
| typedef std::shared_ptr<const NavSatSensor> ConstNavSatSensorSharedPtr |
◆ ConstNavSatSensorUniquePtr
| typedef std::unique_ptr<const NavSatSensor> ConstNavSatSensorUniquePtr |
◆ ConstNavSatSharedPtr
| typedef std::shared_ptr<const NavSat> ConstNavSatSharedPtr |
◆ ConstNavSatUniquePtr
| typedef std::unique_ptr<const NavSat> ConstNavSatUniquePtr |
◆ ConstOccupancyGridSharedPtr
| typedef std::shared_ptr<const OccupancyGrid> ConstOccupancyGridSharedPtr |
◆ ConstOccupancyGridUniquePtr
| typedef std::unique_ptr<const OccupancyGrid> ConstOccupancyGridUniquePtr |
◆ ConstOdometrySharedPtr
| typedef std::shared_ptr<const Odometry> ConstOdometrySharedPtr |
◆ ConstOdometryUniquePtr
| typedef std::unique_ptr<const Odometry> ConstOdometryUniquePtr |
◆ ConstOdometryWithCovarianceSharedPtr
| typedef std::shared_ptr<const OdometryWithCovariance> ConstOdometryWithCovarianceSharedPtr |
◆ ConstOdometryWithCovarianceUniquePtr
| typedef std::unique_ptr<const OdometryWithCovariance> ConstOdometryWithCovarianceUniquePtr |
◆ ConstOriented3DBoxSharedPtr
| typedef std::shared_ptr<const Oriented3DBox> ConstOriented3DBoxSharedPtr |
◆ ConstOriented3DBoxUniquePtr
| typedef std::unique_ptr<const Oriented3DBox> ConstOriented3DBoxUniquePtr |
◆ ConstPacketSharedPtr
| typedef std::shared_ptr<const Packet> ConstPacketSharedPtr |
◆ ConstPacketUniquePtr
| typedef std::unique_ptr<const Packet> ConstPacketUniquePtr |
◆ ConstParam_VSharedPtr
| typedef std::shared_ptr<const Param_V> ConstParam_VSharedPtr |
◆ ConstParam_VUniquePtr
| typedef std::unique_ptr<const Param_V> ConstParam_VUniquePtr |
◆ ConstParameterDeclarationSharedPtr
| typedef std::shared_ptr<const ParameterDeclaration> ConstParameterDeclarationSharedPtr |
◆ ConstParameterDeclarationsSharedPtr
| typedef std::shared_ptr<const ParameterDeclarations> ConstParameterDeclarationsSharedPtr |
◆ ConstParameterDeclarationsUniquePtr
| typedef std::unique_ptr<const ParameterDeclarations> ConstParameterDeclarationsUniquePtr |
◆ ConstParameterDeclarationUniquePtr
| typedef std::unique_ptr<const ParameterDeclaration> ConstParameterDeclarationUniquePtr |
◆ ConstParameterErrorSharedPtr
| typedef std::shared_ptr<const ParameterError> ConstParameterErrorSharedPtr |
◆ ConstParameterErrorUniquePtr
| typedef std::unique_ptr<const ParameterError> ConstParameterErrorUniquePtr |
◆ ConstParameterNameSharedPtr
| typedef std::shared_ptr<const ParameterName> ConstParameterNameSharedPtr |
◆ ConstParameterNameUniquePtr
| typedef std::unique_ptr<const ParameterName> ConstParameterNameUniquePtr |
◆ ConstParameterSharedPtr
| typedef std::shared_ptr<const Parameter> ConstParameterSharedPtr |
◆ ConstParameterUniquePtr
| typedef std::unique_ptr<const Parameter> ConstParameterUniquePtr |
◆ ConstParameterValueSharedPtr
| typedef std::shared_ptr<const ParameterValue> ConstParameterValueSharedPtr |
◆ ConstParameterValueUniquePtr
| typedef std::unique_ptr<const ParameterValue> ConstParameterValueUniquePtr |
◆ ConstParamSharedPtr
| typedef std::shared_ptr<const Param> ConstParamSharedPtr |
◆ ConstParamUniquePtr
| typedef std::unique_ptr<const Param> ConstParamUniquePtr |
◆ ConstParticleEmitter_VSharedPtr
| typedef std::shared_ptr<const ParticleEmitter_V> ConstParticleEmitter_VSharedPtr |
◆ ConstParticleEmitter_VUniquePtr
| typedef std::unique_ptr<const ParticleEmitter_V> ConstParticleEmitter_VUniquePtr |
◆ ConstParticleEmitterSharedPtr
| typedef std::shared_ptr<const ParticleEmitter> ConstParticleEmitterSharedPtr |
◆ ConstParticleEmitterUniquePtr
| typedef std::unique_ptr<const ParticleEmitter> ConstParticleEmitterUniquePtr |
◆ ConstPerformanceSensorMetricsSharedPtr
| typedef std::shared_ptr<const PerformanceSensorMetrics> ConstPerformanceSensorMetricsSharedPtr |
◆ ConstPerformanceSensorMetricsUniquePtr
| typedef std::unique_ptr<const PerformanceSensorMetrics> ConstPerformanceSensorMetricsUniquePtr |
◆ ConstPhysicsSharedPtr
| typedef std::shared_ptr<const Physics> ConstPhysicsSharedPtr |
◆ ConstPhysicsUniquePtr
| typedef std::unique_ptr<const Physics> ConstPhysicsUniquePtr |
◆ ConstPIDSharedPtr
| typedef std::shared_ptr<const PID> ConstPIDSharedPtr |
◆ ConstPIDUniquePtr
| typedef std::unique_ptr<const PID> ConstPIDUniquePtr |
◆ ConstPlaneGeomSharedPtr
| typedef std::shared_ptr<const PlaneGeom> ConstPlaneGeomSharedPtr |
◆ ConstPlaneGeomUniquePtr
| typedef std::unique_ptr<const PlaneGeom> ConstPlaneGeomUniquePtr |
◆ ConstPlugin_VSharedPtr
| typedef std::shared_ptr<const Plugin_V> ConstPlugin_VSharedPtr |
◆ ConstPlugin_VUniquePtr
| typedef std::unique_ptr<const Plugin_V> ConstPlugin_VUniquePtr |
◆ ConstPluginSharedPtr
| typedef std::shared_ptr<const Plugin> ConstPluginSharedPtr |
◆ ConstPluginUniquePtr
| typedef std::unique_ptr<const Plugin> ConstPluginUniquePtr |
◆ ConstPointCloudPackedSharedPtr
| typedef std::shared_ptr<const PointCloudPacked> ConstPointCloudPackedSharedPtr |
◆ ConstPointCloudPackedUniquePtr
| typedef std::unique_ptr<const PointCloudPacked> ConstPointCloudPackedUniquePtr |
◆ ConstPointCloudSharedPtr
| typedef std::shared_ptr<const PointCloud> ConstPointCloudSharedPtr |
◆ ConstPointCloudUniquePtr
| typedef std::unique_ptr<const PointCloud> ConstPointCloudUniquePtr |
◆ ConstPolylineSharedPtr
| typedef std::shared_ptr<const Polyline> ConstPolylineSharedPtr |
◆ ConstPolylineUniquePtr
| typedef std::unique_ptr<const Polyline> ConstPolylineUniquePtr |
◆ ConstPose_VSharedPtr
| typedef std::shared_ptr<const Pose_V> ConstPose_VSharedPtr |
◆ ConstPose_VUniquePtr
| typedef std::unique_ptr<const Pose_V> ConstPose_VUniquePtr |
◆ ConstPoseAnimationSharedPtr
| typedef std::shared_ptr<const PoseAnimation> ConstPoseAnimationSharedPtr |
◆ ConstPoseAnimationUniquePtr
| typedef std::unique_ptr<const PoseAnimation> ConstPoseAnimationUniquePtr |
◆ ConstPoseSharedPtr
| typedef std::shared_ptr<const Pose> ConstPoseSharedPtr |
◆ ConstPoseTrajectorySharedPtr
| typedef std::shared_ptr<const PoseTrajectory> ConstPoseTrajectorySharedPtr |
◆ ConstPoseTrajectoryUniquePtr
| typedef std::unique_ptr<const PoseTrajectory> ConstPoseTrajectoryUniquePtr |
◆ ConstPoseUniquePtr
| typedef std::unique_ptr<const Pose> ConstPoseUniquePtr |
◆ ConstPoseWithCovarianceSharedPtr
| typedef std::shared_ptr<const PoseWithCovariance> ConstPoseWithCovarianceSharedPtr |
◆ ConstPoseWithCovarianceUniquePtr
| typedef std::unique_ptr<const PoseWithCovariance> ConstPoseWithCovarianceUniquePtr |
◆ ConstProjectorSharedPtr
| typedef std::shared_ptr<const Projector> ConstProjectorSharedPtr |
◆ ConstProjectorUniquePtr
| typedef std::unique_ptr<const Projector> ConstProjectorUniquePtr |
◆ ConstPropagationGridSharedPtr
| typedef std::shared_ptr<const PropagationGrid> ConstPropagationGridSharedPtr |
◆ ConstPropagationGridUniquePtr
| typedef std::unique_ptr<const PropagationGrid> ConstPropagationGridUniquePtr |
◆ ConstPropagationParticleSharedPtr
| typedef std::shared_ptr<const PropagationParticle> ConstPropagationParticleSharedPtr |
◆ ConstPropagationParticleUniquePtr
| typedef std::unique_ptr<const PropagationParticle> ConstPropagationParticleUniquePtr |
◆ ConstPublishersSharedPtr
| typedef std::shared_ptr<const Publishers> ConstPublishersSharedPtr |
◆ ConstPublishersUniquePtr
| typedef std::unique_ptr<const Publishers> ConstPublishersUniquePtr |
◆ ConstPublishSharedPtr
| typedef std::shared_ptr<const Publish> ConstPublishSharedPtr |
◆ ConstPublishUniquePtr
| typedef std::unique_ptr<const Publish> ConstPublishUniquePtr |
◆ ConstQuaternionSharedPtr
| typedef std::shared_ptr<const Quaternion> ConstQuaternionSharedPtr |
◆ ConstQuaternionUniquePtr
| typedef std::unique_ptr<const Quaternion> ConstQuaternionUniquePtr |
◆ ConstRaySensorSharedPtr
| typedef std::shared_ptr<const RaySensor> ConstRaySensorSharedPtr |
◆ ConstRaySensorUniquePtr
| typedef std::unique_ptr<const RaySensor> ConstRaySensorUniquePtr |
◆ ConstRequestSharedPtr
| typedef std::shared_ptr<const Request> ConstRequestSharedPtr |
◆ ConstRequestUniquePtr
| typedef std::unique_ptr<const Request> ConstRequestUniquePtr |
◆ ConstResponseSharedPtr
| typedef std::shared_ptr<const Response> ConstResponseSharedPtr |
◆ ConstResponseUniquePtr
| typedef std::unique_ptr<const Response> ConstResponseUniquePtr |
◆ ConstRestLoginSharedPtr
| typedef std::shared_ptr<const RestLogin> ConstRestLoginSharedPtr |
◆ ConstRestLoginUniquePtr
| typedef std::unique_ptr<const RestLogin> ConstRestLoginUniquePtr |
◆ ConstRestLogoutSharedPtr
| typedef std::shared_ptr<const RestLogout> ConstRestLogoutSharedPtr |
◆ ConstRestLogoutUniquePtr
| typedef std::unique_ptr<const RestLogout> ConstRestLogoutUniquePtr |
◆ ConstRestPostSharedPtr
| typedef std::shared_ptr<const RestPost> ConstRestPostSharedPtr |
◆ ConstRestPostUniquePtr
| typedef std::unique_ptr<const RestPost> ConstRestPostUniquePtr |
◆ ConstRestResponseSharedPtr
| typedef std::shared_ptr<const RestResponse> ConstRestResponseSharedPtr |
◆ ConstRestResponseUniquePtr
| typedef std::unique_ptr<const RestResponse> ConstRestResponseUniquePtr |
◆ ConstRoadSharedPtr
| typedef std::shared_ptr<const Road> ConstRoadSharedPtr |
◆ ConstRoadUniquePtr
| typedef std::unique_ptr<const Road> ConstRoadUniquePtr |
◆ ConstSceneSharedPtr
| typedef std::shared_ptr<const Scene> ConstSceneSharedPtr |
◆ ConstSceneUniquePtr
| typedef std::unique_ptr<const Scene> ConstSceneUniquePtr |
◆ ConstSdfGeneratorConfigSharedPtr
| typedef std::shared_ptr<const SdfGeneratorConfig> ConstSdfGeneratorConfigSharedPtr |
◆ ConstSdfGeneratorConfigUniquePtr
| typedef std::unique_ptr<const SdfGeneratorConfig> ConstSdfGeneratorConfigUniquePtr |
◆ ConstSelectionSharedPtr
| typedef std::shared_ptr<const Selection> ConstSelectionSharedPtr |
◆ ConstSelectionUniquePtr
| typedef std::unique_ptr<const Selection> ConstSelectionUniquePtr |
◆ ConstSensor_VSharedPtr
| typedef std::shared_ptr<const Sensor_V> ConstSensor_VSharedPtr |
◆ ConstSensor_VUniquePtr
| typedef std::unique_ptr<const Sensor_V> ConstSensor_VUniquePtr |
◆ ConstSensorNoiseSharedPtr
| typedef std::shared_ptr<const SensorNoise> ConstSensorNoiseSharedPtr |
◆ ConstSensorNoiseUniquePtr
| typedef std::unique_ptr<const SensorNoise> ConstSensorNoiseUniquePtr |
◆ ConstSensorSharedPtr
| typedef std::shared_ptr<const Sensor> ConstSensorSharedPtr |
◆ ConstSensorUniquePtr
| typedef std::unique_ptr<const Sensor> ConstSensorUniquePtr |
◆ ConstSerializedComponentSharedPtr
| typedef std::shared_ptr<const SerializedComponent> ConstSerializedComponentSharedPtr |
◆ ConstSerializedComponentUniquePtr
| typedef std::unique_ptr<const SerializedComponent> ConstSerializedComponentUniquePtr |
◆ ConstSerializedEntityMapSharedPtr
| typedef std::shared_ptr<const SerializedEntityMap> ConstSerializedEntityMapSharedPtr |
◆ ConstSerializedEntityMapUniquePtr
| typedef std::unique_ptr<const SerializedEntityMap> ConstSerializedEntityMapUniquePtr |
◆ ConstSerializedEntitySharedPtr
| typedef std::shared_ptr<const SerializedEntity> ConstSerializedEntitySharedPtr |
◆ ConstSerializedEntityUniquePtr
| typedef std::unique_ptr<const SerializedEntity> ConstSerializedEntityUniquePtr |
◆ ConstSerializedStateMapSharedPtr
| typedef std::shared_ptr<const SerializedStateMap> ConstSerializedStateMapSharedPtr |
◆ ConstSerializedStateMapUniquePtr
| typedef std::unique_ptr<const SerializedStateMap> ConstSerializedStateMapUniquePtr |
◆ ConstSerializedStateSharedPtr
| typedef std::shared_ptr<const SerializedState> ConstSerializedStateSharedPtr |
◆ ConstSerializedStateUniquePtr
| typedef std::unique_ptr<const SerializedState> ConstSerializedStateUniquePtr |
◆ ConstSerializedStepMapSharedPtr
| typedef std::shared_ptr<const SerializedStepMap> ConstSerializedStepMapSharedPtr |
◆ ConstSerializedStepMapUniquePtr
| typedef std::unique_ptr<const SerializedStepMap> ConstSerializedStepMapUniquePtr |
◆ ConstSerializedStepSharedPtr
| typedef std::shared_ptr<const SerializedStep> ConstSerializedStepSharedPtr |
◆ ConstSerializedStepUniquePtr
| typedef std::unique_ptr<const SerializedStep> ConstSerializedStepUniquePtr |
◆ ConstServerControlSharedPtr
| typedef std::shared_ptr<const ServerControl> ConstServerControlSharedPtr |
◆ ConstServerControlUniquePtr
| typedef std::unique_ptr<const ServerControl> ConstServerControlUniquePtr |
◆ ConstShadowsSharedPtr
| typedef std::shared_ptr<const Shadows> ConstShadowsSharedPtr |
◆ ConstShadowsUniquePtr
| typedef std::unique_ptr<const Shadows> ConstShadowsUniquePtr |
◆ ConstSimEventSharedPtr
| typedef std::shared_ptr<const SimEvent> ConstSimEventSharedPtr |
◆ ConstSimEventUniquePtr
| typedef std::unique_ptr<const SimEvent> ConstSimEventUniquePtr |
◆ ConstSkySharedPtr
| typedef std::shared_ptr<const Sky> ConstSkySharedPtr |
◆ ConstSkyUniquePtr
| typedef std::unique_ptr<const Sky> ConstSkyUniquePtr |
◆ ConstSonarSharedPtr
| typedef std::shared_ptr<const Sonar> ConstSonarSharedPtr |
◆ ConstSonarUniquePtr
| typedef std::unique_ptr<const Sonar> ConstSonarUniquePtr |
◆ ConstSphereGeomSharedPtr
| typedef std::shared_ptr<const SphereGeom> ConstSphereGeomSharedPtr |
◆ ConstSphereGeomUniquePtr
| typedef std::unique_ptr<const SphereGeom> ConstSphereGeomUniquePtr |
◆ ConstSphericalCoordinatesSharedPtr
| typedef std::shared_ptr<const SphericalCoordinates> ConstSphericalCoordinatesSharedPtr |
◆ ConstSphericalCoordinatesUniquePtr
| typedef std::unique_ptr<const SphericalCoordinates> ConstSphericalCoordinatesUniquePtr |
◆ ConstStatisticsGroupSharedPtr
| typedef std::shared_ptr<const StatisticsGroup> ConstStatisticsGroupSharedPtr |
◆ ConstStatisticsGroupUniquePtr
| typedef std::unique_ptr<const StatisticsGroup> ConstStatisticsGroupUniquePtr |
◆ ConstStatisticSharedPtr
| typedef std::shared_ptr<const Statistic> ConstStatisticSharedPtr |
◆ ConstStatisticUniquePtr
| typedef std::unique_ptr<const Statistic> ConstStatisticUniquePtr |
◆ ConstStringMsg_VSharedPtr
| typedef std::shared_ptr<const StringMsg_V> ConstStringMsg_VSharedPtr |
◆ ConstStringMsg_VUniquePtr
| typedef std::unique_ptr<const StringMsg_V> ConstStringMsg_VUniquePtr |
◆ ConstStringMsgSharedPtr
| typedef std::shared_ptr<const StringMsg> ConstStringMsgSharedPtr |
◆ ConstStringMsgUniquePtr
| typedef std::unique_ptr<const StringMsg> ConstStringMsgUniquePtr |
◆ ConstSubscribeSharedPtr
| typedef std::shared_ptr<const Subscribe> ConstSubscribeSharedPtr |
◆ ConstSubscribeUniquePtr
| typedef std::unique_ptr<const Subscribe> ConstSubscribeUniquePtr |
◆ ConstSurfaceSharedPtr
| typedef std::shared_ptr<const Surface> ConstSurfaceSharedPtr |
◆ ConstSurfaceUniquePtr
| typedef std::unique_ptr<const Surface> ConstSurfaceUniquePtr |
◆ ConstTactileSharedPtr
| typedef std::shared_ptr<const Tactile> ConstTactileSharedPtr |
◆ ConstTactileUniquePtr
| typedef std::unique_ptr<const Tactile> ConstTactileUniquePtr |
◆ ConstTestSharedPtr
| typedef std::shared_ptr<const Test> ConstTestSharedPtr |
◆ ConstTestUniquePtr
| typedef std::unique_ptr<const Test> ConstTestUniquePtr |
◆ ConstTimeSharedPtr
| typedef std::shared_ptr<const Time> ConstTimeSharedPtr |
◆ ConstTimeUniquePtr
| typedef std::unique_ptr<const Time> ConstTimeUniquePtr |
◆ ConstTopicInfoSharedPtr
| typedef std::shared_ptr<const TopicInfo> ConstTopicInfoSharedPtr |
◆ ConstTopicInfoUniquePtr
| typedef std::unique_ptr<const TopicInfo> ConstTopicInfoUniquePtr |
◆ ConstTrackVisualSharedPtr
| typedef std::shared_ptr<const TrackVisual> ConstTrackVisualSharedPtr |
◆ ConstTrackVisualUniquePtr
| typedef std::unique_ptr<const TrackVisual> ConstTrackVisualUniquePtr |
◆ ConstTwistSharedPtr
| typedef std::shared_ptr<const Twist> ConstTwistSharedPtr |
◆ ConstTwistUniquePtr
| typedef std::unique_ptr<const Twist> ConstTwistUniquePtr |
◆ ConstTwistWithCovarianceSharedPtr
| typedef std::shared_ptr<const TwistWithCovariance> ConstTwistWithCovarianceSharedPtr |
◆ ConstTwistWithCovarianceUniquePtr
| typedef std::unique_ptr<const TwistWithCovariance> ConstTwistWithCovarianceUniquePtr |
◆ ConstUInt32_VSharedPtr
| typedef std::shared_ptr<const UInt32_V> ConstUInt32_VSharedPtr |
◆ ConstUInt32_VUniquePtr
| typedef std::unique_ptr<const UInt32_V> ConstUInt32_VUniquePtr |
◆ ConstUInt32SharedPtr
| typedef std::shared_ptr<const UInt32> ConstUInt32SharedPtr |
◆ ConstUInt32UniquePtr
| typedef std::unique_ptr<const UInt32> ConstUInt32UniquePtr |
◆ ConstUInt64_VSharedPtr
| typedef std::shared_ptr<const UInt64_V> ConstUInt64_VSharedPtr |
◆ ConstUInt64_VUniquePtr
| typedef std::unique_ptr<const UInt64_V> ConstUInt64_VUniquePtr |
◆ ConstUInt64SharedPtr
| typedef std::shared_ptr<const UInt64> ConstUInt64SharedPtr |
◆ ConstUInt64UniquePtr
| typedef std::unique_ptr<const UInt64> ConstUInt64UniquePtr |
◆ ConstUndoRedoSharedPtr
| typedef std::shared_ptr<const UndoRedo> ConstUndoRedoSharedPtr |
◆ ConstUndoRedoUniquePtr
| typedef std::unique_ptr<const UndoRedo> ConstUndoRedoUniquePtr |
◆ ConstUserCmdSharedPtr
| typedef std::shared_ptr<const UserCmd> ConstUserCmdSharedPtr |
◆ ConstUserCmdStatsSharedPtr
| typedef std::shared_ptr<const UserCmdStats> ConstUserCmdStatsSharedPtr |
◆ ConstUserCmdStatsUniquePtr
| typedef std::unique_ptr<const UserCmdStats> ConstUserCmdStatsUniquePtr |
◆ ConstUserCmdUniquePtr
| typedef std::unique_ptr<const UserCmd> ConstUserCmdUniquePtr |
◆ ConstVector2dSharedPtr
| typedef std::shared_ptr<const Vector2d> ConstVector2dSharedPtr |
◆ ConstVector2dUniquePtr
| typedef std::unique_ptr<const Vector2d> ConstVector2dUniquePtr |
◆ ConstVector3dSharedPtr
| typedef std::shared_ptr<const Vector3d> ConstVector3dSharedPtr |
◆ ConstVector3dUniquePtr
| typedef std::unique_ptr<const Vector3d> ConstVector3dUniquePtr |
◆ ConstVersionedNameSharedPtr
| typedef std::shared_ptr<const VersionedName> ConstVersionedNameSharedPtr |
◆ ConstVersionedNameUniquePtr
| typedef std::unique_ptr<const VersionedName> ConstVersionedNameUniquePtr |
◆ ConstVersionRangeSharedPtr
| typedef std::shared_ptr<const VersionRange> ConstVersionRangeSharedPtr |
◆ ConstVersionRangeUniquePtr
| typedef std::unique_ptr<const VersionRange> ConstVersionRangeUniquePtr |
◆ ConstVersionSharedPtr
| typedef std::shared_ptr<const Version> ConstVersionSharedPtr |
◆ ConstVersionUniquePtr
| typedef std::unique_ptr<const Version> ConstVersionUniquePtr |
◆ ConstVideoRecordSharedPtr
| typedef std::shared_ptr<const VideoRecord> ConstVideoRecordSharedPtr |
◆ ConstVideoRecordUniquePtr
| typedef std::unique_ptr<const VideoRecord> ConstVideoRecordUniquePtr |
◆ ConstVisual_VSharedPtr
| typedef std::shared_ptr<const Visual_V> ConstVisual_VSharedPtr |
◆ ConstVisual_VUniquePtr
| typedef std::unique_ptr<const Visual_V> ConstVisual_VUniquePtr |
◆ ConstVisualSharedPtr
| typedef std::shared_ptr<const Visual> ConstVisualSharedPtr |
◆ ConstVisualUniquePtr
| typedef std::unique_ptr<const Visual> ConstVisualUniquePtr |
◆ ConstWebRequestSharedPtr
| typedef std::shared_ptr<const WebRequest> ConstWebRequestSharedPtr |
◆ ConstWebRequestUniquePtr
| typedef std::unique_ptr<const WebRequest> ConstWebRequestUniquePtr |
◆ ConstWheelSlipParametersCmdSharedPtr
| typedef std::shared_ptr<const WheelSlipParametersCmd> ConstWheelSlipParametersCmdSharedPtr |
◆ ConstWheelSlipParametersCmdUniquePtr
| typedef std::unique_ptr<const WheelSlipParametersCmd> ConstWheelSlipParametersCmdUniquePtr |
◆ ConstWindSharedPtr
| typedef std::shared_ptr<const Wind> ConstWindSharedPtr |
◆ ConstWindUniquePtr
| typedef std::unique_ptr<const Wind> ConstWindUniquePtr |
◆ ConstWirelessNodeSharedPtr
| typedef std::shared_ptr<const WirelessNode> ConstWirelessNodeSharedPtr |
◆ ConstWirelessNodesSharedPtr
| typedef std::shared_ptr<const WirelessNodes> ConstWirelessNodesSharedPtr |
◆ ConstWirelessNodesUniquePtr
| typedef std::unique_ptr<const WirelessNodes> ConstWirelessNodesUniquePtr |
◆ ConstWirelessNodeUniquePtr
| typedef std::unique_ptr<const WirelessNode> ConstWirelessNodeUniquePtr |
◆ ConstWorldControlSharedPtr
| typedef std::shared_ptr<const WorldControl> ConstWorldControlSharedPtr |
◆ ConstWorldControlStateSharedPtr
| typedef std::shared_ptr<const WorldControlState> ConstWorldControlStateSharedPtr |
◆ ConstWorldControlStateUniquePtr
| typedef std::unique_ptr<const WorldControlState> ConstWorldControlStateUniquePtr |
◆ ConstWorldControlUniquePtr
| typedef std::unique_ptr<const WorldControl> ConstWorldControlUniquePtr |
◆ ConstWorldModifySharedPtr
| typedef std::shared_ptr<const WorldModify> ConstWorldModifySharedPtr |
◆ ConstWorldModifyUniquePtr
| typedef std::unique_ptr<const WorldModify> ConstWorldModifyUniquePtr |
◆ ConstWorldResetSharedPtr
| typedef std::shared_ptr<const WorldReset> ConstWorldResetSharedPtr |
◆ ConstWorldResetUniquePtr
| typedef std::unique_ptr<const WorldReset> ConstWorldResetUniquePtr |
◆ ConstWorldStatisticsSharedPtr
| typedef std::shared_ptr<const WorldStatistics> ConstWorldStatisticsSharedPtr |
◆ ConstWorldStatisticsUniquePtr
| typedef std::unique_ptr<const WorldStatistics> ConstWorldStatisticsUniquePtr |
◆ ConstWrenchSharedPtr
| typedef std::shared_ptr<const Wrench> ConstWrenchSharedPtr |
◆ ConstWrenchUniquePtr
| typedef std::unique_ptr<const Wrench> ConstWrenchUniquePtr |
◆ ContactSensorSharedPtr
| typedef std::shared_ptr<ContactSensor> ContactSensorSharedPtr |
◆ ContactSensorUniquePtr
| typedef std::unique_ptr<ContactSensor> ContactSensorUniquePtr |
◆ ContactSharedPtr
| typedef std::shared_ptr<Contact> ContactSharedPtr |
◆ ContactsSharedPtr
| typedef std::shared_ptr<Contacts> ContactsSharedPtr |
◆ ContactsUniquePtr
| typedef std::unique_ptr<Contacts> ContactsUniquePtr |
◆ ContactUniquePtr
| typedef std::unique_ptr<Contact> ContactUniquePtr |
◆ CylinderGeomSharedPtr
| typedef std::shared_ptr<CylinderGeom> CylinderGeomSharedPtr |
◆ CylinderGeomUniquePtr
| typedef std::unique_ptr<CylinderGeom> CylinderGeomUniquePtr |
◆ DataframeSharedPtr
| typedef std::shared_ptr<Dataframe> DataframeSharedPtr |
◆ DataframeUniquePtr
| typedef std::unique_ptr<Dataframe> DataframeUniquePtr |
◆ DensitySharedPtr
| typedef std::shared_ptr<Density> DensitySharedPtr |
◆ DensityUniquePtr
| typedef std::unique_ptr<Density> DensityUniquePtr |
◆ DiagnosticsSharedPtr
| typedef std::shared_ptr<Diagnostics> DiagnosticsSharedPtr |
◆ DiagnosticsUniquePtr
| typedef std::unique_ptr<Diagnostics> DiagnosticsUniquePtr |
◆ DiscoverySharedPtr
| typedef std::shared_ptr<Discovery> DiscoverySharedPtr |
◆ DiscoveryUniquePtr
| typedef std::unique_ptr<Discovery> DiscoveryUniquePtr |
◆ DistortionSharedPtr
| typedef std::shared_ptr<Distortion> DistortionSharedPtr |
◆ DistortionUniquePtr
| typedef std::unique_ptr<Distortion> DistortionUniquePtr |
◆ Double_VSharedPtr
| typedef std::shared_ptr<Double_V> Double_VSharedPtr |
◆ Double_VUniquePtr
| typedef std::unique_ptr<Double_V> Double_VUniquePtr |
◆ DoubleSharedPtr
| typedef std::shared_ptr<Double> DoubleSharedPtr |
◆ DoubleUniquePtr
| typedef std::unique_ptr<Double> DoubleUniquePtr |
◆ DurationSharedPtr
| typedef std::shared_ptr<Duration> DurationSharedPtr |
◆ DurationUniquePtr
| typedef std::unique_ptr<Duration> DurationUniquePtr |
◆ EllipsoidGeomSharedPtr
| typedef std::shared_ptr<EllipsoidGeom> EllipsoidGeomSharedPtr |
◆ EllipsoidGeomUniquePtr
| typedef std::unique_ptr<EllipsoidGeom> EllipsoidGeomUniquePtr |
◆ EmptySharedPtr
| typedef std::shared_ptr<Empty> EmptySharedPtr |
◆ EmptyUniquePtr
| typedef std::unique_ptr<Empty> EmptyUniquePtr |
◆ EntityFactory_VSharedPtr
| typedef std::shared_ptr<EntityFactory_V> EntityFactory_VSharedPtr |
◆ EntityFactory_VUniquePtr
| typedef std::unique_ptr<EntityFactory_V> EntityFactory_VUniquePtr |
◆ EntityFactorySharedPtr
| typedef std::shared_ptr<EntityFactory> EntityFactorySharedPtr |
◆ EntityFactoryUniquePtr
| typedef std::unique_ptr<EntityFactory> EntityFactoryUniquePtr |
◆ EntityPlugin_VSharedPtr
| typedef std::shared_ptr<EntityPlugin_V> EntityPlugin_VSharedPtr |
◆ EntityPlugin_VUniquePtr
| typedef std::unique_ptr<EntityPlugin_V> EntityPlugin_VUniquePtr |
◆ EntitySharedPtr
| typedef std::shared_ptr<Entity> EntitySharedPtr |
◆ EntityUniquePtr
| typedef std::unique_ptr<Entity> EntityUniquePtr |
◆ EntityWrenchSharedPtr
| typedef std::shared_ptr<EntityWrench> EntityWrenchSharedPtr |
◆ EntityWrenchUniquePtr
| typedef std::unique_ptr<EntityWrench> EntityWrenchUniquePtr |
◆ FactoryFn
| FactoryFn |
Prototype for message factory generation.
◆ Float_VSharedPtr
| typedef std::shared_ptr<Float_V> Float_VSharedPtr |
◆ Float_VUniquePtr
| typedef std::unique_ptr<Float_V> Float_VUniquePtr |
◆ FloatSharedPtr
| typedef std::shared_ptr<Float> FloatSharedPtr |
◆ FloatUniquePtr
| typedef std::unique_ptr<Float> FloatUniquePtr |
◆ FluidPressureSharedPtr
| typedef std::shared_ptr<FluidPressure> FluidPressureSharedPtr |
◆ FluidPressureUniquePtr
| typedef std::unique_ptr<FluidPressure> FluidPressureUniquePtr |
◆ FluidSharedPtr
| typedef std::shared_ptr<Fluid> FluidSharedPtr |
◆ FluidUniquePtr
| typedef std::unique_ptr<Fluid> FluidUniquePtr |
◆ FogSharedPtr
| typedef std::shared_ptr<Fog> FogSharedPtr |
◆ FogUniquePtr
| typedef std::unique_ptr<Fog> FogUniquePtr |
◆ FrictionSharedPtr
| typedef std::shared_ptr<Friction> FrictionSharedPtr |
◆ FrictionUniquePtr
| typedef std::unique_ptr<Friction> FrictionUniquePtr |
◆ FuelMetadataSharedPtr
| typedef std::shared_ptr<FuelMetadata> FuelMetadataSharedPtr |
◆ FuelMetadataUniquePtr
| typedef std::unique_ptr<FuelMetadata> FuelMetadataUniquePtr |
◆ GeometrySharedPtr
| typedef std::shared_ptr<Geometry> GeometrySharedPtr |
◆ GeometryUniquePtr
| typedef std::unique_ptr<Geometry> GeometryUniquePtr |
◆ GPSSensorSharedPtr
| typedef std::shared_ptr<GPSSensor> GPSSensorSharedPtr |
◆ GPSSensorUniquePtr
| typedef std::unique_ptr<GPSSensor> GPSSensorUniquePtr |
◆ GPSSharedPtr
| typedef std::shared_ptr<GPS> GPSSharedPtr |
◆ GPSUniquePtr
| typedef std::unique_ptr<GPS> GPSUniquePtr |
◆ GUICameraSharedPtr
| typedef std::shared_ptr<GUICamera> GUICameraSharedPtr |
◆ GUICameraUniquePtr
| typedef std::unique_ptr<GUICamera> GUICameraUniquePtr |
◆ GUISharedPtr
| typedef std::shared_ptr<GUI> GUISharedPtr |
◆ GUIUniquePtr
| typedef std::unique_ptr<GUI> GUIUniquePtr |
◆ HeaderSharedPtr
| typedef std::shared_ptr<Header> HeaderSharedPtr |
◆ HeaderUniquePtr
| typedef std::unique_ptr<Header> HeaderUniquePtr |
◆ HeightmapGeomSharedPtr
| typedef std::shared_ptr<HeightmapGeom> HeightmapGeomSharedPtr |
◆ HeightmapGeomUniquePtr
| typedef std::unique_ptr<HeightmapGeom> HeightmapGeomUniquePtr |
◆ HydraSharedPtr
| typedef std::shared_ptr<Hydra> HydraSharedPtr |
◆ HydraUniquePtr
| typedef std::unique_ptr<Hydra> HydraUniquePtr |
◆ ImageGeomSharedPtr
| typedef std::shared_ptr<ImageGeom> ImageGeomSharedPtr |
◆ ImageGeomUniquePtr
| typedef std::unique_ptr<ImageGeom> ImageGeomUniquePtr |
◆ ImageSharedPtr
| typedef std::shared_ptr<Image> ImageSharedPtr |
◆ ImageUniquePtr
| typedef std::unique_ptr<Image> ImageUniquePtr |
◆ IMUSensorSharedPtr
| typedef std::shared_ptr<IMUSensor> IMUSensorSharedPtr |
◆ IMUSensorUniquePtr
| typedef std::unique_ptr<IMUSensor> IMUSensorUniquePtr |
◆ IMUSharedPtr
| typedef std::shared_ptr<IMU> IMUSharedPtr |
◆ IMUUniquePtr
| typedef std::unique_ptr<IMU> IMUUniquePtr |
◆ InertialSharedPtr
| typedef std::shared_ptr<Inertial> InertialSharedPtr |
◆ InertialUniquePtr
| typedef std::unique_ptr<Inertial> InertialUniquePtr |
◆ Int32_VSharedPtr
| typedef std::shared_ptr<Int32_V> Int32_VSharedPtr |
◆ Int32_VUniquePtr
| typedef std::unique_ptr<Int32_V> Int32_VUniquePtr |
◆ Int32SharedPtr
| typedef std::shared_ptr<Int32> Int32SharedPtr |
◆ Int32UniquePtr
| typedef std::unique_ptr<Int32> Int32UniquePtr |
◆ Int64_VSharedPtr
| typedef std::shared_ptr<Int64_V> Int64_VSharedPtr |
◆ Int64_VUniquePtr
| typedef std::unique_ptr<Int64_V> Int64_VUniquePtr |
◆ Int64SharedPtr
| typedef std::shared_ptr<Int64> Int64SharedPtr |
◆ Int64UniquePtr
| typedef std::unique_ptr<Int64> Int64UniquePtr |
◆ JointAnimationSharedPtr
| typedef std::shared_ptr<JointAnimation> JointAnimationSharedPtr |
◆ JointAnimationUniquePtr
| typedef std::unique_ptr<JointAnimation> JointAnimationUniquePtr |
◆ JointCmdSharedPtr
| typedef std::shared_ptr<JointCmd> JointCmdSharedPtr |
◆ JointCmdUniquePtr
| typedef std::unique_ptr<JointCmd> JointCmdUniquePtr |
◆ JointSharedPtr
| typedef std::shared_ptr<Joint> JointSharedPtr |
◆ JointTrajectoryPointSharedPtr
| typedef std::shared_ptr<JointTrajectoryPoint> JointTrajectoryPointSharedPtr |
◆ JointTrajectoryPointUniquePtr
| typedef std::unique_ptr<JointTrajectoryPoint> JointTrajectoryPointUniquePtr |
◆ JointTrajectorySharedPtr
| typedef std::shared_ptr<JointTrajectory> JointTrajectorySharedPtr |
◆ JointTrajectoryUniquePtr
| typedef std::unique_ptr<JointTrajectory> JointTrajectoryUniquePtr |
◆ JointUniquePtr
| typedef std::unique_ptr<Joint> JointUniquePtr |
◆ JointWrenchSharedPtr
| typedef std::shared_ptr<JointWrench> JointWrenchSharedPtr |
◆ JointWrenchUniquePtr
| typedef std::unique_ptr<JointWrench> JointWrenchUniquePtr |
◆ JoySharedPtr
| typedef std::shared_ptr<Joy> JoySharedPtr |
◆ JoystickSharedPtr
| typedef std::shared_ptr<Joystick> JoystickSharedPtr |
◆ JoystickUniquePtr
| typedef std::unique_ptr<Joystick> JoystickUniquePtr |
◆ JoyUniquePtr
| typedef std::unique_ptr<Joy> JoyUniquePtr |
◆ LaserScanSharedPtr
| typedef std::shared_ptr<LaserScan> LaserScanSharedPtr |
◆ LaserScanUniquePtr
| typedef std::unique_ptr<LaserScan> LaserScanUniquePtr |
◆ LidarSensorSharedPtr
| typedef std::shared_ptr<LidarSensor> LidarSensorSharedPtr |
◆ LidarSensorUniquePtr
| typedef std::unique_ptr<LidarSensor> LidarSensorUniquePtr |
◆ LightSharedPtr
| typedef std::shared_ptr<Light> LightSharedPtr |
◆ LightUniquePtr
| typedef std::unique_ptr<Light> LightUniquePtr |
◆ LinkDataSharedPtr
| typedef std::shared_ptr<LinkData> LinkDataSharedPtr |
◆ LinkDataUniquePtr
| typedef std::unique_ptr<LinkData> LinkDataUniquePtr |
◆ LinkSharedPtr
| typedef std::shared_ptr<Link> LinkSharedPtr |
◆ LinkUniquePtr
| typedef std::unique_ptr<Link> LinkUniquePtr |
◆ LogControlSharedPtr
| typedef std::shared_ptr<LogControl> LogControlSharedPtr |
◆ LogControlUniquePtr
| typedef std::unique_ptr<LogControl> LogControlUniquePtr |
◆ LogicalCameraImageSharedPtr
| typedef std::shared_ptr<LogicalCameraImage> LogicalCameraImageSharedPtr |
◆ LogicalCameraImageUniquePtr
| typedef std::unique_ptr<LogicalCameraImage> LogicalCameraImageUniquePtr |
◆ LogicalCameraSensorSharedPtr
| typedef std::shared_ptr<LogicalCameraSensor> LogicalCameraSensorSharedPtr |
◆ LogicalCameraSensorUniquePtr
| typedef std::unique_ptr<LogicalCameraSensor> LogicalCameraSensorUniquePtr |
◆ LogPlaybackControlSharedPtr
| typedef std::shared_ptr<LogPlaybackControl> LogPlaybackControlSharedPtr |
◆ LogPlaybackControlUniquePtr
| typedef std::unique_ptr<LogPlaybackControl> LogPlaybackControlUniquePtr |
◆ LogPlaybackStatisticsSharedPtr
| typedef std::shared_ptr<LogPlaybackStatistics> LogPlaybackStatisticsSharedPtr |
◆ LogPlaybackStatisticsUniquePtr
| typedef std::unique_ptr<LogPlaybackStatistics> LogPlaybackStatisticsUniquePtr |
◆ LogStatusSharedPtr
| typedef std::shared_ptr<LogStatus> LogStatusSharedPtr |
◆ LogStatusUniquePtr
| typedef std::unique_ptr<LogStatus> LogStatusUniquePtr |
◆ MagnetometerSensorSharedPtr
| typedef std::shared_ptr<MagnetometerSensor> MagnetometerSensorSharedPtr |
◆ MagnetometerSensorUniquePtr
| typedef std::unique_ptr<MagnetometerSensor> MagnetometerSensorUniquePtr |
◆ MagnetometerSharedPtr
| typedef std::shared_ptr<Magnetometer> MagnetometerSharedPtr |
◆ MagnetometerUniquePtr
| typedef std::unique_ptr<Magnetometer> MagnetometerUniquePtr |
◆ Marker_VSharedPtr
| typedef std::shared_ptr<Marker_V> Marker_VSharedPtr |
◆ Marker_VUniquePtr
| typedef std::unique_ptr<Marker_V> Marker_VUniquePtr |
◆ MarkerSharedPtr
| typedef std::shared_ptr<Marker> MarkerSharedPtr |
◆ MarkerUniquePtr
| typedef std::unique_ptr<Marker> MarkerUniquePtr |
◆ MaterialSharedPtr
| typedef std::shared_ptr<Material> MaterialSharedPtr |
◆ MaterialUniquePtr
| typedef std::unique_ptr<Material> MaterialUniquePtr |
◆ MeshGeomSharedPtr
| typedef std::shared_ptr<MeshGeom> MeshGeomSharedPtr |
◆ MeshGeomUniquePtr
| typedef std::unique_ptr<MeshGeom> MeshGeomUniquePtr |
◆ MetricSharedPtr
| typedef std::shared_ptr<Metric> MetricSharedPtr |
◆ MetricUniquePtr
| typedef std::unique_ptr<Metric> MetricUniquePtr |
◆ Model_VSharedPtr
| typedef std::shared_ptr<Model_V> Model_VSharedPtr |
◆ Model_VUniquePtr
| typedef std::unique_ptr<Model_V> Model_VUniquePtr |
◆ ModelConfigurationSharedPtr
| typedef std::shared_ptr<ModelConfiguration> ModelConfigurationSharedPtr |
◆ ModelConfigurationUniquePtr
| typedef std::unique_ptr<ModelConfiguration> ModelConfigurationUniquePtr |
◆ ModelSharedPtr
| typedef std::shared_ptr<Model> ModelSharedPtr |
◆ ModelUniquePtr
| typedef std::unique_ptr<Model> ModelUniquePtr |
◆ NavSatSensorSharedPtr
| typedef std::shared_ptr<NavSatSensor> NavSatSensorSharedPtr |
◆ NavSatSensorUniquePtr
| typedef std::unique_ptr<NavSatSensor> NavSatSensorUniquePtr |
◆ NavSatSharedPtr
| typedef std::shared_ptr<NavSat> NavSatSharedPtr |
◆ NavSatUniquePtr
| typedef std::unique_ptr<NavSat> NavSatUniquePtr |
◆ OccupancyGridSharedPtr
| typedef std::shared_ptr<OccupancyGrid> OccupancyGridSharedPtr |
◆ OccupancyGridUniquePtr
| typedef std::unique_ptr<OccupancyGrid> OccupancyGridUniquePtr |
◆ OdometrySharedPtr
| typedef std::shared_ptr<Odometry> OdometrySharedPtr |
◆ OdometryUniquePtr
| typedef std::unique_ptr<Odometry> OdometryUniquePtr |
◆ OdometryWithCovarianceSharedPtr
| typedef std::shared_ptr<OdometryWithCovariance> OdometryWithCovarianceSharedPtr |
◆ OdometryWithCovarianceUniquePtr
| typedef std::unique_ptr<OdometryWithCovariance> OdometryWithCovarianceUniquePtr |
◆ Oriented3DBoxSharedPtr
| typedef std::shared_ptr<Oriented3DBox> Oriented3DBoxSharedPtr |
◆ Oriented3DBoxUniquePtr
| typedef std::unique_ptr<Oriented3DBox> Oriented3DBoxUniquePtr |
◆ PacketSharedPtr
| typedef std::shared_ptr<Packet> PacketSharedPtr |
◆ PacketUniquePtr
| typedef std::unique_ptr<Packet> PacketUniquePtr |
◆ Param_VSharedPtr
| typedef std::shared_ptr<Param_V> Param_VSharedPtr |
◆ Param_VUniquePtr
| typedef std::unique_ptr<Param_V> Param_VUniquePtr |
◆ ParameterDeclarationSharedPtr
| typedef std::shared_ptr<ParameterDeclaration> ParameterDeclarationSharedPtr |
◆ ParameterDeclarationsSharedPtr
| typedef std::shared_ptr<ParameterDeclarations> ParameterDeclarationsSharedPtr |
◆ ParameterDeclarationsUniquePtr
| typedef std::unique_ptr<ParameterDeclarations> ParameterDeclarationsUniquePtr |
◆ ParameterDeclarationUniquePtr
| typedef std::unique_ptr<ParameterDeclaration> ParameterDeclarationUniquePtr |
◆ ParameterErrorSharedPtr
| typedef std::shared_ptr<ParameterError> ParameterErrorSharedPtr |
◆ ParameterErrorUniquePtr
| typedef std::unique_ptr<ParameterError> ParameterErrorUniquePtr |
◆ ParameterNameSharedPtr
| typedef std::shared_ptr<ParameterName> ParameterNameSharedPtr |
◆ ParameterNameUniquePtr
| typedef std::unique_ptr<ParameterName> ParameterNameUniquePtr |
◆ ParameterSharedPtr
| typedef std::shared_ptr<Parameter> ParameterSharedPtr |
◆ ParameterUniquePtr
| typedef std::unique_ptr<Parameter> ParameterUniquePtr |
◆ ParameterValueSharedPtr
| typedef std::shared_ptr<ParameterValue> ParameterValueSharedPtr |
◆ ParameterValueUniquePtr
| typedef std::unique_ptr<ParameterValue> ParameterValueUniquePtr |
◆ ParamSharedPtr
| typedef std::shared_ptr<Param> ParamSharedPtr |
◆ ParamUniquePtr
| typedef std::unique_ptr<Param> ParamUniquePtr |
◆ ParticleEmitter_VSharedPtr
| typedef std::shared_ptr<ParticleEmitter_V> ParticleEmitter_VSharedPtr |
◆ ParticleEmitter_VUniquePtr
| typedef std::unique_ptr<ParticleEmitter_V> ParticleEmitter_VUniquePtr |
◆ ParticleEmitterSharedPtr
| typedef std::shared_ptr<ParticleEmitter> ParticleEmitterSharedPtr |
◆ ParticleEmitterUniquePtr
| typedef std::unique_ptr<ParticleEmitter> ParticleEmitterUniquePtr |
◆ PerformanceSensorMetricsSharedPtr
| typedef std::shared_ptr<PerformanceSensorMetrics> PerformanceSensorMetricsSharedPtr |
◆ PerformanceSensorMetricsUniquePtr
| typedef std::unique_ptr<PerformanceSensorMetrics> PerformanceSensorMetricsUniquePtr |
◆ PhysicsSharedPtr
| typedef std::shared_ptr<Physics> PhysicsSharedPtr |
◆ PhysicsUniquePtr
| typedef std::unique_ptr<Physics> PhysicsUniquePtr |
◆ PIDSharedPtr
| typedef std::shared_ptr<PID> PIDSharedPtr |
◆ PIDUniquePtr
| typedef std::unique_ptr<PID> PIDUniquePtr |
◆ PlaneGeomSharedPtr
| typedef std::shared_ptr<PlaneGeom> PlaneGeomSharedPtr |
◆ PlaneGeomUniquePtr
| typedef std::unique_ptr<PlaneGeom> PlaneGeomUniquePtr |
◆ Plugin_VSharedPtr
| typedef std::shared_ptr<Plugin_V> Plugin_VSharedPtr |
◆ Plugin_VUniquePtr
| typedef std::unique_ptr<Plugin_V> Plugin_VUniquePtr |
◆ PluginSharedPtr
| typedef std::shared_ptr<Plugin> PluginSharedPtr |
◆ PluginUniquePtr
| typedef std::unique_ptr<Plugin> PluginUniquePtr |
◆ PointCloudPackedSharedPtr
| typedef std::shared_ptr<PointCloudPacked> PointCloudPackedSharedPtr |
◆ PointCloudPackedUniquePtr
| typedef std::unique_ptr<PointCloudPacked> PointCloudPackedUniquePtr |
◆ PointCloudSharedPtr
| typedef std::shared_ptr<PointCloud> PointCloudSharedPtr |
◆ PointCloudUniquePtr
| typedef std::unique_ptr<PointCloud> PointCloudUniquePtr |
◆ PolylineSharedPtr
| typedef std::shared_ptr<Polyline> PolylineSharedPtr |
◆ PolylineUniquePtr
| typedef std::unique_ptr<Polyline> PolylineUniquePtr |
◆ Pose_VSharedPtr
| typedef std::shared_ptr<Pose_V> Pose_VSharedPtr |
◆ Pose_VUniquePtr
| typedef std::unique_ptr<Pose_V> Pose_VUniquePtr |
◆ PoseAnimationSharedPtr
| typedef std::shared_ptr<PoseAnimation> PoseAnimationSharedPtr |
◆ PoseAnimationUniquePtr
| typedef std::unique_ptr<PoseAnimation> PoseAnimationUniquePtr |
◆ PoseSharedPtr
| typedef std::shared_ptr<Pose> PoseSharedPtr |
◆ PoseTrajectorySharedPtr
| typedef std::shared_ptr<PoseTrajectory> PoseTrajectorySharedPtr |
◆ PoseTrajectoryUniquePtr
| typedef std::unique_ptr<PoseTrajectory> PoseTrajectoryUniquePtr |
◆ PoseUniquePtr
| typedef std::unique_ptr<Pose> PoseUniquePtr |
◆ PoseWithCovarianceSharedPtr
| typedef std::shared_ptr<PoseWithCovariance> PoseWithCovarianceSharedPtr |
◆ PoseWithCovarianceUniquePtr
| typedef std::unique_ptr<PoseWithCovariance> PoseWithCovarianceUniquePtr |
◆ ProjectorSharedPtr
| typedef std::shared_ptr<Projector> ProjectorSharedPtr |
◆ ProjectorUniquePtr
| typedef std::unique_ptr<Projector> ProjectorUniquePtr |
◆ PropagationGridSharedPtr
| typedef std::shared_ptr<PropagationGrid> PropagationGridSharedPtr |
◆ PropagationGridUniquePtr
| typedef std::unique_ptr<PropagationGrid> PropagationGridUniquePtr |
◆ PropagationParticleSharedPtr
| typedef std::shared_ptr<PropagationParticle> PropagationParticleSharedPtr |
◆ PropagationParticleUniquePtr
| typedef std::unique_ptr<PropagationParticle> PropagationParticleUniquePtr |
◆ PublishersSharedPtr
| typedef std::shared_ptr<Publishers> PublishersSharedPtr |
◆ PublishersUniquePtr
| typedef std::unique_ptr<Publishers> PublishersUniquePtr |
◆ PublishSharedPtr
| typedef std::shared_ptr<Publish> PublishSharedPtr |
◆ PublishUniquePtr
| typedef std::unique_ptr<Publish> PublishUniquePtr |
◆ QuaternionSharedPtr
| typedef std::shared_ptr<Quaternion> QuaternionSharedPtr |
◆ QuaternionUniquePtr
| typedef std::unique_ptr<Quaternion> QuaternionUniquePtr |
◆ RaySensorSharedPtr
| typedef std::shared_ptr<RaySensor> RaySensorSharedPtr |
◆ RaySensorUniquePtr
| typedef std::unique_ptr<RaySensor> RaySensorUniquePtr |
◆ RequestSharedPtr
| typedef std::shared_ptr<Request> RequestSharedPtr |
◆ RequestUniquePtr
| typedef std::unique_ptr<Request> RequestUniquePtr |
◆ ResponseSharedPtr
| typedef std::shared_ptr<Response> ResponseSharedPtr |
◆ ResponseUniquePtr
| typedef std::unique_ptr<Response> ResponseUniquePtr |
◆ RestLoginSharedPtr
| typedef std::shared_ptr<RestLogin> RestLoginSharedPtr |
◆ RestLoginUniquePtr
| typedef std::unique_ptr<RestLogin> RestLoginUniquePtr |
◆ RestLogoutSharedPtr
| typedef std::shared_ptr<RestLogout> RestLogoutSharedPtr |
◆ RestLogoutUniquePtr
| typedef std::unique_ptr<RestLogout> RestLogoutUniquePtr |
◆ RestPostSharedPtr
| typedef std::shared_ptr<RestPost> RestPostSharedPtr |
◆ RestPostUniquePtr
| typedef std::unique_ptr<RestPost> RestPostUniquePtr |
◆ RestResponseSharedPtr
| typedef std::shared_ptr<RestResponse> RestResponseSharedPtr |
◆ RestResponseUniquePtr
| typedef std::unique_ptr<RestResponse> RestResponseUniquePtr |
◆ RoadSharedPtr
| typedef std::shared_ptr<Road> RoadSharedPtr |
◆ RoadUniquePtr
| typedef std::unique_ptr<Road> RoadUniquePtr |
◆ SceneSharedPtr
| typedef std::shared_ptr<Scene> SceneSharedPtr |
◆ SceneUniquePtr
| typedef std::unique_ptr<Scene> SceneUniquePtr |
◆ SdfGeneratorConfigSharedPtr
| typedef std::shared_ptr<SdfGeneratorConfig> SdfGeneratorConfigSharedPtr |
◆ SdfGeneratorConfigUniquePtr
| typedef std::unique_ptr<SdfGeneratorConfig> SdfGeneratorConfigUniquePtr |
◆ SelectionSharedPtr
| typedef std::shared_ptr<Selection> SelectionSharedPtr |
◆ SelectionUniquePtr
| typedef std::unique_ptr<Selection> SelectionUniquePtr |
◆ Sensor_VSharedPtr
| typedef std::shared_ptr<Sensor_V> Sensor_VSharedPtr |
◆ Sensor_VUniquePtr
| typedef std::unique_ptr<Sensor_V> Sensor_VUniquePtr |
◆ SensorNoiseSharedPtr
| typedef std::shared_ptr<SensorNoise> SensorNoiseSharedPtr |
◆ SensorNoiseUniquePtr
| typedef std::unique_ptr<SensorNoise> SensorNoiseUniquePtr |
◆ SensorSharedPtr
| typedef std::shared_ptr<Sensor> SensorSharedPtr |
◆ SensorUniquePtr
| typedef std::unique_ptr<Sensor> SensorUniquePtr |
◆ SerializedComponentSharedPtr
| typedef std::shared_ptr<SerializedComponent> SerializedComponentSharedPtr |
◆ SerializedComponentUniquePtr
| typedef std::unique_ptr<SerializedComponent> SerializedComponentUniquePtr |
◆ SerializedEntityMapSharedPtr
| typedef std::shared_ptr<SerializedEntityMap> SerializedEntityMapSharedPtr |
◆ SerializedEntityMapUniquePtr
| typedef std::unique_ptr<SerializedEntityMap> SerializedEntityMapUniquePtr |
◆ SerializedEntitySharedPtr
| typedef std::shared_ptr<SerializedEntity> SerializedEntitySharedPtr |
◆ SerializedEntityUniquePtr
| typedef std::unique_ptr<SerializedEntity> SerializedEntityUniquePtr |
◆ SerializedStateMapSharedPtr
| typedef std::shared_ptr<SerializedStateMap> SerializedStateMapSharedPtr |
◆ SerializedStateMapUniquePtr
| typedef std::unique_ptr<SerializedStateMap> SerializedStateMapUniquePtr |
◆ SerializedStateSharedPtr
| typedef std::shared_ptr<SerializedState> SerializedStateSharedPtr |
◆ SerializedStateUniquePtr
| typedef std::unique_ptr<SerializedState> SerializedStateUniquePtr |
◆ SerializedStepMapSharedPtr
| typedef std::shared_ptr<SerializedStepMap> SerializedStepMapSharedPtr |
◆ SerializedStepMapUniquePtr
| typedef std::unique_ptr<SerializedStepMap> SerializedStepMapUniquePtr |
◆ SerializedStepSharedPtr
| typedef std::shared_ptr<SerializedStep> SerializedStepSharedPtr |
◆ SerializedStepUniquePtr
| typedef std::unique_ptr<SerializedStep> SerializedStepUniquePtr |
◆ ServerControlSharedPtr
| typedef std::shared_ptr<ServerControl> ServerControlSharedPtr |
◆ ServerControlUniquePtr
| typedef std::unique_ptr<ServerControl> ServerControlUniquePtr |
◆ ShadowsSharedPtr
| typedef std::shared_ptr<Shadows> ShadowsSharedPtr |
◆ ShadowsUniquePtr
| typedef std::unique_ptr<Shadows> ShadowsUniquePtr |
◆ SimEventSharedPtr
| typedef std::shared_ptr<SimEvent> SimEventSharedPtr |
◆ SimEventUniquePtr
| typedef std::unique_ptr<SimEvent> SimEventUniquePtr |
◆ SkySharedPtr
| typedef std::shared_ptr<Sky> SkySharedPtr |
◆ SkyUniquePtr
| typedef std::unique_ptr<Sky> SkyUniquePtr |
◆ SonarSharedPtr
| typedef std::shared_ptr<Sonar> SonarSharedPtr |
◆ SonarUniquePtr
| typedef std::unique_ptr<Sonar> SonarUniquePtr |
◆ SphereGeomSharedPtr
| typedef std::shared_ptr<SphereGeom> SphereGeomSharedPtr |
◆ SphereGeomUniquePtr
| typedef std::unique_ptr<SphereGeom> SphereGeomUniquePtr |
◆ SphericalCoordinatesSharedPtr
| typedef std::shared_ptr<SphericalCoordinates> SphericalCoordinatesSharedPtr |
◆ SphericalCoordinatesUniquePtr
| typedef std::unique_ptr<SphericalCoordinates> SphericalCoordinatesUniquePtr |
◆ StatisticsGroupSharedPtr
| typedef std::shared_ptr<StatisticsGroup> StatisticsGroupSharedPtr |
◆ StatisticsGroupUniquePtr
| typedef std::unique_ptr<StatisticsGroup> StatisticsGroupUniquePtr |
◆ StatisticSharedPtr
| typedef std::shared_ptr<Statistic> StatisticSharedPtr |
◆ StatisticUniquePtr
| typedef std::unique_ptr<Statistic> StatisticUniquePtr |
◆ StringMsg_VSharedPtr
| typedef std::shared_ptr<StringMsg_V> StringMsg_VSharedPtr |
◆ StringMsg_VUniquePtr
| typedef std::unique_ptr<StringMsg_V> StringMsg_VUniquePtr |
◆ StringMsgSharedPtr
| typedef std::shared_ptr<StringMsg> StringMsgSharedPtr |
◆ StringMsgUniquePtr
| typedef std::unique_ptr<StringMsg> StringMsgUniquePtr |
◆ SubscribeSharedPtr
| typedef std::shared_ptr<Subscribe> SubscribeSharedPtr |
◆ SubscribeUniquePtr
| typedef std::unique_ptr<Subscribe> SubscribeUniquePtr |
◆ SurfaceSharedPtr
| typedef std::shared_ptr<Surface> SurfaceSharedPtr |
◆ SurfaceUniquePtr
| typedef std::unique_ptr<Surface> SurfaceUniquePtr |
◆ TactileSharedPtr
| typedef std::shared_ptr<Tactile> TactileSharedPtr |
◆ TactileUniquePtr
| typedef std::unique_ptr<Tactile> TactileUniquePtr |
◆ TestSharedPtr
| typedef std::shared_ptr<Test> TestSharedPtr |
◆ TestUniquePtr
| typedef std::unique_ptr<Test> TestUniquePtr |
◆ TimeSharedPtr
| typedef std::shared_ptr<Time> TimeSharedPtr |
◆ TimeUniquePtr
| typedef std::unique_ptr<Time> TimeUniquePtr |
◆ TopicInfoSharedPtr
| typedef std::shared_ptr<TopicInfo> TopicInfoSharedPtr |
◆ TopicInfoUniquePtr
| typedef std::unique_ptr<TopicInfo> TopicInfoUniquePtr |
◆ TrackVisualSharedPtr
| typedef std::shared_ptr<TrackVisual> TrackVisualSharedPtr |
◆ TrackVisualUniquePtr
| typedef std::unique_ptr<TrackVisual> TrackVisualUniquePtr |
◆ TwistSharedPtr
| typedef std::shared_ptr<Twist> TwistSharedPtr |
◆ TwistUniquePtr
| typedef std::unique_ptr<Twist> TwistUniquePtr |
◆ TwistWithCovarianceSharedPtr
| typedef std::shared_ptr<TwistWithCovariance> TwistWithCovarianceSharedPtr |
◆ TwistWithCovarianceUniquePtr
| typedef std::unique_ptr<TwistWithCovariance> TwistWithCovarianceUniquePtr |
◆ UInt32_VSharedPtr
| typedef std::shared_ptr<UInt32_V> UInt32_VSharedPtr |
◆ UInt32_VUniquePtr
| typedef std::unique_ptr<UInt32_V> UInt32_VUniquePtr |
◆ UInt32SharedPtr
| typedef std::shared_ptr<UInt32> UInt32SharedPtr |
◆ UInt32UniquePtr
| typedef std::unique_ptr<UInt32> UInt32UniquePtr |
◆ UInt64_VSharedPtr
| typedef std::shared_ptr<UInt64_V> UInt64_VSharedPtr |
◆ UInt64_VUniquePtr
| typedef std::unique_ptr<UInt64_V> UInt64_VUniquePtr |
◆ UInt64SharedPtr
| typedef std::shared_ptr<UInt64> UInt64SharedPtr |
◆ UInt64UniquePtr
| typedef std::unique_ptr<UInt64> UInt64UniquePtr |
◆ UndoRedoSharedPtr
| typedef std::shared_ptr<UndoRedo> UndoRedoSharedPtr |
◆ UndoRedoUniquePtr
| typedef std::unique_ptr<UndoRedo> UndoRedoUniquePtr |
◆ UserCmdSharedPtr
| typedef std::shared_ptr<UserCmd> UserCmdSharedPtr |
◆ UserCmdStatsSharedPtr
| typedef std::shared_ptr<UserCmdStats> UserCmdStatsSharedPtr |
◆ UserCmdStatsUniquePtr
| typedef std::unique_ptr<UserCmdStats> UserCmdStatsUniquePtr |
◆ UserCmdUniquePtr
| typedef std::unique_ptr<UserCmd> UserCmdUniquePtr |
◆ Vector2dSharedPtr
| typedef std::shared_ptr<Vector2d> Vector2dSharedPtr |
◆ Vector2dUniquePtr
| typedef std::unique_ptr<Vector2d> Vector2dUniquePtr |
◆ Vector3dSharedPtr
| typedef std::shared_ptr<Vector3d> Vector3dSharedPtr |
◆ Vector3dUniquePtr
| typedef std::unique_ptr<Vector3d> Vector3dUniquePtr |
◆ VersionedNameSharedPtr
| typedef std::shared_ptr<VersionedName> VersionedNameSharedPtr |
◆ VersionedNameUniquePtr
| typedef std::unique_ptr<VersionedName> VersionedNameUniquePtr |
◆ VersionRangeSharedPtr
| typedef std::shared_ptr<VersionRange> VersionRangeSharedPtr |
◆ VersionRangeUniquePtr
| typedef std::unique_ptr<VersionRange> VersionRangeUniquePtr |
◆ VersionSharedPtr
| typedef std::shared_ptr<Version> VersionSharedPtr |
◆ VersionUniquePtr
| typedef std::unique_ptr<Version> VersionUniquePtr |
◆ VideoRecordSharedPtr
| typedef std::shared_ptr<VideoRecord> VideoRecordSharedPtr |
◆ VideoRecordUniquePtr
| typedef std::unique_ptr<VideoRecord> VideoRecordUniquePtr |
◆ Visual_VSharedPtr
| typedef std::shared_ptr<Visual_V> Visual_VSharedPtr |
◆ Visual_VUniquePtr
| typedef std::unique_ptr<Visual_V> Visual_VUniquePtr |
◆ VisualSharedPtr
| typedef std::shared_ptr<Visual> VisualSharedPtr |
◆ VisualUniquePtr
| typedef std::unique_ptr<Visual> VisualUniquePtr |
◆ WebRequestSharedPtr
| typedef std::shared_ptr<WebRequest> WebRequestSharedPtr |
◆ WebRequestUniquePtr
| typedef std::unique_ptr<WebRequest> WebRequestUniquePtr |
◆ WheelSlipParametersCmdSharedPtr
| typedef std::shared_ptr<WheelSlipParametersCmd> WheelSlipParametersCmdSharedPtr |
◆ WheelSlipParametersCmdUniquePtr
| typedef std::unique_ptr<WheelSlipParametersCmd> WheelSlipParametersCmdUniquePtr |
◆ WindSharedPtr
| typedef std::shared_ptr<Wind> WindSharedPtr |
◆ WindUniquePtr
| typedef std::unique_ptr<Wind> WindUniquePtr |
◆ WirelessNodeSharedPtr
| typedef std::shared_ptr<WirelessNode> WirelessNodeSharedPtr |
◆ WirelessNodesSharedPtr
| typedef std::shared_ptr<WirelessNodes> WirelessNodesSharedPtr |
◆ WirelessNodesUniquePtr
| typedef std::unique_ptr<WirelessNodes> WirelessNodesUniquePtr |
◆ WirelessNodeUniquePtr
| typedef std::unique_ptr<WirelessNode> WirelessNodeUniquePtr |
◆ WorldControlSharedPtr
| typedef std::shared_ptr<WorldControl> WorldControlSharedPtr |
◆ WorldControlStateSharedPtr
| typedef std::shared_ptr<WorldControlState> WorldControlStateSharedPtr |
◆ WorldControlStateUniquePtr
| typedef std::unique_ptr<WorldControlState> WorldControlStateUniquePtr |
◆ WorldControlUniquePtr
| typedef std::unique_ptr<WorldControl> WorldControlUniquePtr |
◆ WorldModifySharedPtr
| typedef std::shared_ptr<WorldModify> WorldModifySharedPtr |
◆ WorldModifyUniquePtr
| typedef std::unique_ptr<WorldModify> WorldModifyUniquePtr |
◆ WorldResetSharedPtr
| typedef std::shared_ptr<WorldReset> WorldResetSharedPtr |
◆ WorldResetUniquePtr
| typedef std::unique_ptr<WorldReset> WorldResetUniquePtr |
◆ WorldStatisticsSharedPtr
| typedef std::shared_ptr<WorldStatistics> WorldStatisticsSharedPtr |
◆ WorldStatisticsUniquePtr
| typedef std::unique_ptr<WorldStatistics> WorldStatisticsUniquePtr |
◆ WrenchSharedPtr
| typedef std::shared_ptr<Wrench> WrenchSharedPtr |
◆ WrenchUniquePtr
| typedef std::unique_ptr<Wrench> WrenchUniquePtr |
Enumeration Type Documentation
◆ Any_ValueType
| enum Any_ValueType : int |
◆ Atmosphere_Type
| enum Atmosphere_Type : int |
◆ BatteryState_PowerSupplyStatus
| enum BatteryState_PowerSupplyStatus : int |
◆ CameraInfo_Distortion_DistortionModelType
| enum CameraInfo_Distortion_DistortionModelType : int |
◆ Discovery_Publisher_Scope
| enum Discovery_Publisher_Scope : int |
◆ Discovery_Type
| enum Discovery_Type : int |
◆ Entity_Type
| enum Entity_Type : int |
◆ FilesystemWarningOp
| enum FilesystemWarningOp |
Options for how to handle errors that occur in functions that manipulate the filesystem.
◆ Fog_FogType
| enum Fog_FogType : int |
◆ Geometry_Type
| enum Geometry_Type : int |
◆ Joint_Type
| enum Joint_Type : int |
◆ Light_LightType
| enum Light_LightType : int |
◆ LogStatus_LogFile_Units
| enum LogStatus_LogFile_Units : int |
◆ Marker_Action
| enum Marker_Action : int |
◆ Marker_Type
| enum Marker_Type : int |
◆ Marker_Visibility
| enum Marker_Visibility : int |
◆ Material_PBR_WorkflowType
| enum Material_PBR_WorkflowType : int |
◆ Material_ShaderType
| enum Material_ShaderType : int |
◆ ParameterError_Type
| enum ParameterError_Type : int |
◆ ParticleEmitter_EmitterType
| enum ParticleEmitter_EmitterType : int |
◆ Physics_Type
| enum Physics_Type : int |
◆ PixelFormatType
| enum PixelFormatType : int |
◆ PointCloudPacked_Field_DataType
| enum PointCloudPacked_Field_DataType : int |
◆ RestResponse_Type
| enum RestResponse_Type : int |
◆ SensorNoise_Type
| enum SensorNoise_Type : int |
◆ Shadows_ShadowType
| enum Shadows_ShadowType : int |
◆ SphericalCoordinates_SurfaceModel
| enum SphericalCoordinates_SurfaceModel : int |
◆ Statistic_DataType
| enum Statistic_DataType : int |
◆ UserCmd_Type
| enum UserCmd_Type : int |
◆ Visual_Type
| enum Visual_Type : int |
Function Documentation
◆ Any_ValueType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Any_ValueType_descriptor | ( | ) |
◆ Any_ValueType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Any_ValueType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::ValueType_IsValid().
◆ Any_ValueType_Name()
|
inline |
References Any_ValueType_descriptor().
Referenced by PROTOBUF_FINAL::ValueType_Name().
◆ Any_ValueType_Parse()
|
inline |
References Any_ValueType_descriptor().
Referenced by PROTOBUF_FINAL::ValueType_Parse().
◆ Atmosphere_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Atmosphere_Type_descriptor | ( | ) |
◆ Atmosphere_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Atmosphere_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Atmosphere_Type_Name()
|
inline |
References Atmosphere_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Atmosphere_Type_Parse()
|
inline |
References Atmosphere_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ BatteryState_PowerSupplyStatus_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::BatteryState_PowerSupplyStatus_descriptor | ( | ) |
◆ BatteryState_PowerSupplyStatus_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::BatteryState_PowerSupplyStatus_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::PowerSupplyStatus_IsValid().
◆ BatteryState_PowerSupplyStatus_Name()
|
inline |
References BatteryState_PowerSupplyStatus_descriptor().
Referenced by PROTOBUF_FINAL::PowerSupplyStatus_Name().
◆ BatteryState_PowerSupplyStatus_Parse()
|
inline |
References BatteryState_PowerSupplyStatus_descriptor().
Referenced by PROTOBUF_FINAL::PowerSupplyStatus_Parse().
◆ CameraInfo_Distortion_DistortionModelType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::CameraInfo_Distortion_DistortionModelType_descriptor | ( | ) |
◆ CameraInfo_Distortion_DistortionModelType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::CameraInfo_Distortion_DistortionModelType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::DistortionModelType_IsValid().
◆ CameraInfo_Distortion_DistortionModelType_Name()
|
inline |
References CameraInfo_Distortion_DistortionModelType_descriptor().
Referenced by PROTOBUF_FINAL::DistortionModelType_Name().
◆ CameraInfo_Distortion_DistortionModelType_Parse()
|
inline |
References CameraInfo_Distortion_DistortionModelType_descriptor().
Referenced by PROTOBUF_FINAL::DistortionModelType_Parse().
◆ Convert() [1/37]
| msgs::Boolean ignition::msgs::Convert | ( | const bool & | _b | ) |
Convert a bool to a msgs::Boolean.
- Parameters
-
[in] _b The bool to convert
- Returns
- A msgs::Boolean object
◆ Convert() [2/37]
| msgs::Double ignition::msgs::Convert | ( | const double & | _d | ) |
Convert a double to a msgs::Double.
- Parameters
-
[in] _d The double to convert
- Returns
- A msgs::Double object
◆ Convert() [3/37]
| msgs::Float ignition::msgs::Convert | ( | const float & | _f | ) |
Convert a float to a msgs::Float.
- Parameters
-
[in] _f The float to convert
- Returns
- A msgs::Float object
◆ Convert() [4/37]
| msgs::PlaneGeom ignition::msgs::Convert | ( | const ignition::math::Planed & | _p | ) |
Convert a ignition::math::Planed to a msgs::PlaneGeom.
- Parameters
-
[in] _p The plane to convert
- Returns
- A msgs::PlaneGeom object
◆ Convert() [5/37]
| msgs::Pose ignition::msgs::Convert | ( | const ignition::math::Pose3d & | _p | ) |
Convert a ignition::math::Pose3d to a msgs::Pose.
- Parameters
-
[in] _p The pose to convert
- Returns
- A msgs::Pose object
◆ Convert() [6/37]
| msgs::Quaternion ignition::msgs::Convert | ( | const ignition::math::Quaterniond & | _q | ) |
Convert a ignition::math::Quaterniond to a msgs::Quaternion.
- Parameters
-
[in] _q The quaternion to convert
- Returns
- A msgs::Quaternion object
◆ Convert() [7/37]
| msgs::Vector2d ignition::msgs::Convert | ( | const ignition::math::Vector2d & | _v | ) |
Convert a ignition::math::Vector2d to a msgs::Vector2d.
- Parameters
-
[in] _v The vector to convert
- Returns
- A msgs::Vector2d object
◆ Convert() [8/37]
| msgs::Vector3d ignition::msgs::Convert | ( | const ignition::math::Vector3d & | _v | ) |
Convert a ignition::math::Vector3d to a msgs::Vector3d.
- Parameters
-
[in] _v The vector to convert
- Returns
- A msgs::Vector3d object
◆ Convert() [9/37]
| msgs::Int32 ignition::msgs::Convert | ( | const int32_t & | _i | ) |
Convert an int32_t to a msgs::Int32.
- Parameters
-
[in] _i The int32_t to convert
- Returns
- A msgs::Int32 object
◆ Convert() [10/37]
| msgs::Int64 ignition::msgs::Convert | ( | const int64_t & | _i | ) |
Convert an int64_t to a msgs::Int64.
- Parameters
-
[in] _i The int64_t to convert
- Returns
- A msgs::Int64 object
◆ Convert() [11/37]
| msgs::AxisAlignedBox ignition::msgs::Convert | ( | const math::AxisAlignedBox & | _b | ) |
Convert ignition::math::AxisAlignedBox to msgs::AxisAlignedBox.
- Parameters
-
[in] _b The axis aligned box to convert
- Returns
- An ignition::math::AxisAlignedBox object
◆ Convert() [12/37]
| msgs::Color ignition::msgs::Convert | ( | const math::Color & | _c | ) |
Convert a math::Color to a msgs::Color.
- Parameters
-
[in] _c The color to convert
- Returns
- A msgs::Color object
◆ Convert() [13/37]
| msgs::Inertial ignition::msgs::Convert | ( | const math::Inertiald & | _i | ) |
Convert an math::Inertiald to a msgs::Inertial.
- Parameters
-
[in] _i The Inertiald to convert
- Returns
- A msgs::Inertial object
◆ Convert() [14/37]
| msgs::Inertial ignition::msgs::Convert | ( | const math::MassMatrix3d & | _m | ) |
Convert an math::MassMatrix3d to a msgs::Inertial.
- Parameters
-
[in] _m The MassMatrix3d to convert
- Returns
- A msgs::Inertial object
◆ Convert() [15/37]
| msgs::SphericalCoordinates ignition::msgs::Convert | ( | const math::SphericalCoordinates & | _coord | ) |
Convert an math::SphericalCoordinates to a msgs::SphericalCoordinates.
- Parameters
-
[in] _coord The SphericalCoordinates to convert
- Returns
- A msgs::SphericalCoordinates object
◆ Convert() [16/37]
| math::AxisAlignedBox ignition::msgs::Convert | ( | const msgs::AxisAlignedBox & | _b | ) |
Convert a msgs::AxisAlignedBox to an ignition::math::AxisAlignedBox.
- Parameters
-
[in] _b The axis aligned box to convert
- Returns
- An ignition::math::AxisAlignedBox object
◆ Convert() [17/37]
| bool ignition::msgs::Convert | ( | const msgs::Boolean & | _m | ) |
Convert a msgs::Boolean to a bool.
- Parameters
-
[in] _m The message to convert
- Returns
- An bool object
◆ Convert() [18/37]
| math::Color ignition::msgs::Convert | ( | const msgs::Color & | _c | ) |
Convert a msgs::Color to a math::Color.
- Parameters
-
[in] _c The color to convert
- Returns
- A math::Color object
◆ Convert() [19/37]
| double ignition::msgs::Convert | ( | const msgs::Double & | _m | ) |
Convert a msgs::Double to a double.
- Parameters
-
[in] _m The message to convert
- Returns
- An double object
◆ Convert() [20/37]
| float ignition::msgs::Convert | ( | const msgs::Float & | _m | ) |
Convert a msgs::Float to a float.
- Parameters
-
[in] _m The message to convert
- Returns
- An float object
◆ Convert() [21/37]
| math::Inertiald ignition::msgs::Convert | ( | const msgs::Inertial & | _i | ) |
Convert a msgs::Inertial to an ignition::math::Inertiald.
- Parameters
-
[in] _i The inertial to convert
- Returns
- An ignition::math::Inertiald object
◆ Convert() [22/37]
| int32_t ignition::msgs::Convert | ( | const msgs::Int32 & | _m | ) |
Convert a msgs::Int32 to an int32_t.
- Parameters
-
[in] _m The message to convert
- Returns
- An int32_t object
◆ Convert() [23/37]
| int64_t ignition::msgs::Convert | ( | const msgs::Int64 & | _m | ) |
Convert a msgs::Int64 to an int64_t.
- Parameters
-
[in] _m The message to convert
- Returns
- An int64_t object
◆ Convert() [24/37]
| ignition::math::Planed ignition::msgs::Convert | ( | const msgs::PlaneGeom & | _p | ) |
Convert a msgs::PlaneGeom to an ignition::math::Planed.
- Parameters
-
[in] _p The plane to convert
- Returns
- An ignition::math::Planed object
◆ Convert() [25/37]
| ignition::math::Pose3d ignition::msgs::Convert | ( | const msgs::Pose & | _p | ) |
Convert a msgs::Pose to an ignition::math::Pose3d.
- Parameters
-
[in] _p The pose to convert
- Returns
- An ignition::math::Pose3d object
◆ Convert() [26/37]
| ignition::math::Quaterniond ignition::msgs::Convert | ( | const msgs::Quaternion & | _q | ) |
Convert a msgs::Quaternion to an ignition::math::Quaterniond.
- Parameters
-
[in] _q The quaternion to convert
- Returns
- An ignition::math::Quaterniond object
◆ Convert() [27/37]
| math::SphericalCoordinates ignition::msgs::Convert | ( | const msgs::SphericalCoordinates & | _coord | ) |
Convert a msgs::SphericalCoordinates to an ignition::math::SphericalCoordinates.
- Parameters
-
[in] _coord The spherical coordinates to convert
- Returns
- An ignition::math::SphericalCoordinates object
◆ Convert() [28/37]
| std::string ignition::msgs::Convert | ( | const msgs::StringMsg & | _m | ) |
Convert a msgs::StringMsg to an std::string.
- Parameters
-
[in] _m The message to convert
- Returns
- An std::string object
◆ Convert() [29/37]
| std::chrono::steady_clock::duration ignition::msgs::Convert | ( | const msgs::Time & | _time | ) |
Convert a msgs::Time to a std::chrono::steady_clock::duration.
- Parameters
-
[in] _time The message to convert
- Returns
- A std::chrono::steady_clock::duration object
◆ Convert() [30/37]
| uint32_t ignition::msgs::Convert | ( | const msgs::UInt32 & | _m | ) |
Convert a msgs::UInt32 to a uint32_t.
- Parameters
-
[in] _m The message to convert
- Returns
- An uint32_t object
◆ Convert() [31/37]
| uint64_t ignition::msgs::Convert | ( | const msgs::UInt64 & | _m | ) |
Convert a msgs::UInt64 to a uint64_t.
- Parameters
-
[in] _m The message to convert
- Returns
- An uint64_t object
◆ Convert() [32/37]
| ignition::math::Vector2d ignition::msgs::Convert | ( | const msgs::Vector2d & | _v | ) |
Convert a msgs::Vector2d to an ignition::math::Vector2d.
- Parameters
-
[in] _v The vector2 to convert
- Returns
- An ignition::math::Vector2d object
◆ Convert() [33/37]
| ignition::math::Vector3d ignition::msgs::Convert | ( | const msgs::Vector3d & | _v | ) |
Convert a msgs::Vector3d to an ignition::math::Vector.
- Parameters
-
[in] _v The vector to convert
- Returns
- An ignition::math::Vector3d object
◆ Convert() [34/37]
| msgs::Time ignition::msgs::Convert | ( | const std::chrono::steady_clock::duration & | _time_point | ) |
Convert a std::chrono::steady_clock::duration to a msgs::Time.
- Parameters
-
[in] _time_point The std::chrono::system_clock::duration to convert
- Returns
- A msgs::Time object
◆ Convert() [35/37]
| msgs::StringMsg ignition::msgs::Convert | ( | const std::string & | _s | ) |
Convert an std::string to a msgs::StringMsg.
- Parameters
-
[in] _s The string to convert
- Returns
- A msgs::StringMsg object
◆ Convert() [36/37]
| msgs::UInt32 ignition::msgs::Convert | ( | const uint32_t & | _u | ) |
Convert a uint32_t to a msgs::UInt32.
- Parameters
-
[in] _u The uint32_t to convert
- Returns
- A msgs::UInt32 object
◆ Convert() [37/37]
| msgs::UInt64 ignition::msgs::Convert | ( | const uint64_t & | _u | ) |
Convert a uint64_t to a msgs::UInt64.
- Parameters
-
[in] _u The uint64_t to convert
- Returns
- A msgs::UInt64 object
◆ ConvertFuelMetadata() [1/2]
| bool ignition::msgs::ConvertFuelMetadata | ( | const msgs::FuelMetadata & | _meta, |
| std::string & | _modelConfigStr | ||
| ) |
Convert a FuelMetadata message to a string containing XML data that matches the model.config format.
The model.config format contains only a subset of the information in a metadata message. The extra information in the metadata message is discarded.
- Parameters
-
[in] _meta The FuelMetadata message to convert. [out] _modelConfigStr XML string containing the converted message data.
- Returns
- True if the conversion was successful.
◆ ConvertFuelMetadata() [2/2]
| bool ignition::msgs::ConvertFuelMetadata | ( | const std::string & | _modelConfigStr, |
| msgs::FuelMetadata & | _meta | ||
| ) |
Convert the contents of a model.config file, in the form of an XML string, to a FuelMetadata message.
Only the latest versioned model is added to the meta data message.
The <depend> and <version> tags are ignored.
- Parameters
-
[in] _modelConfigStr A string containing XML data that matches the model.config format. [out] _meta The message that receives the converted data.
- Returns
- True if the conversion was successful.
◆ ConvertGeometryType() [1/2]
| std::string ignition::msgs::ConvertGeometryType | ( | const msgs::Geometry::Type | _type | ) |
Convert a msgs::Geometry::Type to a string.
- Parameters
-
[in] _type A msgs::Geometry::Type enum.
- Returns
- Geometry type string.
◆ ConvertGeometryType() [2/2]
| msgs::Geometry::Type ignition::msgs::ConvertGeometryType | ( | const std::string & | _str | ) |
Convert a string to a msgs::Geometry::Type enum.
- Parameters
-
[in] _str Geometry type string.
- Returns
- A msgs::Geometry::Type enum.
◆ ConvertJointType() [1/2]
| std::string ignition::msgs::ConvertJointType | ( | const msgs::Joint::Type & | _type | ) |
Convert a msgs::Joint::Type to a string.
- Parameters
-
[in] _type A msgs::Joint::Type enum.
- Returns
- Joint type string. Returns "unknown" if _type is unrecognized.
◆ ConvertJointType() [2/2]
| msgs::Joint::Type ignition::msgs::ConvertJointType | ( | const std::string & | _str | ) |
Convert a string to a msgs::Joint::Type enum.
- Parameters
-
[in] _str Joint type string.
- Returns
- A msgs::Joint::Type enum. Defaults to REVOLUTE if _str is unrecognized.
◆ ConvertPixelFormatType() [1/2]
| std::string ignition::msgs::ConvertPixelFormatType | ( | const msgs::PixelFormatType & | _t | ) |
Convert a PixelFormatType to a string. This can be used for debugging purposes.
- Returns
- String version of PixelFormatType.
◆ ConvertPixelFormatType() [2/2]
| msgs::PixelFormatType ignition::msgs::ConvertPixelFormatType | ( | const std::string & | _str | ) |
Convert a string to a msgs::PixelFormatType enum.
- Parameters
-
[in] _str PixelFormatType string.
- Returns
- A msgs::PixelFormatType enum.
◆ ConvertShaderType() [1/2]
| std::string ignition::msgs::ConvertShaderType | ( | const msgs::Material::ShaderType & | _type | ) |
Convert a msgs::ShaderType to a string.
- Parameters
-
[in] _type A msgs::ShaderType enum.
- Returns
- Shader type string. Returns "unknown" if _type is unrecognized.
◆ ConvertShaderType() [2/2]
| msgs::Material::ShaderType ignition::msgs::ConvertShaderType | ( | const std::string & | _str | ) |
Convert a string to a msgs::Material::ShaderType enum.
- Parameters
-
[in] _str Shader type string.
- Returns
- A msgs::Material::ShaderType enum. Defaults to VERTEX if _str is unrecognized.
◆ Discovery_Publisher_Scope_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Discovery_Publisher_Scope_descriptor | ( | ) |
◆ Discovery_Publisher_Scope_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Discovery_Publisher_Scope_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Scope_IsValid().
◆ Discovery_Publisher_Scope_Name()
|
inline |
References Discovery_Publisher_Scope_descriptor().
Referenced by PROTOBUF_FINAL::Scope_Name().
◆ Discovery_Publisher_Scope_Parse()
|
inline |
References Discovery_Publisher_Scope_descriptor().
Referenced by PROTOBUF_FINAL::Scope_Parse().
◆ Discovery_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Discovery_Type_descriptor | ( | ) |
◆ Discovery_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Discovery_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Discovery_Type_Name()
|
inline |
References Discovery_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Discovery_Type_Parse()
|
inline |
References Discovery_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Entity_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Entity_Type_descriptor | ( | ) |
◆ Entity_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Entity_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Entity_Type_Name()
|
inline |
References Entity_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Entity_Type_Parse()
|
inline |
References Entity_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Fog_FogType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Fog_FogType_descriptor | ( | ) |
◆ Fog_FogType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Fog_FogType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::FogType_IsValid().
◆ Fog_FogType_Name()
|
inline |
References Fog_FogType_descriptor().
Referenced by PROTOBUF_FINAL::FogType_Name().
◆ Fog_FogType_Parse()
|
inline |
References Fog_FogType_descriptor().
Referenced by PROTOBUF_FINAL::FogType_Parse().
◆ Geometry_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Geometry_Type_descriptor | ( | ) |
◆ Geometry_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Geometry_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Geometry_Type_Name()
|
inline |
References Geometry_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Geometry_Type_Parse()
|
inline |
References Geometry_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ InitPointCloudPacked()
| void ignition::msgs::InitPointCloudPacked | ( | msgs::PointCloudPacked & | _msg, |
| const std::string & | _frameId, | ||
| bool | _memoryAligned, | ||
| const std::vector< std::pair< std::string, msgs::PointCloudPacked::Field::DataType >> & | _fields | ||
| ) |
This function will set the header and field members of a PointCloudPacked message. This will clear existing values in the PointCloudPacked field and header.
- Parameters
-
[out] _msg The message to initialize. [in] _frameId Name of the "frame_id". This will be stored as key = "frame_id", value = _frameId in the message header. [in] _memoryAligned If true, then each pair in the _fields vector will be aligned at word (sizeof(size_t)) boundaries. Additionally, the point_stepof the _msg will be set to the nearest word boundary.[in] _fields The fields to add to the message. The following strings are reserved, and will generate a set of fields automatically.
- "xyz" : This will add the "x", "y", and "z" fields.
◆ Joint_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Joint_Type_descriptor | ( | ) |
◆ Joint_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Joint_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Joint_Type_Name()
|
inline |
References Joint_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Joint_Type_Parse()
|
inline |
References Joint_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Light_LightType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Light_LightType_descriptor | ( | ) |
◆ Light_LightType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Light_LightType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::LightType_IsValid().
◆ Light_LightType_Name()
|
inline |
References Light_LightType_descriptor().
Referenced by PROTOBUF_FINAL::LightType_Name().
◆ Light_LightType_Parse()
|
inline |
References Light_LightType_descriptor().
Referenced by PROTOBUF_FINAL::LightType_Parse().
◆ LogStatus_LogFile_Units_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::LogStatus_LogFile_Units_descriptor | ( | ) |
◆ LogStatus_LogFile_Units_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::LogStatus_LogFile_Units_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Units_IsValid().
◆ LogStatus_LogFile_Units_Name()
|
inline |
References LogStatus_LogFile_Units_descriptor().
Referenced by PROTOBUF_FINAL::Units_Name().
◆ LogStatus_LogFile_Units_Parse()
|
inline |
References LogStatus_LogFile_Units_descriptor().
Referenced by PROTOBUF_FINAL::Units_Parse().
◆ Marker_Action_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Marker_Action_descriptor | ( | ) |
◆ Marker_Action_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Marker_Action_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Action_IsValid().
◆ Marker_Action_Name()
|
inline |
References Marker_Action_descriptor().
Referenced by PROTOBUF_FINAL::Action_Name().
◆ Marker_Action_Parse()
|
inline |
References Marker_Action_descriptor().
Referenced by PROTOBUF_FINAL::Action_Parse().
◆ Marker_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Marker_Type_descriptor | ( | ) |
◆ Marker_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Marker_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Marker_Type_Name()
|
inline |
References Marker_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Marker_Type_Parse()
|
inline |
References Marker_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Marker_Visibility_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Marker_Visibility_descriptor | ( | ) |
◆ Marker_Visibility_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Marker_Visibility_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Visibility_IsValid().
◆ Marker_Visibility_Name()
|
inline |
References Marker_Visibility_descriptor().
Referenced by PROTOBUF_FINAL::Visibility_Name().
◆ Marker_Visibility_Parse()
|
inline |
References Marker_Visibility_descriptor().
Referenced by PROTOBUF_FINAL::Visibility_Parse().
◆ Material_PBR_WorkflowType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Material_PBR_WorkflowType_descriptor | ( | ) |
◆ Material_PBR_WorkflowType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Material_PBR_WorkflowType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::WorkflowType_IsValid().
◆ Material_PBR_WorkflowType_Name()
|
inline |
References Material_PBR_WorkflowType_descriptor().
Referenced by PROTOBUF_FINAL::WorkflowType_Name().
◆ Material_PBR_WorkflowType_Parse()
|
inline |
References Material_PBR_WorkflowType_descriptor().
Referenced by PROTOBUF_FINAL::WorkflowType_Parse().
◆ Material_ShaderType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Material_ShaderType_descriptor | ( | ) |
◆ Material_ShaderType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Material_ShaderType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::ShaderType_IsValid().
◆ Material_ShaderType_Name()
|
inline |
References Material_ShaderType_descriptor().
Referenced by PROTOBUF_FINAL::ShaderType_Name().
◆ Material_ShaderType_Parse()
|
inline |
References Material_ShaderType_descriptor().
Referenced by PROTOBUF_FINAL::ShaderType_Parse().
◆ ParameterError_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::ParameterError_Type_descriptor | ( | ) |
◆ ParameterError_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::ParameterError_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ ParameterError_Type_Name()
|
inline |
References ParameterError_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ ParameterError_Type_Parse()
|
inline |
References ParameterError_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ ParticleEmitter_EmitterType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::ParticleEmitter_EmitterType_descriptor | ( | ) |
◆ ParticleEmitter_EmitterType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::ParticleEmitter_EmitterType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::EmitterType_IsValid().
◆ ParticleEmitter_EmitterType_Name()
|
inline |
References ParticleEmitter_EmitterType_descriptor().
Referenced by PROTOBUF_FINAL::EmitterType_Name().
◆ ParticleEmitter_EmitterType_Parse()
|
inline |
References ParticleEmitter_EmitterType_descriptor().
Referenced by PROTOBUF_FINAL::EmitterType_Parse().
◆ Physics_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Physics_Type_descriptor | ( | ) |
◆ Physics_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Physics_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Physics_Type_Name()
|
inline |
References Physics_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Physics_Type_Parse()
|
inline |
References Physics_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ PixelFormatType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::PixelFormatType_descriptor | ( | ) |
◆ PixelFormatType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::PixelFormatType_IsValid | ( | int | value | ) |
◆ PixelFormatType_Name()
|
inline |
References PixelFormatType_descriptor().
◆ PixelFormatType_Parse()
|
inline |
References PixelFormatType_descriptor().
◆ PointCloudPacked_Field_DataType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::PointCloudPacked_Field_DataType_descriptor | ( | ) |
◆ PointCloudPacked_Field_DataType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::PointCloudPacked_Field_DataType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::DataType_IsValid().
◆ PointCloudPacked_Field_DataType_Name()
|
inline |
References PointCloudPacked_Field_DataType_descriptor().
Referenced by PROTOBUF_FINAL::DataType_Name().
◆ PointCloudPacked_Field_DataType_Parse()
|
inline |
References PointCloudPacked_Field_DataType_descriptor().
Referenced by PROTOBUF_FINAL::DataType_Parse().
◆ RestResponse_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::RestResponse_Type_descriptor | ( | ) |
◆ RestResponse_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::RestResponse_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ RestResponse_Type_Name()
|
inline |
References RestResponse_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ RestResponse_Type_Parse()
|
inline |
References RestResponse_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ SensorNoise_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::SensorNoise_Type_descriptor | ( | ) |
◆ SensorNoise_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::SensorNoise_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ SensorNoise_Type_Name()
|
inline |
References SensorNoise_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ SensorNoise_Type_Parse()
|
inline |
References SensorNoise_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Set() [1/18]
| void ignition::msgs::Set | ( | msgs::AxisAlignedBox * | _b, |
| const math::AxisAlignedBox & | _v | ||
| ) |
Set a msgs::AxisAlignedBox from a math::AxisAlignedBox.
- Parameters
-
[out] _b A msgs::AxisAlignedBox pointer [in] _v An math::AxisAlignedBox reference
◆ Set() [2/18]
| void ignition::msgs::Set | ( | msgs::Boolean * | _p, |
| const bool & | _v | ||
| ) |
Set a msgs::Boolean from a bool.
- Parameters
-
[out] _p A msgs::Boolean pointer [in] _v An bool reference
◆ Set() [3/18]
| void ignition::msgs::Set | ( | msgs::Color * | _c, |
| const math::Color & | _v | ||
| ) |
Set a msgs::Color from a math::Color.
- Parameters
-
[out] _c A msgs::Color pointer [in] _v A math::Color reference
◆ Set() [4/18]
| void ignition::msgs::Set | ( | msgs::Double * | _p, |
| const double & | _v | ||
| ) |
Set a msgs::Double from a double.
- Parameters
-
[out] _p A msgs::Double pointer [in] _v An double reference
◆ Set() [5/18]
| void ignition::msgs::Set | ( | msgs::Float * | _p, |
| const float & | _v | ||
| ) |
Set a msgs::Float from a float.
- Parameters
-
[out] _p A msgs::Float pointer [in] _v An float reference
◆ Set() [6/18]
| void ignition::msgs::Set | ( | msgs::Inertial * | _i, |
| const math::Inertiald & | _m | ||
| ) |
Set a msgs::Inertial from an math::Inertiald.
- Parameters
-
[out] _i A msgs::Inertial pointer [in] _m An math::Inertiald reference
◆ Set() [7/18]
| void ignition::msgs::Set | ( | msgs::Inertial * | _i, |
| const math::MassMatrix3d & | _m | ||
| ) |
Set a msgs::Inertial from an math::MassMatrix3d.
- Parameters
-
[out] _i A msgs::Inertial pointer [in] _m An math::MassMatrix3d reference
◆ Set() [8/18]
| void ignition::msgs::Set | ( | msgs::Int32 * | _p, |
| const int32_t & | _v | ||
| ) |
Set a msgs::Int32 from an int32_t.
- Parameters
-
[out] _p A msgs::Int32 pointer [in] _v An int32_t reference
◆ Set() [9/18]
| void ignition::msgs::Set | ( | msgs::Int64 * | _p, |
| const int64_t & | _v | ||
| ) |
Set a msgs::Int64 from an int64_t.
- Parameters
-
[out] _p A msgs::Int64 pointer [in] _v An int64_t reference
◆ Set() [10/18]
| void ignition::msgs::Set | ( | msgs::PlaneGeom * | _p, |
| const ignition::math::Planed & | _v | ||
| ) |
Set a msgs::Plane from an ignition::math::Planed.
- Parameters
-
[out] _p A msgs::Plane pointer [in] _v An ignition::math::Planed reference
◆ Set() [11/18]
| void ignition::msgs::Set | ( | msgs::Pose * | _p, |
| const ignition::math::Pose3d & | _v | ||
| ) |
Set a msgs::Pose from an ignition::math::Pose3d.
- Parameters
-
[out] _p A msgs::Pose pointer [in] _v An ignition::math::Pose3d reference
◆ Set() [12/18]
| void ignition::msgs::Set | ( | msgs::Quaternion * | _q, |
| const ignition::math::Quaterniond & | _v | ||
| ) |
Set a msgs::Quaternion from an ignition::math::Quaterniond.
- Parameters
-
[out] _q A msgs::Quaternion pointer [in] _v An ignition::math::Quaterniond reference
◆ Set() [13/18]
| void ignition::msgs::Set | ( | msgs::SphericalCoordinates * | _sc, |
| const math::SphericalCoordinates & | _m | ||
| ) |
Set a msgs::SphericalCoordinates from a math::SphericalCoordinates.
- Parameters
-
[out] _sc A msgs::SphericalCoordinates pointer [in] _m An math::SphericalCoordinates reference
◆ Set() [14/18]
| void ignition::msgs::Set | ( | msgs::StringMsg * | _p, |
| const std::string & | _v | ||
| ) |
Set a msgs::StringMsg from an std::string.
- Parameters
-
[out] _p A msgs::StringMsg pointer [in] _v An std::string reference
◆ Set() [15/18]
| void ignition::msgs::Set | ( | msgs::UInt32 * | _p, |
| const uint32_t & | _v | ||
| ) |
Set a msgs::UInt32 from a uint32_t.
- Parameters
-
[out] _p A msgs::UInt32 pointer [in] _v An uint32_t reference
◆ Set() [16/18]
| void ignition::msgs::Set | ( | msgs::UInt64 * | _p, |
| const uint64_t & | _v | ||
| ) |
Set a msgs::UInt64 from an uint64_t.
- Parameters
-
[out] _p A msgs::UInt64 pointer [in] _v An uint64_t reference
◆ Set() [17/18]
| void ignition::msgs::Set | ( | msgs::Vector2d * | _pt, |
| const ignition::math::Vector2d & | _v | ||
| ) |
Set a msgs::Vector2d from an ignition::math::Vector2d.
- Parameters
-
[out] _pt A msgs::Vector2d pointer [in] _v An ignition::math::Vector2d reference
◆ Set() [18/18]
| void ignition::msgs::Set | ( | msgs::Vector3d * | _pt, |
| const ignition::math::Vector3d & | _v | ||
| ) |
Set a msgs::Vector3d from an ignition::math::Vector3d.
- Parameters
-
[out] _pt A msgs::Vector3d pointer [in] _v An ignition::math::Vector3d reference
◆ Shadows_ShadowType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Shadows_ShadowType_descriptor | ( | ) |
◆ Shadows_ShadowType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Shadows_ShadowType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::ShadowType_IsValid().
◆ Shadows_ShadowType_Name()
|
inline |
References Shadows_ShadowType_descriptor().
Referenced by PROTOBUF_FINAL::ShadowType_Name().
◆ Shadows_ShadowType_Parse()
|
inline |
References Shadows_ShadowType_descriptor().
Referenced by PROTOBUF_FINAL::ShadowType_Parse().
◆ sizeOfPointField()
|
inline |
Return the size of a datatype (which is an enum of ignition::msgs::PointCloudPacked::Field) in bytes.
- Parameters
-
[in] _dataType One of the enums of ignition::msgs::PointCloudPacked::Field
- Returns
- Size in bytes. Returns -1 if the type is unknown.
References std::endl().
◆ SphericalCoordinates_SurfaceModel_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::SphericalCoordinates_SurfaceModel_descriptor | ( | ) |
◆ SphericalCoordinates_SurfaceModel_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::SphericalCoordinates_SurfaceModel_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::SurfaceModel_IsValid().
◆ SphericalCoordinates_SurfaceModel_Name()
|
inline |
References SphericalCoordinates_SurfaceModel_descriptor().
Referenced by PROTOBUF_FINAL::SurfaceModel_Name().
◆ SphericalCoordinates_SurfaceModel_Parse()
|
inline |
References SphericalCoordinates_SurfaceModel_descriptor().
Referenced by PROTOBUF_FINAL::SurfaceModel_Parse().
◆ Statistic_DataType_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Statistic_DataType_descriptor | ( | ) |
◆ Statistic_DataType_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Statistic_DataType_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::DataType_IsValid().
◆ Statistic_DataType_Name()
|
inline |
References Statistic_DataType_descriptor().
Referenced by PROTOBUF_FINAL::DataType_Name().
◆ Statistic_DataType_Parse()
|
inline |
References Statistic_DataType_descriptor().
Referenced by PROTOBUF_FINAL::DataType_Parse().
◆ ToString()
| std::string ignition::msgs::ToString | ( | const msgs::Discovery::Type & | _t | ) |
Convert a Discovery::Type to a string. This can be used for debugging purposes.
- Returns
- String version of Discovery::Type.
◆ UserCmd_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::UserCmd_Type_descriptor | ( | ) |
◆ UserCmd_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::UserCmd_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ UserCmd_Type_Name()
|
inline |
References UserCmd_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ UserCmd_Type_Parse()
|
inline |
References UserCmd_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
◆ Visual_Type_descriptor()
| IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ignition::msgs::Visual_Type_descriptor | ( | ) |
◆ Visual_Type_IsValid()
| IGNITION_MSGS_VISIBLE bool ignition::msgs::Visual_Type_IsValid | ( | int | value | ) |
Referenced by PROTOBUF_FINAL::Type_IsValid().
◆ Visual_Type_Name()
|
inline |
References Visual_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Name().
◆ Visual_Type_Parse()
|
inline |
References Visual_Type_descriptor().
Referenced by PROTOBUF_FINAL::Type_Parse().
Variable Documentation
◆ _Actor_Animation_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Actor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Actor_Trajectory_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Actor_Waypoint_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Actuators_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AirPressureSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Altimeter_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AltimeterSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AnnotatedAxisAligned2DBox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AnnotatedAxisAligned2DBox_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AnnotatedOriented3DBox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AnnotatedOriented3DBox_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Any_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Atmosphere_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Axis_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AxisAligned2DBox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _AxisAlignedBox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Battery_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _BatteryState_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Boolean_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _BoxGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Bytes_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraCmd_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraInfo_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraInfo_Distortion_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraInfo_Intrinsics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraInfo_Projection_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraLens_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CameraSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CapsuleGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Cessna_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Clock_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CmdVel2D_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Collision_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Color_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ConeGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Contact_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Contacts_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ContactSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _CylinderGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Dataframe_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Density_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Diagnostics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Diagnostics_DiagTime_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_Flags_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_Publisher_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_Publisher_MessagePublisher_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_Publisher_ServicePublisher_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Discovery_Subscriber_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Distortion_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Double_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Double_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Duration_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _EllipsoidGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Empty_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Entity_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _EntityFactory_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _EntityFactory_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _EntityPlugin_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _EntityWrench_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Float_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Float_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Fluid_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FluidPressure_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Fog_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Friction_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Friction_Torsional_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Friction_Torsional_ODE_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_AnnotationsEntry_DoNotUse_default_instance_
|
extern |
◆ _FuelMetadata_Categories_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_Compatibility_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_Contact_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_Dependency_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_Legal_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_Model_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _FuelMetadata_World_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Geometry_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _GPS_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _GPSSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _GPSSensor_Sensing_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _GUI_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _GUICamera_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Header_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Header_Map_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _HeightmapGeom_Blend_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _HeightmapGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _HeightmapGeom_Texture_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Hydra_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Hydra_Paddle_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Image_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ImageGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _IMU_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _IMUSensor_AngularVelocity_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _IMUSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _IMUSensor_LinearAcceleration_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _IMUSensor_OrientationReferenceFrame_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Inertial_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Int32_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Int32_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Int64_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Int64_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Joint_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Joint_Gearbox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Joint_Screw_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointAnimation_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointAnimation_Joint_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointCmd_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointTrajectory_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointTrajectoryPoint_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _JointWrench_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Joy_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Joystick_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LaserScan_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LidarSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Light_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Link_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LinkData_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogControl_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogicalCameraImage_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogicalCameraImage_Model_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogicalCameraSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogPlaybackControl_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogPlaybackStatistics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogStatus_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _LogStatus_LogFile_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Magnetometer_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _MagnetometerSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Marker_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Marker_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Material_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Material_PBR_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Material_Script_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _MeshGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Metric_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Model_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Model_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ModelConfiguration_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _NavSat_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _NavSatSensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _NavSatSensor_Sensing_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _OccupancyGrid_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _OccupancyGrid_MapMetaInfo_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Odometry_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _OdometryWithCovariance_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Oriented3DBox_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Packet_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Param_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Param_ParamsEntry_DoNotUse_default_instance_
|
extern |
Referenced by Param_ParamsEntry_DoNotUse::internal_default_instance().
◆ _Param_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Parameter_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParameterDeclaration_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParameterDeclarations_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParameterError_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParameterName_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParameterValue_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParticleEmitter_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ParticleEmitter_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PerformanceSensorMetrics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Physics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PID_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PlaneGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Plugin_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Plugin_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PointCloud_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PointCloudPacked_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PointCloudPacked_Field_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Polyline_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Pose_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Pose_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PoseAnimation_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PoseTrajectory_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PoseWithCovariance_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Projector_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PropagationGrid_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _PropagationParticle_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Publish_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Publishers_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Quaternion_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _RaySensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Request_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Response_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _RestLogin_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _RestLogout_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _RestPost_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _RestResponse_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Road_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Scene_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SdfGeneratorConfig_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SdfGeneratorConfig_EntityGeneratorConfig_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SdfGeneratorConfig_OverrideEntityGenConfigsEntry_DoNotUse_default_instance_
|
extern |
◆ _Selection_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Sensor_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Sensor_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SensorNoise_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedComponent_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedEntity_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedEntityMap_ComponentsEntry_DoNotUse_default_instance_
|
extern |
◆ _SerializedEntityMap_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedState_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedStateMap_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedStateMap_EntitiesEntry_DoNotUse_default_instance_
|
extern |
◆ _SerializedStep_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SerializedStepMap_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _ServerControl_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Shadows_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SimEvent_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Sky_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Sonar_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SphereGeom_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _SphericalCoordinates_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Statistic_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _StatisticsGroup_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _StringMsg_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _StringMsg_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Subscribe_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Surface_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Tactile_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Test_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Time_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _TopicInfo_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _TrackVisual_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Twist_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _TwistWithCovariance_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UInt32_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UInt32_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UInt64_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UInt64_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UndoRedo_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UserCmd_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _UserCmdStats_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Vector2d_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Vector3d_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Version_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _VersionedName_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _VersionRange_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _VideoRecord_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Visual_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Visual_Meta_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Visual_V_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WebRequest_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WheelSlipParametersCmd_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Wind_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WirelessNode_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WirelessNodes_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WorldControl_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WorldControlState_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WorldModify_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WorldReset_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _WorldStatistics_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ _Wrench_default_instance_
|
extern |
Referenced by PROTOBUF_FINAL::internal_default_instance().
◆ Any_ValueType_ValueType_ARRAYSIZE
|
constexpr |
◆ Any_ValueType_ValueType_MAX
|
constexpr |
◆ Any_ValueType_ValueType_MIN
|
constexpr |
◆ Atmosphere_Type_Type_ARRAYSIZE
|
constexpr |
◆ Atmosphere_Type_Type_MAX
|
constexpr |
◆ Atmosphere_Type_Type_MIN
|
constexpr |
◆ BatteryState_PowerSupplyStatus_PowerSupplyStatus_ARRAYSIZE
|
constexpr |
◆ BatteryState_PowerSupplyStatus_PowerSupplyStatus_MAX
|
constexpr |
◆ BatteryState_PowerSupplyStatus_PowerSupplyStatus_MIN
|
constexpr |
◆ CameraInfo_Distortion_DistortionModelType_DistortionModelType_ARRAYSIZE
|
constexpr |
◆ CameraInfo_Distortion_DistortionModelType_DistortionModelType_MAX
|
constexpr |
◆ CameraInfo_Distortion_DistortionModelType_DistortionModelType_MIN
|
constexpr |
◆ Discovery_Publisher_Scope_Scope_ARRAYSIZE
|
constexpr |
◆ Discovery_Publisher_Scope_Scope_MAX
|
constexpr |
◆ Discovery_Publisher_Scope_Scope_MIN
|
constexpr |
◆ Discovery_Type_Type_ARRAYSIZE
|
constexpr |
◆ Discovery_Type_Type_MAX
|
constexpr |
◆ Discovery_Type_Type_MIN
|
constexpr |
◆ Entity_Type_Type_ARRAYSIZE
|
constexpr |
◆ Entity_Type_Type_MAX
|
constexpr |
◆ Entity_Type_Type_MIN
|
constexpr |
◆ Fog_FogType_FogType_ARRAYSIZE
|
constexpr |
◆ Fog_FogType_FogType_MAX
|
constexpr |
◆ Fog_FogType_FogType_MIN
|
constexpr |
◆ Geometry_Type_Type_ARRAYSIZE
|
constexpr |
◆ Geometry_Type_Type_MAX
|
constexpr |
◆ Geometry_Type_Type_MIN
|
constexpr |
◆ Joint_Type_Type_ARRAYSIZE
|
constexpr |
◆ Joint_Type_Type_MAX
|
constexpr |
◆ Joint_Type_Type_MIN
|
constexpr |
◆ Light_LightType_LightType_ARRAYSIZE
|
constexpr |
◆ Light_LightType_LightType_MAX
|
constexpr |
◆ Light_LightType_LightType_MIN
|
constexpr |
◆ LogStatus_LogFile_Units_Units_ARRAYSIZE
|
constexpr |
◆ LogStatus_LogFile_Units_Units_MAX
|
constexpr |
◆ LogStatus_LogFile_Units_Units_MIN
|
constexpr |
◆ Marker_Action_Action_ARRAYSIZE
|
constexpr |
◆ Marker_Action_Action_MAX
|
constexpr |
◆ Marker_Action_Action_MIN
|
constexpr |
◆ Marker_Type_Type_ARRAYSIZE
|
constexpr |
◆ Marker_Type_Type_MAX
|
constexpr |
◆ Marker_Type_Type_MIN
|
constexpr |
◆ Marker_Visibility_Visibility_ARRAYSIZE
|
constexpr |
◆ Marker_Visibility_Visibility_MAX
|
constexpr |
◆ Marker_Visibility_Visibility_MIN
|
constexpr |
◆ Material_PBR_WorkflowType_WorkflowType_ARRAYSIZE
|
constexpr |
◆ Material_PBR_WorkflowType_WorkflowType_MAX
|
constexpr |
◆ Material_PBR_WorkflowType_WorkflowType_MIN
|
constexpr |
◆ Material_ShaderType_ShaderType_ARRAYSIZE
|
constexpr |
◆ Material_ShaderType_ShaderType_MAX
|
constexpr |
◆ Material_ShaderType_ShaderType_MIN
|
constexpr |
◆ ParameterError_Type_Type_ARRAYSIZE
|
constexpr |
◆ ParameterError_Type_Type_MAX
|
constexpr |
◆ ParameterError_Type_Type_MIN
|
constexpr |
◆ ParticleEmitter_EmitterType_EmitterType_ARRAYSIZE
|
constexpr |
◆ ParticleEmitter_EmitterType_EmitterType_MAX
|
constexpr |
◆ ParticleEmitter_EmitterType_EmitterType_MIN
|
constexpr |
◆ Physics_Type_Type_ARRAYSIZE
|
constexpr |
◆ Physics_Type_Type_MAX
|
constexpr |
◆ Physics_Type_Type_MIN
|
constexpr |
◆ PixelFormatType_ARRAYSIZE
|
constexpr |
◆ PixelFormatType_MAX
|
constexpr |
◆ PixelFormatType_MIN
|
constexpr |
◆ PointCloudPacked_Field_DataType_DataType_ARRAYSIZE
|
constexpr |
◆ PointCloudPacked_Field_DataType_DataType_MAX
|
constexpr |
◆ PointCloudPacked_Field_DataType_DataType_MIN
|
constexpr |
◆ RestResponse_Type_Type_ARRAYSIZE
|
constexpr |
◆ RestResponse_Type_Type_MAX
|
constexpr |
◆ RestResponse_Type_Type_MIN
|
constexpr |
◆ SensorNoise_Type_Type_ARRAYSIZE
|
constexpr |
◆ SensorNoise_Type_Type_MAX
|
constexpr |
◆ SensorNoise_Type_Type_MIN
|
constexpr |
◆ Shadows_ShadowType_ShadowType_ARRAYSIZE
|
constexpr |
◆ Shadows_ShadowType_ShadowType_MAX
|
constexpr |
◆ Shadows_ShadowType_ShadowType_MIN
|
constexpr |
◆ SphericalCoordinates_SurfaceModel_SurfaceModel_ARRAYSIZE
|
constexpr |
◆ SphericalCoordinates_SurfaceModel_SurfaceModel_MAX
|
constexpr |
◆ SphericalCoordinates_SurfaceModel_SurfaceModel_MIN
|
constexpr |
◆ Statistic_DataType_DataType_ARRAYSIZE
|
constexpr |
◆ Statistic_DataType_DataType_MAX
|
constexpr |
◆ Statistic_DataType_DataType_MIN
|
constexpr |
◆ UserCmd_Type_Type_ARRAYSIZE
|
constexpr |
◆ UserCmd_Type_Type_MAX
|
constexpr |
◆ UserCmd_Type_Type_MIN
|
constexpr |
◆ Visual_Type_Type_ARRAYSIZE
|
constexpr |
◆ Visual_Type_Type_MAX
|
constexpr |
◆ Visual_Type_Type_MIN
|
constexpr |