VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSystemMessage.h
Go to the documentation of this file.
1 
9 
10 #pragma once
11 
14 
15 #include <matrix/vlVector.h>
16 
17 #include <string>
18 
19 namespace makVrf
20 {
23 {
24  public:
27  virtual ~DtHeartbeatMessage();
28 
30  virtual int messageSize();
32  static DtBaseMessage* decode(unsigned char* buffer, int length);
34  virtual DtBaseMessage* clone();
35 
36  protected:
37  virtual void serialize(DtStreamWriter& writer);
38  virtual void deserialize(DtStreamReader& reader);
39 };
40 }
41 
#define DT_DLL_DEBUGDRAWCONNECTOR
Definition: export.h:15
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: vrfMessage.h:25
Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream ...
Definition: byteStream.h:27
** Copyright (c) 2019 MAK Technologies, Inc. ** All rights reserved.
Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in lit...
Definition: byteStream.h:74
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
DtHeatbeatMessage is sent periodically to ensure that connections are good.
Definition: vrfSystemMessage.h:22

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)