MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcPlay.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 
16 {
17 public:
18 
20  DtLgrPlayPdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
21 
23  DtLgrPlayPdu( const DtNetLgrControlPdu* initial,
24  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
25 
27  DtLgrPlayPdu( const DtEntityIdentifier& sender,
28  const DtEntityIdentifier& receiver,
29  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
30 
32  virtual ~DtLgrPlayPdu();
33 
35  DtLgrPlayPdu( const DtLgrPlayPdu& src );
36 
38  DtLgrPlayPdu& operator=( const DtLgrPlayPdu& src );
39 };
40 
Definition: lgrControlP.h:61
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:137
Instances of DtLgrPlayPdu tell a remote logger to begin recording.
Definition: lcPlay.h:15
Contains DtLgrControlPdu.
#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 Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)