MAK Data Logger API Documentation for HLA
legacyHlcInter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1997 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #ifndef DtLgcyLgrControlInteraction_H_
7 #define DtLgcyLgrControlInteraction_H_
8 
9 #if DtHLA
10 
12 #include <vl/hIntWEncDec.h>
13 #include "legacyLcPdu.h"
14 
17 
18 
21  void* usr );
22 
27 {
28 public:
29 
32 
34  virtual ~DtLgcyLgrControlInteraction();
35 
38 
41 
43  virtual void printData() const;
44 
46  virtual inline const DtLgcyLgrControlPdu* lcPdu() const { return myLcPdu; }
47  virtual void setLcPdu( const DtLgcyLgrControlPdu& pdu );
48  virtual void setFromNetPacket( const DtNetPacket* pack );
49 
51  virtual inline const char* name() const { return "DtLgcyLgrControlInteraction"; }
52 
53 public:
54 
57  static DtInteraction* create();
58 
61  static void addCallback( DtExerciseConn* conn,
62  DtLgcyLgrControlInteractionCb cb, void* usr );
63  static void removeCallback( DtExerciseConn* conn,
64  DtLgcyLgrControlInteractionCb cb, void* usr );
65 
66 protected:
67  virtual char* interactionClassToUse(DtExerciseConn* exConn) const;
68  virtual DtInteractionDecoder* createDecoder(DtExerciseConn* exConn) const;
69  virtual DtInteractionEncoder* createEncoder(DtExerciseConn* exConn) const;
70 
71 
72 protected:
74 };
75 
76 #endif
77 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)