VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifLaunchGlobalPlan.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include "vrfmsgs/vrfmsgsDefines.h"
15 #include <vrfutil/rwUUID.h>
16 
19 {
20 
21 public:
24 
27 
30 
31  virtual ~DtIfLaunchGlobalPlan();
32 
33  virtual int type() const;
34 
35  virtual DtSimInterfaceContent * clone() const;
36 
38 
39 
41  virtual const DtUUID& planName() const;
42 
44  virtual void setPlanName(const DtUUID& name);
46 
47  virtual int netRepSize() const;
48  virtual bool setFromNet(const char* contentBuffer,
49  unsigned contentSize);
50  virtual bool setToNet();
51 
52  virtual void printDataToString(DtString& str);
53 
54  static DtSimInterfaceContent* creator();
55 
56 protected:
58 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)