AddressContent Struct Reference
All the information associated to an address. More...
#include <MsgManager.hh>
Public Attributes | |
sim::Entity | entity |
Entity of the model associated to this address. | |
DataQueue | inboundMsgs |
Queue of inbound messages. | |
std::string | modelName |
Model name associated to this address. | |
DataQueue | outboundMsgs |
Queue of outbound messages. | |
SubscriptionHandler | subscriptions |
Subscribers. | |
Detailed Description
All the information associated to an address.
Member Data Documentation
🔗entity
sim::Entity 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: