60 virtual const std::string&
type()
const override;
75 virtual const std::vector<std::string>&
getPlugins()
const;
76 virtual void setPlugins(
const std::vector<std::string>& 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
bool operator==(const SetBackendConfigMessage &rhs) const
virtual void setApplicationId(int val)
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
virtual void setAdditionalCommandLineArguments(const std::string &val)
virtual void setShowConsole(bool val)
static SetBackendConfigMessage * create()
virtual bool getShowConsole() const
virtual ~SetBackendConfigMessage() override
static const std::string & theType()
static message identity functions
virtual int getSiteId() const
static SetBackendConfigMessage * createFrom(SetBackendConfigMessage *)
static makVre::DtVreMessageId theMessageId
Definition setBackendConfig.h:102
SetBackendConfigData myData
Definition setBackendConfig.h:106
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
static makVre::DtVreMessage * decode(char *buffer, int length)
virtual const std::vector< std::string > & getPlugins() const
static UInt64 theVersion
Definition setBackendConfig.h:103
SetBackendConfigData getData() const
virtual int getApplicationId() const
SetBackendConfigMessage()
virtual void setPlugins(const std::vector< std::string > &val)
static UInt64 theVersionNumber()
virtual const std::string & type() const override
Get the name of the message type.
virtual int getSessionId() const
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
virtual const std::string & getAdditionalCommandLineArguments() const
static const makVre::DtVreMessageId & theId()
SetBackendConfigData getData()
static SetBackendConfigMessage * createFromData(const SetBackendConfigData)
virtual void setSiteId(int val)
virtual int messageSize() const override
Static decode function pattern for derived classes.
virtual void setSessionId(int val)
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 * SetBackendConfigMessageType
Definition setBackendConfig.h:27
Definition setBackendConfig.h:36
bool operator==(const SetBackendConfigData &rhs) const
std::vector< std::string > myPlugins
Definition setBackendConfig.h:42
int mySessionId
Definition setBackendConfig.h:41
int myApplicationId
Definition setBackendConfig.h:40
std::string myAdditionalCommandLineArguments
Definition setBackendConfig.h:44
int mySiteId
Definition setBackendConfig.h:39
bool myShowConsole
Definition setBackendConfig.h:43
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.