60 virtual const std::string&
type()
const override;
virtual double getValue() const
virtual const makVre::DtColor & getColor() const
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
DebugDrawGraphData getData() const
static makVre::DtVreMessage * decode(char *buffer, int length)
static DebugDrawGraphMessage * createFromData(const DebugDrawGraphData)
virtual void setValue(double val)
static const makVre::DtVreMessageId & theId()
bool operator==(const DebugDrawGraphMessage &rhs) const
static DebugDrawGraphMessage * createFrom(DebugDrawGraphMessage *)
DebugDrawGraphData myData
Definition debugDrawGraph.h:106
virtual const std::string & getGraph() const
virtual const std::string & type() const override
Get the name of the message type.
virtual void setLayerName(const std::string &val)
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
static UInt64 theVersionNumber()
virtual int messageSize() const override
Static decode function pattern for derived classes.
virtual void setGraph(const std::string &val)
virtual void setColor(const makVre::DtColor &val)
virtual const std::string & getLayerId() const
virtual void setDuration(double val)
static DebugDrawGraphMessage * create()
virtual double getDuration() const
static UInt64 theVersion
Definition debugDrawGraph.h:103
static makVre::DtVreMessageId theMessageId
Definition debugDrawGraph.h:102
virtual const std::string & getLayerName() const
virtual ~DebugDrawGraphMessage() override
DebugDrawGraphData getData()
static const std::string & theType()
static message identity functions
virtual void setLayerId(const std::string &val)
Class for representing and manipulating RGBA colors.
Definition color.h:22
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
Provides color representation and manipulation functionality.
Defines export macros for the VREngage Debug Manager library.
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 * DebugDrawGraphMessageType
Definition debugDrawGraph.h:27
Definition debugDrawGraph.h:36
bool operator==(const DebugDrawGraphData &rhs) const
makVre::DtColor myColor
Definition debugDrawGraph.h:43
std::string myLayerId
Definition debugDrawGraph.h:40
double myValue
Definition debugDrawGraph.h:42
double myDuration
Definition debugDrawGraph.h:44
std::string myGraph
Definition debugDrawGraph.h:41
std::string myLayerName
Definition debugDrawGraph.h:39
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.