VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifSetSubordinateOrder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vector>
12 
14 #include <vrfutil/rwUUID.h>
15 #include <vlpi/entityIdentifier.h>
16 
27 #include "vrfmsgs/vrfmsgsDefines.h"
29 {
30 public:
31 
34 
36  virtual ~DtIfSetSubordinateOrder();
37 
40 
43 
45  virtual DtSimInterfaceContent * clone() const;
46 
49  virtual int type() const;
50 
54  virtual void setSuperior(const DtUUID&);
55 
57  virtual const DtUUID& superior() const;
58 
59  virtual void setSubordinateOrderedList(const std::vector<DtEntityIdentifier>& orderedList);
60  virtual const std::vector<DtEntityIdentifier>& subordinateOrderedList() const;
61 
62  virtual int netRepSize() const;
63  virtual bool setFromNet(const char* contentBuffer,
64  unsigned contentSize);
65  virtual bool setToNet();
66 
67  virtual void printDataToString(DtString& str);
68 
69  static DtSimInterfaceContent* creator();
70 
71 protected:
72 
74  std::vector<DtEntityIdentifier> mySubordinateOrderedList;
75 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)