13#include <CigiBasePacket.h>
25 using Cigi = CigiBasePacket;
64 template <
typename VALUE_T>
Provides base classes for shared pointer managed objects with factory creation support.
CigiData classes are used by CigiObjectBase classes to manage their CIGI packet class instances.
Base CigiData class used by DtCigiDataTemplate.
Definition cigiData.h:25
Template used to compose a CigiData class for a specific CIGI type.
Definition cigiData.h:53
std::shared_ptr< DtCigiDataBase > CigiBasePtr
Definition cigiObjectBase.h:27
DtCigiSession * mySession
Definition cigiObjectBase.h:79
virtual DtCigiDataBase * createCigi()=0
virtual ~DtCigiObjectBase() override
CigiData *const cigi() const
bool myDirty
Definition cigiObjectBase.h:80
virtual DtCigiSession & session() const
virtual void markDirty()
Dirty flag indicates whether this CIGI data has changed in this frame.
CigiData * cigi()
Get pointer to CIGI packet data managed by this object.
virtual unsigned int sessionVersion() const
Get CIGI protocol major version number for this Session.
DtCigiDataBase *const cigiBase() const
bool updateValue(VALUE_T *value, VALUE_T source)
Utility function to update value from source and note if the value changed.
Definition cigiObjectBase.h:65
virtual bool isDirty() const
CigiBasePtr myCigiData
Definition cigiObjectBase.h:77
DtCigiDataBase * cigiBase()
virtual Cigi_uint16 cigiType()
Get the ID of the CigiData type.
DtCigiDataTemplate< CigiBasePacket, DtCigiObjectBase > CigiData
Definition cigiObjectBase.h:26
CigiBasePacket Cigi
Definition cigiObjectBase.h:25
virtual Sptr setSession(DtCigiSession &session)
Get/Set reference to the CigiSession to which this object belongs.
Definition cigiSession.h:38
DtSpSubClass()
Definition baseClass.h:190
std::shared_ptr< DtCigiObjectBase > Sptr
Definition baseClass.h:184
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49