bpod_core.constants

Constants and identifiers used throughout the package.

Module Attributes

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.