VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifScenarioStatusRequest.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfmsgs/vrfmsgsDefines.h"
12 #include "vrfmsgs/messageTypes.h"
13 #include <vrfExtProtocol/simInterfaceContent.h>
14 #include <vlpi/netStructs.h>
15 
25 
27 {
28 public:
29 
32 
34  virtual ~DtIfScenarioStatusRequest();
35 
38 
41 
43  virtual int type() const;
44 
45  virtual DtSimInterfaceContent * clone() const;
46 
47  virtual int netRepSize() const;
48  virtual bool setFromNet(const char* contentBuffer,
49  unsigned contentSize);
50  virtual bool setToNet();
51 
52  static DtSimInterfaceContent* creator();
53 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)