19#include <vlpi/entityIdentifier.h>
76 virtual const std::string&
type()
const override;
82 virtual const DtEntityIdentifier&
getHostId()
const;
83 virtual void setHostId(
const DtEntityIdentifier& val);
91 virtual const std::vector<EntityEntry>&
getCatalog()
const;
92 virtual void setCatalog(
const std::vector<EntityEntry>& val);
Reader class for decoding values from a byte array.
Definition byteStream.h:42
Writer class for encoding values into a byte array.
Definition byteStream.h:161
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
Message identifier class for the VREngage messaging system.
Definition vreMessageId.h:35
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
virtual void setHostId(const DtEntityIdentifier &val)
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
RwrCatalogData myData
Definition rwrCatalog.h:116
static RwrCatalogMessage * createFrom(RwrCatalogMessage *)
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
static const std::string & theType()
static message identity functions
static UInt64 theVersionNumber()
virtual const std::string & getNonThreatColor() const
virtual ~RwrCatalogMessage() override
virtual int messageSize() const override
Static decode function pattern for derived classes.
static makVre::DtVreMessageId theMessageId
Definition rwrCatalog.h:112
virtual const std::string & type() const override
Get the name of the message type.
virtual const std::vector< EntityEntry > & getCatalog() const
static RwrCatalogMessage * createFromData(const RwrCatalogData)
virtual const std::string & getThreatColor() const
static makVre::DtVreMessage * decode(char *buffer, int length)
bool operator==(const RwrCatalogMessage &rhs) const
virtual void setCatalog(const std::vector< EntityEntry > &val)
virtual void setThreatColor(const std::string &val)
virtual const DtEntityIdentifier & getHostId() const
static UInt64 theVersion
Definition rwrCatalog.h:113
static const makVre::DtVreMessageId & theId()
virtual void setNonThreatColor(const std::string &val)
static RwrCatalogMessage * create()
RwrCatalogData getData() const
Defines export macros for the VREngage Messages library.
#define VREMESSAGES_DLL
Export/import macro for non-Windows platforms.
Definition export.h:39
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
unsigned long long UInt64
Unsigned 64-bit integer type.
Definition utilFunctions.h:42
constexpr const char * RwrCatalogMessageType
Definition rwrCatalog.h:28
void deserialize(DtStreamReader &reader)
double myTimeout
Definition rwrCatalog.h:47
double myEffectiveRange
Definition rwrCatalog.h:46
bool myIsAThreat
Definition rwrCatalog.h:44
bool operator==(const EntityEntry &rhs) const
void serialize(DtStreamWriter &writer) const
std::string myEntityType
Definition rwrCatalog.h:43
std::string myDisplayText
Definition rwrCatalog.h:45
Definition rwrCatalog.h:54
DtEntityIdentifier myHostId
Definition rwrCatalog.h:57
std::vector< EntityEntry > myCatalog
Definition rwrCatalog.h:60
std::string myNonThreatColor
Definition rwrCatalog.h:59
bool operator==(const RwrCatalogData &rhs) const
std::string myThreatColor
Definition rwrCatalog.h:58
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.