VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifOrbatResponseMessage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
8 #pragma once
9 
10 #include "vrfmsgs/vrfmsgsDefines.h"
11 #include "vrfmsgs/messageTypes.h"
15 
20 
22 {
23 public:
26 
29 
32 
33  virtual ~DtIfOrbatResponseMessage();
34 
36  virtual int type() const;
37 
38  virtual DtSimInterfaceContent * clone() const;
39 
40  virtual int netRepSize() const;
41  virtual bool setFromNet(const char* contentBuffer,
42  unsigned contentSize);
43  virtual bool setToNet();
44 
45  virtual void printDataToString(DtString& str);
46 
47  static DtSimInterfaceContent* creator();
48 
50  virtual DtU32 responseId() const;
51  virtual void setResponseId(DtU32);
52 
53  virtual void addOrbatData(const DtRwOrbatData&);
54  virtual void setOrbatData(const DtOrbatDataList&);
55  virtual const DtOrbatDataList& orbatData() const;
56 
57 protected:
58  DtU32 myResponseId;
60 
61  mutable DtU32 myUncompressedSize;
62  mutable DtU32 myCompressedSize;
63  mutable bool myCompressed;
64  mutable const char* myCompressedBuffer;
65 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)