MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrExportType.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrExportType_H_
10 #define lgrExportType_H_
11 
12 #include <lgrCore/lgrCore.h>
13 #include <vlutil/vlString.h>
14 
15 namespace MAKLogger
16 {
17 
20 {
21 public:
22 
25 
27  DtLgrExportType(const DtString& name, const DtString& filter,
28  bool offsetData, bool generateData, int exportType);
29 
31  DtLgrExportType(const DtLgrExportType& orig);
32 
34  DtLgrExportType& operator=(const DtLgrExportType& orig);
35 
37  virtual ~DtLgrExportType();
38 
39 
42  virtual const DtString& name() const;
43 
49  virtual const DtString& destinationFilter() const;
50 
57  virtual bool offsetData() const;
58 
65  virtual bool generateData() const;
66 
68  virtual int exportType() const;
69 
70 protected:
71  DtString myName;
72  DtString myFilter;
76 };
77 
78 }
79 
80 #endif
81 
bool myOffsetDataFlag
Definition: lgrExportType.h:73
bool myGenerateDataFlag
Definition: lgrExportType.h:74
DtString myFilter
Definition: lgrExportType.h:72
DtString myName
Definition: lgrExportType.h:71
#define DT_DLL_LGRCORE
Definition: lgrCore.h:19
int myExportType
Definition: lgrExportType.h:75
A Class which stores the setting for a specific type of data export.
Definition: lgrExportType.h:19
Contains lgrCore library definitions.

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)