VR-Link API Documentation for HLA 1516
pduDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2013 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
8 
9 #pragma once
10 
11 #include <vlutil/vlMachineTypes.h>
12 #include <vl/exerciseConnDIS.h>
13 
14 class DtPdu;
15 class DtPduWithAttributeRecordSets;
16 class DtPduFactory;
19 {
20 public:
21  virtual void decode(DtPdu * pdu, DtPduFactory* pduFactory = 0) = 0;
22  virtual DtPduDecoder* clone() const = 0;
23 };

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)