MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lcRecFile.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 #include <vlutil/vlFilename.h>
13 
19 {
20 public:
21 
23  DtLgrRecFilePdu( DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
24 
26  DtLgrRecFilePdu( const DtNetLgrControlPdu* initial,
27  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER, DtPduFactory* pduFactory = 0 );
28 
30  DtLgrRecFilePdu( const DtEntityIdentifier& sender,
31  const DtEntityIdentifier& receiver, const char* name,
32  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
33 
35  virtual ~DtLgrRecFilePdu();
36 
38  DtLgrRecFilePdu( const DtLgrRecFilePdu& src );
39 
42 
44  virtual const char* filename() const;
45  virtual void setFilename( const char* path );
46 
48  virtual DtLgrStringParams* params() const;
49 
51  virtual void printData() const;
52 
53 private:
55  DtFilename myFilename;
56 };
57 
Definition: lgrControlP.h:61
DtFilename myFilename
Parameter.
Definition: lcRecFile.h:55
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
Contains DtLgrControlPdu.
Definition: lgrControlP.h:21
Instances of DtLgrRecFilePdu are used to switch a remote logger to recording-mode and to set the file...
Definition: lcRecFile.h:18
#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)