VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrftasks
simReportCollection.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrftasks/vrftasksDefines.h
"
12
#include "
vrftasks/simReport.h
"
13
#include "
vrftasks/simReportList.h
"
14
15
18
class
DT_DLL_vrftasks
DtSimReportCollection
:
public
DtSimReport
19
{
20
public
:
23
DtSimReportCollection
(
const
DtString
& writeName =
"sim-reports"
,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtSimReportCollection
(
const
DtString
& writeName,
const
DtSimReportCollection
& orig,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
const
DtSimReportCollection
&
operator=
(
const
DtSimReportCollection
& orig);
32
33
static
DtSimReport
* creator();
34
35
virtual
void
clearNetRep
();
36
37
public
:
38
40
virtual
~
DtSimReportCollection
();
41
47
virtual
const
DtSimReportMessageType
&
type
()
const
;
48
51
virtual
void
setReports(
const
std::vector<DtSimReport*>&);
52
virtual
std::vector<DtSimReport*> reports()
const
;
53
58
virtual
DtSimReport
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
59
parentRegistry = 0)
const
;
60
61
virtual
int
netRepSize
()
const
;
62
63
virtual
bool
setFromNet
(
const
char
* contentBuffer,
64
unsigned
contentSize);
65
66
virtual
bool
setToNet
();
67
68
virtual
DtString
stringRep
()
const
;
69
70
protected
:
71
DtSimReportList
myReports
;
72
};
73
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)