SLProject 4.0.000
|
Classes | |
struct | WAIMapPointCoordinate |
Functions | |
static WAI::WAI | wai ("") |
WAI_API void | wai_setDataRoot (const char *dataRoot) |
WAI_API void | wai_setMode (WAI::ModeType modeType) |
WAI_API void | wai_getMapPoints (WAIMapPointCoordinate **mapPointCoordinatePtr, int *mapPointCount) |
WAI_API void | wai_releaseMapPoints (WAIMapPointCoordinate **mapPointCoordinatePtr) |
WAI_API void | wai_activateSensor (WAI::SensorType sensorType, void *sensorInfo) |
WAI_API void | wai_updateCamera (WAI::CameraFrame *frameRGB, WAI::CameraFrame *frameGray) |
WAI_API bool | wai_whereAmI (WAI::M4x4 *pose) |
WAI_API int | wai_getState (char *buffer, int size) |
WAI_API void | wai_registerDebugCallback (DebugLogCallback callback) |
Variables | |
static WAI::ModeOrbSlam2 * | mode = nullptr |
|
static |
WAI_API void wai_activateSensor | ( | WAI::SensorType | sensorType, |
void * | sensorInfo | ||
) |
WAI_API void wai_getMapPoints | ( | WAIMapPointCoordinate ** | mapPointCoordinatePtr, |
int * | mapPointCount | ||
) |
WAI_API int wai_getState | ( | char * | buffer, |
int | size | ||
) |
WAI_API void wai_registerDebugCallback | ( | DebugLogCallback | callback | ) |
WAI_API void wai_releaseMapPoints | ( | WAIMapPointCoordinate ** | mapPointCoordinatePtr | ) |
WAI_API void wai_setDataRoot | ( | const char * | dataRoot | ) |
WAI_API void wai_setMode | ( | WAI::ModeType | modeType | ) |
WAI_API void wai_updateCamera | ( | WAI::CameraFrame * | frameRGB, |
WAI::CameraFrame * | frameGray | ||
) |
|
static |