VR-Forces 4.1.1 Class Documentation
ifCapableTaskAndSetQuery.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifCapableTaskAndSetQuery.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfCapableTaskAndSetQuery_H_
13 #define DtIfCapableTaskAndSetQuery_H_
14 
16 #include "vrfmsgs/vrfmsgsDefines.h"
17 #include <vlutil/vlNetTypes.h>
18 
19 #include <vector>
20 
22 {
23 
24 public:
27 
30 
33 
34  virtual ~DtIfCapableTaskAndSetQuery();
35 
36  virtual int type() const;
37 
38  virtual DtSimInterfaceContent * clone() const;
39 
40  virtual void setEntityNameString(const DtString& entityNameString);
41  virtual void setEntityNames(const std::vector<DtString>& entityNames);
42  virtual void addEntity(const DtString&);
43  virtual void removeEntity(const DtString&);
44 
45  const std::vector<DtString>& entityNames() const
46  {
47  return myEntityNames;
48  }
49 
50  virtual int netRepSize() const;
51  virtual bool setFromNet(const char* contentBuffer,
52  unsigned contentSize);
53  virtual bool setToNet();
54 
55  virtual void printDataToString(DtString& str);
56 
57  static DtSimInterfaceContent* creator();
58 
59 protected:
60  std::vector<DtString> myEntityNames;
61 };
62 
63 #endif
64 

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)