9 #ifndef baseAttr1516_H_
10 #define baseAttr1516_H_
20 #include <RTI/RTI1516.h>
21 #include <vl/rtiNamespace.h>
28 class DtLgrOnlineFomDesc;
29 class DtBaseObjClassDesc;
55 inline bool isSubscribedTo()
const;
58 inline void setIsSubscribedTo(
bool onOff );
60 inline bool isReliable()
const;
61 inline void setIsReliable(
bool reliable);
63 inline bool isTimeStamped()
const;
64 inline void setTimeStamped(
bool timeStamped);
Contains MAKLogger::DtBaseHla1516Value subclass of MAKLogger::DtBaseHlaValue.
Definition: baseHlaValue.h:33
DtU32 flags() const
Get the encoded flags.
Definition: baseHlaValue.h:89
void setTimeStamped(bool timeStamped)
Definition: baseAttr1516.h:102
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
DtLgrFomOrderType orderType() const
Returns the order type (i.e., "receive order", "time stamp order") for this attribute.
Definition: baseAttr1516.h:140
DtU32 DtLgrHlaHandle
Logger Psuedo Handle type.
Definition: hlaTimeStampedAttr.h:22
Definition: baseHlaValue.h:27
void setIsReliable(bool reliable)
Definition: baseAttr1516.h:85
DtBaseAttrDesc is a descriptor of an HLA object attribute.
Definition: baseAttr1516.h:33
Contains MAKLogger::DtLgrVariableLengthData class.
An online fom description that has access to the RTI Ambassidor.
Definition: onlineFomDesc.h:34
bool isReliable() const
Definition: baseAttr1516.h:80
Definition: baseHlaValue.h:20
DtLgrFomTransportType transportType() const
Returns the transport type (i.e., "best effort", "reliable") for this attribute.
Definition: baseAttr1516.h:127
Contains MAKLogger::DtLgrHlaHandle typedef and MAKLogger::DtLgrValueReference and MAKLogger::DtLgrVal...
DtLgrFomTransportType
Definition: baseHlaValue.h:18
Base HLA 1516 value which includes flags and an encoded handle.
Definition: baseHla1516Value.h:24
bool isTimeStamped() const
Definition: baseAttr1516.h:97
void setIsSubscribedTo(bool onOff)
Toggle on/off the subscription to this object attribute.
Definition: baseAttr1516.h:114
Definition: baseHlaValue.h:21
void setFlags(DtU32)
Set the encoded flags.
Definition: baseHlaValue.h:94
Definition: baseHlaValue.h:38
Definition: baseHlaValue.h:26
DtLgrFomOrderType
Definition: baseHlaValue.h:24
Definition: baseHlaValue.h:35
bool isSubscribedTo() const
Is this object attribute subscribed to.
Definition: baseAttr1516.h:75