VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
undwaAcEmissionSR.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vl/embedSystemSR.h
>
13
#include <
vl/eventId.h
>
14
18
class
DT_DLL_VL
DtUnderwaterAcousticsEmissionRepository
:
public
DtEmbeddedSystemRepository
19
{
20
public
:
21
23
DtUnderwaterAcousticsEmissionRepository
();
24
26
virtual
~
DtUnderwaterAcousticsEmissionRepository
();
27
29
DtUnderwaterAcousticsEmissionRepository
(
30
const
DtUnderwaterAcousticsEmissionRepository
& orig);
31
33
DtUnderwaterAcousticsEmissionRepository
&
operator=
(
34
const
DtUnderwaterAcousticsEmissionRepository
& orig);
35
37
virtual
DtStateRepository
*
clone
(
bool
copy)
const
;
38
40
static
DtUnderwaterAcousticsEmissionRepository
*
create
();
41
43
virtual
void
printData
()
const
;
44
46
virtual
void
printDataToStream
(std::ostream& stream)
const
;
47
49
virtual
void
setEventIdentifier(
const
DtEventId
& val);
50
52
virtual
const
DtEventId
& eventIdentifier()
const
;
53
54
protected
:
55
56
DtEventId
myEventIdentifier
;
57
58
};
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)