GenICam Common Error Values. More...
#include <Base/GCTypes.h>
Go to the source code of this file.
Namespaces | |
GENICAM_NAMESPACE | |
Macros | |
#define | GC_GET_ERROR(ErrorCode) (((ErrorCode ) & 0xFFFF ) | 0xFFFF0000) |
#define | GC_IS_ERROR(ErrorCode) (((ErrorCode ) & 0x80000000) ? true : false) |
Typedefs | |
typedef int32_t | GENICAM_NAMESPACE::GC_ERROR |
Gen Cam Error. More... | |
#define GC_GET_ERROR | ( | ErrorCode | ) | (((ErrorCode ) & 0xFFFF ) | 0xFFFF0000) |