VR-Forces 4.1.1 Class Documentation
ifActionCategoriesResponse.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
12 
13 #include <map>
14 #include <string>
15 
24 
26 
27 #include "vrfmsgs/vrfmsgsDefines.h"
28 
30 {
31 public:
32  typedef std::pair<std::string, bool> ActionCategory;
33  typedef std::map<std::string, ActionCategory> ActionCategories;
34 
37 
40 
43 
46 
48  virtual int type() const;
49 
50  virtual DtSimInterfaceContent * clone() const;
51 
53  virtual const ActionCategories& actionCategories() const;
54  virtual void setActionCategories(const ActionCategories&);
55 
56  virtual int netRepSize() const;
57  virtual bool setFromNet(const char* contentBuffer,
58  unsigned contentSize);
59  virtual bool setToNet();
60 
61  virtual void printDataToString(DtString& str);
62 
63  static DtSimInterfaceContent* creator();
64 
65 protected:
67 };

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)