Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKCommonTypes.h
Go to the documentation of this file.
1// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten.
2// Generated from SchemasV3/CoreSchemas/schemas/CommonTypes.yaml
6
7#pragma once
8#ifndef SCANBOTSDK_COMMONTYPES_H
9#define SCANBOTSDK_COMMONTYPES_H
10
11
12#include <stdbool.h>
13#include <stddef.h>
14#include <stdint.h>
15#include <ScanbotSDKErrorCode.h>
16#include <ScanbotSDKDefs.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22
46
56
57#ifdef __cplusplus
58} /* extern "C" */
59#endif
60
61#endif /* SCANBOTSDK_COMMONTYPES_H */
ScanbotSDK Error Code C API.
scanbotsdk_error_code_t
The error codes returned by most of the Scanbot SDK functions.
Definition ScanbotSDKErrorCode.h:25
scanbotsdk_processing_mode_t
scanbotsdk_processing_mode_t enum
Definition ScanbotSDKCommonTypes.h:30
SBSDK_API scanbotsdk_error_code_t scanbotsdk_processing_mode_t_to_string(scanbotsdk_processing_mode_t value, const char **result)
Returns the string representation of the given scanbotsdk_processing_mode_t value.
@ SCANBOTSDK_PROCESSING_MODE_AUTO
Definition ScanbotSDKCommonTypes.h:43
@ SCANBOTSDK_PROCESSING_MODE_LIVE
Definition ScanbotSDKCommonTypes.h:35
@ SCANBOTSDK_PROCESSING_MODE_SINGLE_SHOT
Definition ScanbotSDKCommonTypes.h:38