Main Page
Modules
Classes
Files
File List
File Members
SIMCA-Q
CInterface
SQBatchLevelModel.h
Go to the documentation of this file.
1
/*
2
Copyright (C) Sartorius Stedim Data Analytics AB 2017 -
3
*/
4
#ifndef _SQBATCHLEVELMODEL_H_
5
#define _SQBATCHLEVELMODEL_H_
6
7
#include "SQDef.h"
8
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
#ifdef _WIN32
17
#pragma pack(push, 8)
18
#endif
19
20
#include "
SQErrorCodes.h
"
21
#include "
SQModel.h
"
22
#include "
SQPrepareBatchPrediction.h
"
23
33
SQCEXPORT
SQ_ErrorCode
SQCDECL
SQ_IsBatchLevelModel
(
SQ_Model
pModel,
SQ_Bool
* bIsBLM);
34
49
SQCEXPORT
SQ_ErrorCode
SQCDECL
SQ_GetBatchVIP
(
SQ_Model
pModel,
int
iComponent,
int
iYTerm,
int
iPhase,
SQ_VectorData
* pVectorData);
50
60
SQCEXPORT
SQ_ErrorCode
SQCDECL
SQ_GetPrepareBatchPrediction
(
SQ_Model
pModel,
SQ_PrepareBatchPrediction
*pPreparePrediction);
61
70
SQCEXPORT
SQ_ErrorCode
SQCDECL
SQ_GetPhasesForBatchPrediction
(
SQ_Model
pModel,
SQ_StringVector
*pPhasesForBatchPredict);
71
74
#ifdef _WIN32
75
#pragma pack(pop)
76
#endif
77
78
#ifdef __cplusplus
79
}
80
#endif
/*__cplusplus*/
81
82
83
#endif
/* _SQBATCHLEVELMODEL_H_ */
SQ_Bool
enum SQ_BoolEnum SQ_Bool
SQ_GetBatchVIP
SQ_ErrorCode SQ_GetBatchVIP(SQ_Model pModel, int iComponent, int iYTerm, int iPhase, SQ_VectorData *pVectorData)
SQ_IsBatchLevelModel
SQ_ErrorCode SQ_IsBatchLevelModel(SQ_Model pModel, SQ_Bool *bIsBLM)
tagSQ_StringVector
Definition:
SQStringVector.h:27
tagSQ_PrepareBatchPrediction
Definition:
SQPrepareBatchPrediction.h:32
SQ_GetPhasesForBatchPrediction
SQ_ErrorCode SQ_GetPhasesForBatchPrediction(SQ_Model pModel, SQ_StringVector *pPhasesForBatchPredict)
SQ_ErrorCode
enum SQ_ErrorCodeEnum SQ_ErrorCode
SQ_GetPrepareBatchPrediction
SQ_ErrorCode SQ_GetPrepareBatchPrediction(SQ_Model pModel, SQ_PrepareBatchPrediction *pPreparePrediction)
SQErrorCodes.h
SQModel.h
tagSQ_ModelHandle
Definition:
SQModel.h:24
SQPrepareBatchPrediction.h
tagSQ_VectorData
Definition:
SQVectorData.h:29
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen