Description

The ISystemDeviceInterface provides a means for devices to communicate directly with the Exodus Platform. The system communicates with devices over the IDevice interface, and devices communicate back with the system over this interface.

Path functions

Name Description
Public member GetCapturePath

Logging functions

Name Description
Public member WriteLogEvent

System execution functions

Name Description
Public member FlagStopSystem
Public member IsSystemRollbackFlagged
Public member SystemRollbackTime
Public member SetSystemRollback
Public member PerformingSingleDeviceStep

Input functions

Name Description
Public member TranslateKeyCode
Public member TranslateJoystickButton
Public member TranslateJoystickAxisAsButton
Public member TranslateJoystickAxis
Public member HandleInputKeyDown
Public member HandleInputKeyUp
Public member HandleInputAxisUpdate
Public member HandleInputScrollUpdate

See also