adtf_file_library  0.13.2
legacy_utils4_utils5_types.h
Go to the documentation of this file.
1 
17 #ifndef ADTF_FILES_LEGACY_UTILS4_UTILS5_TYPES
18 #define ADTF_FILES_LEGACY_UTILS4_UTILS5_TYPES
19 
21 using tUInt8 = uint8_t;
22 using tInt8 = int8_t;
23 
24 using tUInt16 = uint16_t;
25 using tInt16 = int16_t;
26 
27 using tUInt32 = uint32_t;
28 using tInt32 = int32_t;
29 
30 using tUInt64 = uint64_t;
31 using tInt64 = int64_t;
32 
33 using tFloat64 = double;
34 using tFloat32 = float;
35 
36 using tTimeStamp = timestamp_t;
37 
38 using tResult = void*;
39 
40 using tChar = char;
41 
42 using tVoid = void;
43 
45 #endif

Copyright © CARIAD SE.
Generated on Mon Jun 10 2024 by doxygen 1.9.1
GIT Commit Hash: eb3af397a6b49ad6fcad9a60d8277d909b458b48