ARWrapper
Provides a C++ wrapper around ARToolKit and exposes a C and JNI API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Enumerations
Error.h File Reference

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
}
 

Detailed Description

Defines error codes used in the ARWrapper library.

Enumeration Type Documentation

anonymous enum
Enumerator
ARW_ERROR_NONE 
ARW_ERROR_GENERIC 
ARW_ERROR_OUT_OF_MEMORY 
ARW_ERROR_OVERFLOW 
ARW_ERROR_NODATA 
ARW_ERROR_IOERROR 
ARW_ERROR_EOF 
ARW_ERROR_TIMEOUT 
ARW_ERROR_INVALID_COMMAND 
ARW_ERROR_INVALID_ENUM 
ARW_ERROR_THREADS 
ARW_ERROR_FILE_NOT_FOUND 
ARW_ERROR_LENGTH_UNAVAILABLE 
ARW_ERROR_DEVICE_UNAVAILABLE