VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifVrfObjectsDeleted.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 #pragma once
8 
11 #include <vlutil/vlString.h>
12 #include <vlpi/entityIdentifier.h>
13 
14 #include <vector>
15 
22 
24 {
25 public:
26 
29 
31  virtual ~DtIfVrfObjectsDeleted();
32 
35 
38 
40  virtual DtSimInterfaceContent * clone() const;
41 
44  virtual int type() const;
45 
47  virtual void addObject(const DtEntityIdentifier& objectIdentifier);
48  const std::vector<DtEntityIdentifier>& objectsDeleted() const;
49 
50  virtual int netRepSize() const;
51  virtual bool setFromNet(const char* contentBuffer,
52  unsigned contentSize);
53  virtual bool setToNet();
54 
55  virtual void printDataToString(DtString& str);
56 
57  static DtSimInterfaceContent* creator();
58 
59 protected:
60  std::vector<DtEntityIdentifier> myObjectsDeleted;
61 };
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
std::vector< DtEntityIdentifier > myObjectsDeleted
Definition: ifVrfObjectsDeleted.h:60
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
Definition: ifVrfObjectsDeleted.h:23
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)