ark::pipeline::QueuedSimEnvelope
Defined in header “ark/pipeline/sim_mailbox.hh”.
An envelope that was queued from some particular publisher. This is the base unit that is organized by the SimMailbox.
Variables
- 
AbstractEnvelopeCPtr envelope 
 The envelope that is queued for delivery.
- 
SubscriberBasePtr subscriber 
 The subscriber that is receiving this message.