Update::ActorStrt< PSQ, RWQ, C, T, CSP > Struct Template Reference

#include <UpdateDataTypes.h>

Collaboration diagram for Update::ActorStrt< PSQ, RWQ, C, T, CSP >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ActorStrt (DomainIdType dom, IdType act, IdType top, IdType part, ActorType typ, const char *call, PSQ pub, RWQ drdw, T trans, CSP csProf)

Public Attributes

DomainIdType domainId
IdType actorId
IdType topicId
IdType participantId
ActorType type
callback
PSQ pubsubQos
RWQ drdwQos
transportInterfaceInfo
CSP contentSubscriptionProfile

Detailed Description

template<typename PSQ, typename RWQ, typename C, typename T, typename CSP>
struct Update::ActorStrt< PSQ, RWQ, C, T, CSP >

Definition at line 128 of file UpdateDataTypes.h.


Constructor & Destructor Documentation

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
Update::ActorStrt< PSQ, RWQ, C, T, CSP >::ActorStrt ( DomainIdType  dom,
IdType  act,
IdType  top,
IdType  part,
ActorType  typ,
const char *  call,
PSQ  pub,
RWQ  drdw,
trans,
CSP  csProf 
) [inline]

Definition at line 140 of file UpdateDataTypes.h.

00151     : domainId(dom),
00152       actorId(act),
00153       topicId(top),
00154       participantId(part),
00155       type(typ),
00156       callback(call),
00157       pubsubQos(pub),
00158       drdwQos(drdw),
00159       transportInterfaceInfo(trans),
00160       contentSubscriptionProfile(csProf)
00161     { };


Member Data Documentation

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::actorId
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
C Update::ActorStrt< PSQ, RWQ, C, T, CSP >::callback
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
CSP Update::ActorStrt< PSQ, RWQ, C, T, CSP >::contentSubscriptionProfile
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
DomainIdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::domainId
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
RWQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::drdwQos
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::participantId
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
PSQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::pubsubQos
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::topicId
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
T Update::ActorStrt< PSQ, RWQ, C, T, CSP >::transportInterfaceInfo
template<typename PSQ , typename RWQ , typename C , typename T , typename CSP >
ActorType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::type

Definition at line 133 of file UpdateDataTypes.h.

Referenced by Update::Manager::add(), and Update::Manager::pushImage().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1