VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
myStateRepoExtDecoder.h
Go to the documentation of this file.
1 #ifdef DtDIS
2 #pragma once
3 
4 //Encoder base class defines an interface
7 
8 class myStateRepoExtensionDecoder : public DtStateRepositoryExtensionDecoder
9 {
10 public:
11 
12  ~myStateRepoExtensionDecoder();
13 
14  void decode(DtPdu * pdu, const DtStateRepository& stateRep);
15 
16  DtStateRepositoryExtensionDecoder* clone() const;
17 
18 protected:
19 
20 
21 };
22 #endif
This file declares the DtStateRepositoryExtensionDecoder.
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:41
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)