VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfmsgs
ifSavedSimulationObjectGroup.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#include "
vrfmsgs/vrfmsgsDefines.h
"
16
#include <
vrfExtProtocol/simInterfaceContent.h
>
17
18
#include <boost/unordered_set.hpp>
19
#include <vlutil/vlString.h>
20
#include <
vrfutil/rwUUID.h
>
21
24
class
DT_DLL_vrfmsgs
DtIfSavedSimulationObjectGroup
:
public
DtSimInterfaceContent
25
{
26
public
:
27
typedef
boost::unordered_set<DtUUID>
UUIDsInGroupSet
;
28
30
DtIfSavedSimulationObjectGroup
();
31
33
DtIfSavedSimulationObjectGroup
(
const
DtIfSavedSimulationObjectGroup
& orig);
34
36
DtIfSavedSimulationObjectGroup
&
operator=
(
const
DtIfSavedSimulationObjectGroup
& orig);
37
38
virtual
~
DtIfSavedSimulationObjectGroup
();
39
40
virtual
int
type
()
const
;
41
42
virtual
DtSimInterfaceContent
*
clone
()
const
;
43
44
virtual
int
netRepSize
()
const
;
45
virtual
bool
setFromNet
(
const
char
* contentBuffer,
46
unsigned
contentSize);
47
virtual
bool
setToNet
();
48
49
virtual
void
printDataToString
(
DtString
& str);
50
51
static
DtSimInterfaceContent
* creator();
52
53
virtual
void
setUUIDsInGroup(
const
UUIDsInGroupSet
&);
54
virtual
const
UUIDsInGroupSet
& uuidsInGroup()
const
;
55
56
virtual
const
DtString
&
error
()
const
;
57
virtual
void
setError(
const
DtString
&
error
);
58
59
protected
:
60
UUIDsInGroupSet
myUUIDsInGroupSet
;
61
DtString
myError
;
62
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)