ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
|
Defines error codes used in the ARWrapper library. More...
Go to the source code of this file.
Enumerations | |
enum | { ARW_ERROR_NONE = 0, ARW_ERROR_GENERIC = -1, ARW_ERROR_OUT_OF_MEMORY = -2, ARW_ERROR_OVERFLOW = -3, ARW_ERROR_NODATA = -4, ARW_ERROR_IOERROR = -5, ARW_ERROR_EOF = -6, ARW_ERROR_TIMEOUT = -7, ARW_ERROR_INVALID_COMMAND = -8, ARW_ERROR_INVALID_ENUM = -9, ARW_ERROR_THREADS = -10, ARW_ERROR_FILE_NOT_FOUND = -11, ARW_ERROR_LENGTH_UNAVAILABLE = -12, ARW_ERROR_DEVICE_UNAVAILABLE = -13 } |
Defines error codes used in the ARWrapper library.
anonymous enum |