iDRS™ SDK 16
Loading...
Searching...
No Matches
COutputParams_interface.h
Go to the documentation of this file.
1
7#ifndef COUTPUTPARAMS_INTERFACE_H
8
9#define COUTPUTPARAMS_INTERFACE_H
10
11#include "CObjPtr_interface.h"
14#include "ArrayInterface.h"
15
16#include "idrs_common.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
29enum OutputFormat COutputParams_GetOutputFormat(const COutputParams argCOutputParams, idrs_exception *pargException);
30
42void COutputParams_SetIdentifier(COutputParams argCOutputParams, const idrs_string strIdentifier, idrs_exception *pargException);
43
51const idrs_string COutputParams_GetIdentifier(const COutputParams argCOutputParams, idrs_exception *pargException);
52
61COutputParamsArray ArrayInterface_Create_COutputParamsArray(idrs_exception *pargException);
62
63#ifdef __cplusplus
64}
65#endif /* __cplusplus */
66
67#endif /* COUTPUTPARAMS_INTERFACE_H */
Interface for TObjPtrArray wrapper.
Interface for CObjPtr wrapper.
const idrs_string COutputParams_GetIdentifier(const COutputParams argCOutputParams, idrs_exception *pargException)
Gets the output params identifier.
enum OutputFormat COutputParams_GetOutputFormat(const COutputParams argCOutputParams, idrs_exception *pargException)
gets the output format.
void COutputParams_SetIdentifier(COutputParams argCOutputParams, const idrs_string strIdentifier, idrs_exception *pargException)
Sets a specific identifier to the output params.
COutputParamsArray ArrayInterface_Create_COutputParamsArray(idrs_exception *pargException)
Creates a new COutputParamsArray object.
Interface for EnumDefinitions wrapper.
OutputFormat
Definition of all output formats supported by the iDRS.
Definition EnumDefinitions_interface.h:2093
COutputParams class is the base class for different output classes.
Class that handles a string of characters.
Interface for idrs_string wrapper.