MAK Data Logger API Documentation for HLA
legacyLcPlayAction.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrPlayActionPdu_H_
7 #define DtLgcyLgrPlayActionPdu_H_
8 
9 #include "legacyLcPdu.h"
10 
15 {
16 public:
17 
19  DtLgcyLgrPlayActionPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
20 
23  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24 
26  DtLgcyLgrPlayActionPdu( DtGlobalObjectDesignator& sender,
27  DtGlobalObjectDesignator& receiver, DtLgcyLgrMode mode,
28  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
29 
31  virtual ~DtLgcyLgrPlayActionPdu();
32 
35 
38 
40  virtual DtLgcyLgrMode action() const;
41  virtual void setAction( DtLgcyLgrMode cmd );
42 
44  virtual DtLgcyLgrIntParams* params() const;
45 
46 private:
49 };
50 
51 #endif

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)