VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifExportComplete.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfmsgs/vrfmsgsDefines.h"
12 #include "vrfmsgs/messageTypes.h"
14 #include "vlutil/vlFilename.h"
15 #include <vlutil/vlInetAddr.h>
16 
20 
22 {
23 public:
24 
27 
29  virtual ~DtIfExportComplete();
30 
33 
36 
37  virtual DtSimInterfaceContent * clone() const;
38 
39  virtual int type() const;
40 
41  virtual int netRepSize() const;
42  virtual bool setFromNet(const char* contentBuffer,
43  unsigned contentSize);
44  virtual bool setToNet();
45 
46  virtual void printDataToString(DtString& str);
47 
48  static DtSimInterfaceContent* creator();
49 
50 public:
52  virtual void setFile(const DtFilename&);
53  virtual const DtFilename& file() const;
54 
56  virtual void setRequestId(int);
57  virtual int requestId() const;
58 
59 protected:
60  DtFilename myFile;
61  DtU32 myRequestId;
62 };
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
Sent when the export of the scenario file is complete.
Definition: ifExportComplete.h:21
#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)
DtU32 myRequestId
Definition: ifExportComplete.h:61
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
DtFilename myFile
Definition: ifExportComplete.h:60
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)