Go to the documentation of this file.
43 #ifndef GNSSTK_GNSSTKPLATFORM_H
44 #define GNSSTK_GNSSTKPLATFORM_H
50 #define HAVE_STRING_H 1
51 #define STDC_HEADERS 1
55 typedef signed char int8_t;
56 typedef signed short int16_t;
57 typedef signed int int32_t;
58 typedef unsigned char uint8_t;
59 typedef unsigned short uint16_t;
60 typedef unsigned int uint32_t;
61 typedef signed __int64 int64_t;
62 typedef unsigned __int64 uint64_t;
63 #elif(_MSC_VER <= 1500)
64 typedef signed __int8 int8_t;
65 typedef signed __int16 int16_t;
66 typedef signed __int32 int32_t;
67 typedef unsigned __int8 uint8_t;
68 typedef unsigned __int16 uint16_t;
69 typedef unsigned __int32 uint32_t;
70 typedef signed __int64 int64_t;
71 typedef unsigned __int64 uint64_t;
77 #include <sys/timeb.h>
79 #elif defined __SUNPRO_CC
81 #include <sys/types.h>
82 #include <sys/timeb.h>
90 #endif // GNSSTK_GNSSTKPLATFORM_H
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39