SQBatchPrediction.h
Go to the documentation of this file.
1 /*
2 Copyright (C) Sartorius Stedim Data Analytics AB 2017 -
3 */
4 #ifndef _SQBATCHPREDICTION_H_
5 #define _SQBATCHPREDICTION_H_
6 
7 #include "SQDef.h"
8 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #ifdef _WIN32
18 #pragma pack(push, 8)
19 #endif
20 
21 #include "SQErrorCodes.h"
22 #include "SQPrediction.h"
23 
30  typedef struct tagSQ_BatchPrediction
31  {
33  void* reserved;
35 
45  SQCEXPORT SQ_ErrorCode SQCDECL SQ_ClearBatchPrediction(SQ_BatchPrediction* pPrediction);
46 
54  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchLevelPrediction(SQ_BatchPrediction pBatchPrediction, SQ_Prediction* pBLPrediction);
55 
64  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchEvolutionPrediction(SQ_BatchPrediction pBatchPrediction, int iModelNumber, SQ_Prediction* pBEMPrediction);
65 
68 #ifdef _WIN32
69 #pragma pack(pop)
70 #endif
71 
72 #ifdef __cplusplus
73 }
74 #endif /*__cplusplus*/
75 
76 #endif /* _SQBATCHPREDICTION_H_ */
SQ_BatchPrediction
struct tagSQ_BatchPrediction * SQ_BatchPrediction
tagSQ_BatchPrediction::reserved
void * reserved
Definition: SQBatchPrediction.h:33
SQPrediction.h
SQ_GetBatchEvolutionPrediction
SQ_ErrorCode SQ_GetBatchEvolutionPrediction(SQ_BatchPrediction pBatchPrediction, int iModelNumber, SQ_Prediction *pBEMPrediction)
SQ_GetBatchLevelPrediction
SQ_ErrorCode SQ_GetBatchLevelPrediction(SQ_BatchPrediction pBatchPrediction, SQ_Prediction *pBLPrediction)
tagSQ_BatchPrediction
Definition: SQBatchPrediction.h:30
SQ_ErrorCode
enum SQ_ErrorCodeEnum SQ_ErrorCode
tagSQ_Prediction
Definition: SQPrediction.h:30
SQ_ClearBatchPrediction
SQ_ErrorCode SQ_ClearBatchPrediction(SQ_BatchPrediction *pPrediction)
SQErrorCodes.h

Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen