bpod_core.constants

Constants and identifiers used throughout the package.

Module Attributes

INT8_MIN

Minimum value for a signed 8-bit integer.

INT16_MIN

Minimum value for a signed 16-bit integer.

INT32_MIN

Minimum value for a signed 32-bit integer.

INT64_MIN

Minimum value for a signed 64-bit integer.

INT8_MAX

Maximum value for a signed 8-bit integer.

INT16_MAX

Maximum value for a signed 16-bit integer.

INT32_MAX

Maximum value for a signed 32-bit integer.

INT64_MAX

Maximum value for a signed 64-bit integer.

UINT8_MAX

Maximum value for an unsigned 8-bit integer.

UINT16_MAX

Maximum value for an unsigned 16-bit integer.

UINT32_MAX

Maximum value for an unsigned 32-bit integer.

FMT_UINT8

Format string for an unsigned 8-bit integer.

FMT_UINT16_LE

Format string for an unsigned 16-bit integer (little-endian).

FMT_UINT32_LE

Format string for an unsigned 32-bit integer (little-endian).

FMT_UINT64_LE

Format string for an unsigned 64-bit integer (little-endian).

FMT_INT8

Format string for a signed 8-bit integer.

FMT_INT16_LE

Format string for a signed 16-bit integer (little-endian).

FMT_INT32_LE

Format string for a signed 32-bit integer (little-endian).

FMT_INT64_LE

Format string for a signed 64-bit integer (little-endian).

STRUCT_UINT8

Compiled struct representing an unsigned 8-bit integer.

STRUCT_UINT16_LE

Compiled struct representing an unsigned 16-bit integer (little-endian).

STRUCT_UINT32_LE

Compiled struct representing an unsigned 32-bit integer (little-endian).

STRUCT_UINT64_LE

Compiled struct representing an unsigned 64-bit integer (little-endian).

STRUCT_INT8

Compiled struct representing a signed 8-bit integer.

STRUCT_INT16_LE

Compiled struct representing a signed 16-bit integer (little-endian).

STRUCT_INT32_LE

Compiled struct representing a signed 32-bit integer (little-endian).

STRUCT_INT64_LE

Compiled struct representing a signed 64-bit integer (little-endian).

IPV4_LOOPBACK

IPv4 loopback address.

IPV4_WILDCARD

IPv4 wildcard address for binding to all interfaces.

VID_TEENSY

Vendor ID of Teensy microcontrollers.

Classes

TeensyPID

Product IDs of Teensy microcontrollers.