SQBatchModel.h
Go to the documentation of this file.
1 /*
2 Copyright (C) Sartorius Stedim Data Analytics AB 2017 -
3 */
4 #ifndef _SQBATCHMODEL_H_
5 #define _SQBATCHMODEL_H_
6 
7 #include "SQDef.h"
8 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
18 #ifdef _WIN32
19 #pragma pack(push, 8)
20 #endif
21 
26  typedef struct tagSQ_BatchModel
27  {
29  void* reserved;
30  } *SQ_BatchModel;
31 
32 #include "SQErrorCodes.h"
33 #include "SQModel.h"
34 
42  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetNumberOfBLM(SQ_BatchModel pBatchModel, int* piNumBLM);
43 
52  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchLevelModelNumber(SQ_BatchModel pBatchModel, int iBLMIndex, int* piBLModelNumber);
53 
62  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchLevelModel(SQ_BatchModel pBatchModel, int iBLModelNumber, SQ_Model* pBatchLevelModel);
63 
71  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetNumberOfBEM(SQ_BatchModel pBatchModel, int* piNumBEM);
72 
81  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchEvolutionModelNumber(SQ_BatchModel pBatchModel, int iBEMIndex, int* piBEModelNumber);
82 
91  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchEvolutionModel(SQ_BatchModel pBatchModel, int iBEModelNumber, SQ_Model* pBatchEvolutionModel);
92 
95 #ifdef _WIN32
96 #pragma pack(pop)
97 #endif
98 
99 #ifdef __cplusplus
100 }
101 #endif /*__cplusplus*/
102 
103 
104 #endif /* _SQBATCHMODEL_H_ */
SQ_GetNumberOfBEM
SQ_ErrorCode SQ_GetNumberOfBEM(SQ_BatchModel pBatchModel, int *piNumBEM)
SQ_BatchModel
struct tagSQ_BatchModel * SQ_BatchModel
SQ_GetBatchLevelModelNumber
SQ_ErrorCode SQ_GetBatchLevelModelNumber(SQ_BatchModel pBatchModel, int iBLMIndex, int *piBLModelNumber)
tagSQ_BatchModel::reserved
void * reserved
Definition: SQBatchModel.h:29
SQ_GetNumberOfBLM
SQ_ErrorCode SQ_GetNumberOfBLM(SQ_BatchModel pBatchModel, int *piNumBLM)
SQ_GetBatchLevelModel
SQ_ErrorCode SQ_GetBatchLevelModel(SQ_BatchModel pBatchModel, int iBLModelNumber, SQ_Model *pBatchLevelModel)
SQ_GetBatchEvolutionModel
SQ_ErrorCode SQ_GetBatchEvolutionModel(SQ_BatchModel pBatchModel, int iBEModelNumber, SQ_Model *pBatchEvolutionModel)
SQ_GetBatchEvolutionModelNumber
SQ_ErrorCode SQ_GetBatchEvolutionModelNumber(SQ_BatchModel pBatchModel, int iBEMIndex, int *piBEModelNumber)
SQ_ErrorCode
enum SQ_ErrorCodeEnum SQ_ErrorCode
tagSQ_BatchModel
Definition: SQBatchModel.h:26
SQErrorCodes.h
SQModel.h
tagSQ_ModelHandle
Definition: SQModel.h:24

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