Ignition Gazebo

API Reference

6.9.0
AddressContent Struct Reference

All the information associated to an address. More...

#include <MsgManager.hh>

Public Attributes

gazebo::Entity entity
 Entity of the model associated to this address. More...
 
DataQueue inboundMsgs
 Queue of inbound messages. More...
 
std::string modelName
 Model name associated to this address. More...
 
DataQueue outboundMsgs
 Queue of outbound messages. More...
 
SubscriptionHandler subscriptions
 Subscribers. More...
 

Detailed Description

All the information associated to an address.

Member Data Documentation

◆ entity

Entity of the model associated to this address.

◆ inboundMsgs

DataQueue inboundMsgs

Queue of inbound messages.

◆ modelName

std::string modelName

Model name associated to this address.

◆ outboundMsgs

DataQueue outboundMsgs

Queue of outbound messages.

◆ subscriptions

SubscriptionHandler subscriptions

Subscribers.


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