VR-Exchange 2.6 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
pBeFacilityObject.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/pBasicEncyclopediaObject.h
>
13
14
namespace
MAKVrExchange
15
{
16
21
class
DT_DLL_LIBPORTAL
DtPortalBeFacility
:
public
DtPortalBasicEncyclopedia
22
{
23
public
:
24
26
DtPortalBeFacility
();
27
29
virtual
~
DtPortalBeFacility
();
30
32
DtPortalBeFacility
(
const
DtPortalBeFacility
& );
33
35
DtPortalBeFacility
& operator = (
const
DtPortalBeFacility
& original );
36
39
40
int
operator == (
const
DtPortalBeFacility
& rightOperand )
const
;
41
int
operator != (
const
DtPortalBeFacility
& rightOperand )
const
;
42
44
47
49
DtDEC_ATTRIBUTE
(
DtString
, Number, number );
50
53
DtDEC_ATTRIBUTE
(
DtString
, Osuffix, oSuffix );
54
58
DtDEC_ATTRIBUTE
(
DtString
, CategoryCode, categoryCode );
59
61
DtDEC_ATTRIBUTE
( DtU32, StructuralStatus, structuralStatus );
62
64
66
public
:
67
68
static
const
DtPortalMessageKind
theKind
;
69
70
static
DtPortalMessage
* create();
71
72
virtual
unsigned
int
netSize()
const
;
73
virtual
void
writeSelfToBuffer(
void
* buffer,
int
bufferSize )
const
;
74
virtual
void
readSelfFromBuffer(
const
void
* buffer,
int
bufferSize );
75
76
virtual
std::ostream& printDataToStream( std::ostream& stream )
const
;
77
78
};
79
80
81
inline
DtPortalMessage
*
DtPortalBeFacility::create
()
82
{
83
return
new
DtPortalBeFacility
();
84
}
85
86
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)