12 #ifndef __LIDAR_VERSION_H__ 13 #define __LIDAR_VERSION_H__ 17 LT_BEGIN_LIDAR_NAMESPACE
133 LT_END_LIDAR_NAMESPACE
135 #endif // __LIDAR_VERSION_H__
static void getSDKVersion(int &major, int &minor, int &age, int &build)
Get the SDK Version.
Functions for geting the SDK version and MrSID file version.
static int getSDKMinorVersion(void)
Get the SDK's Minor Version.
static const char *const getSDKVersionString(void)
Get the SDK Version String.
static int getSDKBuildNumber(void)
Get the SDK's Build Number.
static bool getMrSIDFileVersion(const char *path, int &version, bool &raster)
Get the MrSID file version.
static const char *const getSDKBuildDate(void)
Get when the SDK was built.
static int getSDKMajorVersion(void)
Get the SDK's Major Version.
IO is the base class for binary input and output.
unsigned char lt_uint8
unsigned 8-bit integer
static int getSDKVersionAge(void)
Get the SDK's Version Age.