bpod_core.constants

Constants and identifiers used throughout the package.

Module Attributes

STRUCT_BOOL

Compiled struct representing a boolean value.

STRUCT_UINT8

Compiled struct representing an unsigned 8-bit integer.

STRUCT_UINT16

Compiled struct representing an unsigned 16-bit integer.

STRUCT_UINT32

Compiled struct representing an unsigned 32-bit integer.

STRUCT_UINT64

Compiled struct representing an unsigned 64-bit integer.

STRUCT_INT8

Compiled struct representing a signed 8-bit integer.

STRUCT_INT16

Compiled struct representing a signed 16-bit integer.

STRUCT_INT32

Compiled struct representing a signed 32-bit integer.

STRUCT_INT64

Compiled struct representing a signed 64-bit integer.

IP_LOOPBACK

IPv4 loopback address.

IP_ANY

IPv4 wildcard address for binding to all interfaces.

VID_TEENSY

Vendor ID of Teensy microcontrollers.

Classes

PIDsTeensy

Product IDs of Teensy microcontrollers.