VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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;
19 class DtPduFactory;
22 {
23 public:
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)