VR-Forces 4.1 Class Documentation
ifSensorDataUnsubscribe.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifSensorDataUnsubscribe.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef ifSensorDataUnsubscribe_H_
20 #define ifSensorDataUnsubscribe_H_
21 
23 
30 #include "vrfmsgs/vrfmsgsDefines.h"
32 {
33 
34 public:
37 
40 
43 
44  virtual ~DtIfSensorDataUnsubscribe();
45 
46  virtual int type() const;
47 
48  virtual DtSimInterfaceContent * clone() const;
49 
51  virtual void setObjectName(const DtString& name);
52  virtual DtString objectName() const;
53 
54  virtual int netRepSize() const;
55 
56  virtual bool setFromNet(const char* contentBuffer,
57  unsigned contentSize);
58 
59  virtual bool setToNet();
60 
62  virtual void printDataToString(DtString& str);
63 
64  static DtSimInterfaceContent* creator();
65 
66 protected:
68 };
69 
70 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)