VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
stateRepositoryExtensionDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2020 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#ifdef DtDIS
11
#pragma once
12
13
#include <
vlutil/vlMachineTypes.h
>
14
15
#include <
vl/stateRepository.h
>
16
17
class
DtPdu
;
18
class
DtPduWithAttributeRecordSets
;
19
class
DtPduFactory
;
21
class
DT_DLL_VL
DtStateRepositoryExtensionDecoder
22
{
23
public
:
24
virtual
~DtStateRepositoryExtensionDecoder
() {};
25
virtual
void
decode(
DtPdu
* pdu,
const
DtStateRepository
& stateRep) = 0;
26
virtual
DtStateRepositoryExtensionDecoder
* clone()
const
= 0;
27
};
28
#endif //DtDIS
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)