Skip to content

File GCTypes.h

FileList > include > SpinGenApi > GCTypes.h

Go to the source code of this file

  • #include "SpinnakerPlatform.h"
  • #include <stddef.h>
  • #include <inttypes.h>
  • #include <stdint.h>

Namespaces

Type Name
namespace Spinnaker
namespace GenICam

Classes

Type Name
struct Version_t

Macros

Type Name
define GC_INT32_MAX static\_cast&lt;int64\_t&gt;(0x000000007fffffffLL) /\* maximum signed int32 value \*/
define GC_INT32_MIN static\_cast&lt;int64\_t&gt;(0xffffffff80000000LL) /\* minimum signed int32 value \*/
define GC_INT64_MAX static\_cast&lt;int64\_t&gt;(0x7fffffffffffffffLL) /\* maximum signed int64 value \*/
define GC_INT64_MIN static\_cast&lt;int64\_t&gt;(0x8000000000000000LL) /\* minimum signed int64 value \*/
define GC_INT8_MAX static\_cast&lt;int64\_t&gt;(0x000000000000007fLL) /\* maximum signed int8 value \*/
define GC_INT8_MIN static\_cast&lt;int64\_t&gt;(0xffffffffffffff80LL) /\* minimum signed int8 value \*/
define GC_UINT32_MAX static\_cast&lt;uint64\_t&gt;(0x00000000ffffffffULL) /\* maximum unsigned int32 value \*/
define GC_UINT64_MAX static\_cast&lt;uint64\_t&gt;(0xffffffffffffffffULL) /\* maximum unsigned int64 value \*/
define GC_UINT8_MAX static\_cast&lt;uint64\_t&gt;(0x00000000000000ffULL) /\* maximum unsigned int8 value \*/
define __STDC_CONSTANT_MACROS
define __STDC_LIMIT_MACROS

Macro Definition Documentation

define GC_INT32_MAX

#define GC_INT32_MAX `static_cast<int64_t>(0x000000007fffffffLL) /* maximum signed int32 value */`

define GC_INT32_MIN

#define GC_INT32_MIN `static_cast<int64_t>(0xffffffff80000000LL) /* minimum signed int32 value */`

define GC_INT64_MAX

#define GC_INT64_MAX `static_cast<int64_t>(0x7fffffffffffffffLL) /* maximum signed int64 value */`

define GC_INT64_MIN

#define GC_INT64_MIN `static_cast<int64_t>(0x8000000000000000LL) /* minimum signed int64 value */`

define GC_INT8_MAX

#define GC_INT8_MAX `static_cast<int64_t>(0x000000000000007fLL) /* maximum signed int8 value */`

define GC_INT8_MIN

#define GC_INT8_MIN `static_cast<int64_t>(0xffffffffffffff80LL) /* minimum signed int8 value */`

define GC_UINT32_MAX

#define GC_UINT32_MAX `static_cast<uint64_t>(0x00000000ffffffffULL) /* maximum unsigned int32 value */`

define GC_UINT64_MAX

#define GC_UINT64_MAX `static_cast<uint64_t>(0xffffffffffffffffULL) /* maximum unsigned int64 value */`

define GC_UINT8_MAX

#define GC_UINT8_MAX `static_cast<uint64_t>(0x00000000000000ffULL) /* maximum unsigned int8 value */`

define __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS 

define __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS 


The documentation for this class was generated from the following file C:/workspace/include/SpinGenApi/GCTypes.h