BlinkID C SDK
version 5.16.0
inc
Utils
Date.h
Go to the documentation of this file.
1
14
#ifndef UTILS_DATE_H_INCLUDED
15
#define UTILS_DATE_H_INCLUDED
16
17
#include <
Recognizer/Export.h
>
18
19
#ifdef _cplusplus
20
extern
"C"
21
{
22
#endif
23
28
struct
MBDate
29
{
33
int
day
;
34
38
int
month
;
39
43
int
year
;
44
48
int
successfullyParsed
;
49
54
char
const
*
originalString
;
55
57
int
empty
;
58
};
59
63
typedef
MB_EXPORTED_TYPE
struct
MBDate
MBDate
;
64
65
#ifdef _cplusplus
66
}
67
#endif
68
69
#endif
Export.h
MBDate
Date structure which can hold date information returned by recognizers.
Definition:
Date.h:29
MBDate::empty
int empty
Definition:
Date.h:57
MBDate::month
int month
Definition:
Date.h:38
MBDate::day
int day
Definition:
Date.h:33
MBDate::year
int year
Definition:
Date.h:43
MBDate::successfullyParsed
int successfullyParsed
Definition:
Date.h:48
MBDate::originalString
char const * originalString
Definition:
Date.h:54
Generated by
1.9.3