VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
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
22
#include <vrfExtProtocol/ifaceCont.h>
23
30
#include "
vrfmsgs/vrfmsgsDefines.h
"
31
class
DT_DLL_vrfmsgs
DtIfSensorDataUnsubscribe
:
public
DtSimInterfaceContent
32
{
33
34
public
:
36
DtIfSensorDataUnsubscribe
();
37
39
DtIfSensorDataUnsubscribe
(
const
DtIfSensorDataUnsubscribe
& orig);
40
42
const
DtIfSensorDataUnsubscribe
& operator=(
const
DtIfSensorDataUnsubscribe
& orig);
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
:
67
DtString
myObjectName
;
68
};
69
70
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)