7#ifndef COUTPUTPARAMS_INTERFACE_H
9#define 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.