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. 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
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: