OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Public Attributes | List of all members
Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI > Struct Template Reference

#include <UpdateDataTypes.h>

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

Public Member Functions

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

Public Attributes

DomainIdType domainId
 
IdType actorId
 
IdType topicId
 
IdType participantId
 
ActorType type
 
callback
 
PSQ pubsubQos
 
RWQ drdwQos
 
transportInterfaceInfo
 
ACE_CDR::ULong transportContext
 
CSP contentSubscriptionProfile
 
STI serializedTypeInfo
 

Detailed Description

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

Definition at line 128 of file UpdateDataTypes.h.

Constructor & Destructor Documentation

◆ ActorStrt()

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

Definition at line 142 of file UpdateDataTypes.h.

155  : domainId(dom),
156  actorId(act),
157  topicId(top),
158  participantId(part),
159  type(typ),
160  callback(call),
161  pubsubQos(pub),
162  drdwQos(drdw),
163  transportInterfaceInfo(trans),
164  transportContext(tContext),
166  serializedTypeInfo(sti)
167  { };
ACE_CDR::ULong transportContext
DomainIdType domainId

Member Data Documentation

◆ actorId

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::actorId

◆ callback

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

◆ contentSubscriptionProfile

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

◆ domainId

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
DomainIdType Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::domainId

◆ drdwQos

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

◆ participantId

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::participantId

◆ pubsubQos

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

◆ serializedTypeInfo

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

◆ topicId

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::topicId

◆ transportContext

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
ACE_CDR::ULong Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::transportContext

◆ transportInterfaceInfo

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

◆ type

template<typename PSQ , typename RWQ , typename C , typename T , typename CSP , typename STI >
ActorType Update::ActorStrt< PSQ, RWQ, C, T, CSP, STI >::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: