|
||||
|
|
|
|
|
State | DEV_VOID | DEV_STATE | OPERATOR | This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Status | DEV_VOID | CONST_DEV_STRING | OPERATOR | This command gets the device status (stored in its device_status data member) and returns it to the caller. |
WriteFPGA | DEVVAR_ULONGARRAY | DEV_VOID | OPERATOR | Write data to FPGA. |
ReadFPGA | DEV_ULONG | DEV_ULONG | OPERATOR | Read data from FPGA. |
WriteEEPROM | DEVVAR_ULONGARRAY | DEV_VOID | OPERATOR | Write data to EEPROM |
ReadEEPROM | DEV_ULONG | DEV_ULONG | OPERATOR | Read data from EEPROM |
ResetFPGA | DEV_VOID | DEV_VOID | OPERATOR | Reset FPGA |
EPCSProgram | DEV_STRING | DEV_VOID | OPERATOR | Reprogram FPGA. Information read from external files: argument name epcs_output.hex FPGA is reset at the end. |
SSKRPIInit | DEV_VOID | DEV_VOID | OPERATOR | Command to initialize the SSKRPI. It is automatically called when the server is started. |