Gocator Development Kit
Home
Topics
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Friends
Modules
Pages
GdkToolOutputCfg.h
Go to the documentation of this file.
1
/**
2
* @file GdkToolOutputCfg.h
3
* @brief Declares the GdkToolOutputCfg class.
4
*
5
* Copyright (C) 2015-2022 by LMI Technologies Inc. All rights reserved.
6
*/
7
#ifndef GDK_TOOL_OUTPUT_CFG_H
8
#define GDK_TOOL_OUTPUT_CFG_H
9
10
#include <
Gdk/GdkDef.h
>
11
12
/**
13
* Represents the configuration output object base class.
14
* This can be one of GdkMeasurementCfg, GdkFeatureCfg or
15
* GdkToolDataOutputCfg.
16
*
17
* @class GdkToolOutputCfg
18
* @ingroup Gdk-Config
19
*/
20
typedef
kPointer
GdkToolOutputCfg
;
21
22
GdkFx(
GdkToolOutputType
) GdkToolOutputCfg_OutputType(
GdkToolOutputCfg
config);
23
24
GdkFx(
k32s
) GdkToolOutputCfg_Id(
GdkToolOutputCfg
config);
25
26
GdkFx(const
kChar
*) GdkToolOutputCfg_Name(
GdkToolOutputCfg
config);
27
28
#endif
GdkDef.h
Essential Gdk declarations.
kPointer
GdkToolOutputCfg
Represents the configuration output object base class.
kChar
GdkToolOutputType
Represents tool output type.
k32s
Config
GdkToolOutputCfg.h