Native Framework Library Structures and Enumerations

The RTX64 Native Framework Library contains these structures and enumerations:

Structure Description
RTFW_CONSOLE_CONFIGURATION Represents the configuration of the RTX64 real-time output console.
RTFW_DEVICE

Represents a device owned by RTX64. Use the Windows Device Manager to convert ownership of a device from Windows to RTX64.

RTFW_EXCEPTION_HANDLING Represents the five possible exception handling modes in the RTX64 Subsystem.
RTFW_INTERRUPT_TYPE Represents the type of interrupt used by an RTX64 real-time network interface.
RTFW_IPV4_CONFIGURATION Represents an IPv4 address and a corresponding network mask for use in configuring real-time network interfaces.
RTFW_LOCAL_MEMORY_CONFIGURATION Represents the configuration of the RTX64 Local Memory pool.
RTFW_MONITOR_CONFIGURATION Represents the configuration of the RTX64 Monitoring Framework.
RTFW_MONITOR_STATUS Represents the state of the RTX64 Monitoring Framework.
RTFW_NETWORK_CONFIGURATION Represents the configuration of the RT-TCP/IP Stack. See structure RTFW_NETWORK_INTERFACE for configuration parameters specific to a network interface.
RTFW_NETWORK_INTERFACE Represents the configuration parameters of an RTX64 network interface.
RTFW_PRIORITY_INVERSION_PROTOCOL Represents the possible priority inversion protocols that the RTX64 Subsystem can use.
RTFW_RDT_FEATURE_MODE

Represents the state of the Intel® Resource Director Technology (RDT) features: 

    • Intel® Cache Allocation Technology (CAT) mode for performance differentiation among RTSS threads.
    • Intel® Memory Bandwidth Technology (MBA) mode for performance differentiation among RTSS threads.
RTFW_RDT_STATE Represents the state of Intel® Resource Director Technology (RDT) performance optimization.
RTFW_RESTART_TYPE Represents the type of restart (Subsystem or machine) that may be required for RTX64 Subsystem configuration changes to take effect.
RTFW_SCHEDULED_PROCESS Holds the data fields for a singe scheduled process.
RTFW_START_MODE Represents the different ways the RTX64 Subsystem and TCP/IP stack can start.
RTFW_SUBSYSTEM_CONFIGURATION Represents core RTX64 Subsystem configuration parameters. Other configuration parameters can be obtained and modified using other functions in this library.
RTFW_SUBSYSTEM_STATUS Represents the status of the RTX64 Subsystem.
RTFW_WATCHDOG_CONFIGURATION Represents the configuration of the RTX64 watchdog timer, which is used to detect runaway real-time threads.

SEE ALSO:

Native Framework Functions

Native Framework Error Codes