MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcPlayAction.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "lcPdu.h"
12 
17 {
18 public:
19 
21  DtLgrPlayActionPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
22 
24  DtLgrPlayActionPdu( const DtNetLgrControlPdu* initial,
25  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
26 
28  DtLgrPlayActionPdu( const DtEntityIdentifier& sender,
29  const DtEntityIdentifier& receiver, DtLgrMode mode,
30  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
31 
33  virtual ~DtLgrPlayActionPdu();
34 
37 
40 
42  virtual DtLgrMode action() const;
43  virtual void setAction( DtLgrMode cmd );
44 
46  virtual DtLgrIntParams* params() const;
47 
48 private:
51 };
52 
DtLgrMode
General operation modes.
Definition: lcPdu.h:62
Definition: lgrControlP.h:61
DtLgrMode myAction
Parameter.
Definition: lcPlayAction.h:50
DtLgrControlPdu & operator=(const DtLgrControlPdu &src)
assignment operator
Instances of DtLgrControlPdu are a family of messages used to control a remote instance of the MAK-Lo...
Definition: lcPdu.h:139
Instances of DtLgrPlayActionPdu are to tell a remote logger what action to take initially when set to...
Definition: lcPlayAction.h:16
Contains DtLgrControlPdu.
Definition: lgrControlP.h:40
#define DT_DLL_LOGGERCONTROL
Include vlconfig.h to get relivant platform info like if we need declspec stuff or not...
Definition: loggerControlDefines.h:31

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)