VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
brokers
ddsBroker
vlOpenSplice
ddsBroker/vlOpenSplice/reflectedObject.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vlOpenSplice/dllExport.h
>
13
#include <vlpi/entityIdentifier.h>
14
15
namespace
MAKVrExchange
16
{
17
18
namespace
DtDdsBroker
19
{
20
23
class
DT_DLL_OPENSPLICE
DtReflectedObject
24
{
25
public
:
26
28
DtReflectedObject
();
29
31
virtual
~
DtReflectedObject
();
32
33
virtual
const
DtEntityIdentifier& entityId()
const
= 0;
34
virtual
const
DtEntityIdentifier& globalId()
const
= 0;
35
36
private
:
37
39
DtReflectedObject
(
const
DtReflectedObject
& other );
40
42
DtReflectedObject
& operator = (
const
DtReflectedObject
& other );
43
44
};
45
46
}
47
}
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)