Enums#

enum PIXIE_BOOT_MODE#

An enumeration listing out the various boot modes that are available. This enumeration replaces the old boot flags. The previous flags allowed users to potentially put the system into a state that prevented proper operation. These flags now represent the most commonly used boot procedures in use.

enumerator PIXIE_BOOT_PROBE#

Probe the modules to see if they are online. No other action is performed.

enumerator PIXIE_BOOT_RESET_LOAD#

Reset the programmable devices on a module and load them. If settings are provided import them and synchronize the settings with the hardware.

enumerator PIXIE_BOOT_SETTINGS_LOAD#

Import the settings and synchronize the settings with the hardware. The module must be online.

enum PIXIE_INSTALL_PATH#

An enumeration containing installation path choices for firmware finding.

enumerator PIXIE_PATH_FIRMWARE_DEFAULT#

The default path to search for the Pixie-16 Firmware on a system.

enum PIXIE_SYSCTL_FORMAT#

An enumeration containing known formats for the System Control functions.

enumerator PIXIE_SYSCTL_FORMAT_TEXT#

The report shall be a single text string with variables delimited by a host newline character sequence.

enumerator PIXIE_SYSCTL_FORMAT_JSON#

The report shall be a single text string of JSON formatted data.