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
include
portal
pInteraction.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/pMessage.h
>
13
14
namespace
MAKVrExchange
15
{
16
21
class
DT_DLL_LIBPORTAL
DtPortalInteraction
:
public
DtPortalMessage
22
{
23
24
public
:
25
27
DtPortalInteraction
(
DtPortalMessageKind
kind,
const
DtString
& name );
28
30
DtPortalInteraction
(
const
DtPortalInteraction
& other );
31
33
virtual
~
DtPortalInteraction
();
34
36
virtual
DtPortalInteraction
& operator = (
const
DtPortalInteraction
& other );
37
40
44
DtDEC_ATTRIBUTE
(
DtString
, Name, name );
45
47
DtDEC_ATTRIBUTE
(
DtAttributeValuePairList
, AttributeValuePairList,
48
attributeValuePairList );
49
51
53
public
:
54
55
virtual
unsigned
int
netSize()
const
;
56
virtual
void
writeSelfToBuffer(
void
* buffer,
int
bufferSize )
const
;
57
virtual
void
readSelfFromBuffer(
const
void
* buffer,
int
bufferSize );
58
59
virtual
std::ostream& printDataToStream( std::ostream& str )
const
;
60
61
private
:
62
64
int
operator == (
const
DtPortalInteraction
& other );
65
67
int
operator != (
const
DtPortalInteraction
& other );
68
69
};
70
71
}
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
)