#include <UpdateDataTypes.h>
Public Types | |
typedef std::vector< T > | TopicSeq |
typedef std::vector< P > | ParticipantSeq |
typedef std::vector< A > | ReaderSeq |
typedef std::vector< W > | WriterSeq |
Public Attributes | |
unsigned long | sequenceNumber |
TopicSeq | topics |
ParticipantSeq | participants |
ReaderSeq | actors |
WriterSeq | wActors |
PartIdType | lastPartId |
What the last participant id is/was. |
Definition at line 179 of file UpdateDataTypes.h.
typedef std::vector<P> Update::ImageData< T, P, A, W >::ParticipantSeq |
Definition at line 181 of file UpdateDataTypes.h.
typedef std::vector<A> Update::ImageData< T, P, A, W >::ReaderSeq |
Definition at line 182 of file UpdateDataTypes.h.
typedef std::vector<T> Update::ImageData< T, P, A, W >::TopicSeq |
Definition at line 180 of file UpdateDataTypes.h.
typedef std::vector<W> Update::ImageData< T, P, A, W >::WriterSeq |
Definition at line 183 of file UpdateDataTypes.h.
ReaderSeq Update::ImageData< T, P, A, W >::actors |
Definition at line 188 of file UpdateDataTypes.h.
Referenced by Update::Manager::pushImage(), TAO_DDS_DCPSInfo_i::receive_image(), and Update::PersistenceUpdater::requestImage().
PartIdType Update::ImageData< T, P, A, W >::lastPartId |
What the last participant id is/was.
Definition at line 192 of file UpdateDataTypes.h.
Referenced by Update::Manager::pushImage(), TAO_DDS_DCPSInfo_i::receive_image(), and Update::PersistenceUpdater::requestImage().
ParticipantSeq Update::ImageData< T, P, A, W >::participants |
Definition at line 187 of file UpdateDataTypes.h.
Referenced by Update::Manager::pushImage(), TAO_DDS_DCPSInfo_i::receive_image(), and Update::PersistenceUpdater::requestImage().
unsigned long Update::ImageData< T, P, A, W >::sequenceNumber |
Definition at line 185 of file UpdateDataTypes.h.
TopicSeq Update::ImageData< T, P, A, W >::topics |
Definition at line 186 of file UpdateDataTypes.h.
Referenced by Update::Manager::pushImage(), TAO_DDS_DCPSInfo_i::receive_image(), and Update::PersistenceUpdater::requestImage().
WriterSeq Update::ImageData< T, P, A, W >::wActors |
Definition at line 189 of file UpdateDataTypes.h.
Referenced by Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().