VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifLoadedNavAreasResponse.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 
12 #include <vrfutil/rwInt.h>
13 #include <vrfutil/rwString.h>
14 #include <list>
25 #include "vrfmsgs/vrfmsgsDefines.h"
27 {
28 public:
29 
30  typedef std::pair<DtRwString, DtRwInt> LoadedNavArea;
31 
34 
36  virtual ~DtIfLoadedNavAreasResponse();
37 
40 
43 
45  virtual int type() const;
46 
47  virtual DtSimInterfaceContent * clone() const;
48 
49  virtual std::list<LoadedNavArea>& loadedNavAreas() { return myLoadedNavAreas; };
50 
51  virtual void addLoadedNavArea(const DtString& name, int debuggingPort = -1);
52 
53  virtual int netRepSize() const;
54  virtual bool setFromNet(const char* contentBuffer,
55  unsigned contentSize);
56  virtual bool setToNet();
57 
58  virtual void printDataToString(DtString& str);
59 
60  static DtSimInterfaceContent* creator();
61 
62 protected:
63  std::list<LoadedNavArea> myLoadedNavAreas;
64 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)