SQBatchDataset.h
Go to the documentation of this file.
1 /*
2 Copyright (C) Sartorius Stedim Data Analytics AB 2017 -
3 */
4 #ifndef _SQBATCHDATASET_H_
5 #define _SQBATCHDATASET_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 "SQDataset.h"
23 
26  /*******************************************************************************************
27  *
28  * Functions for a observation level datasets
29  *
30  * All these functions are only valid if the dataset type is SQ_D_ObservationLevel
31  *
32  ********************************************************************************************/
33 
41  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetBatchID(SQ_Dataset pDataset, int *piBatchID);
49  SQCEXPORT SQ_ErrorCode SQCDECL SQ_GetPhaseID(SQ_Dataset pDataset, int *piPhaseID);
50 
51 
54 #ifdef _WIN32
55 #pragma pack(pop)
56 #endif
57 
58 #ifdef __cplusplus
59 }
60 #endif /*__cplusplus*/
61 
62 
63 #endif /* _SQDATASET_H_ */
SQ_GetPhaseID
SQ_ErrorCode SQ_GetPhaseID(SQ_Dataset pDataset, int *piPhaseID)
tagSQ_Dataset
Definition: SQDataset.h:31
SQDataset.h
SQ_ErrorCode
enum SQ_ErrorCodeEnum SQ_ErrorCode
SQ_GetBatchID
SQ_ErrorCode SQ_GetBatchID(SQ_Dataset pDataset, int *piBatchID)
SQErrorCodes.h

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