VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
managedInterface
messages
entitySubscriptionChange.h
Go to the documentation of this file.
1
/*********************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************************/
5
10
#pragma once
11
12
#include "
managedInterface/message.h
"
13
14
15
16
class
MANAGEDINTERFACE_DLL
EntitySubscriptionChangeMessage
:
public
DtMessage
17
{
18
public
:
19
20
21
22
23
EntitySubscriptionChangeMessage
();
24
virtual
~
EntitySubscriptionChangeMessage
();
25
26
virtual
bool
getSubscribed();
27
virtual
void
setSubscribed(
bool
val);
28
29
30
31
virtual
int
messageSize
();
32
33
static
DtMessage
* decode(
unsigned
char
* buffer,
int
length);
34
static
std::string theMessageName();
35
36
protected
:
37
static
std::string
theFullName
;
38
39
bool
mySubscribed
;
40
41
virtual
void
serialize
(
DtStreamWriter
& writer);
42
virtual
void
deserialize
(
DtStreamReader
& reader);
43
};
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)