|
ifw-fcf
2.0.0
|
Device Simulator class for the Standard Shutter Device. More...
Public Member Functions | |
| def | __init__ |
| Initialise the Shutter Device simulator class; set the members. More... | |
| def | initialise |
| Initialise various parameters of the simulated device. More... | |
| def | data_change_handler |
| Invoked when subscribed nodes changes value. More... | |
| def | sim_thr_user |
| Simulation Thread to simulated when the motor is moving. More... | |
| def | RPC_Close |
| def | RPC_Open |
Public Attributes | |
| cycle_counter | |
Static Public Attributes | |
| int | RPC_RET_SHUTTER_STILL_OPENING = -4 |
| Shutter RPC return codes: More... | |
| int | RPC_RET_SHUTTER_STILL_CLOSING = -5 |
| int | RPC_RET_SHUTTER_SHUTTER_LOCAL = -6 |
Device Simulator class for the Standard Shutter Device.
| def fcfDevsimShutter.DeviceSimulatorShutter.__init__ | ( | self | ) |
Initialise the Shutter Device simulator class; set the members.
| def fcfDevsimShutter.DeviceSimulatorShutter.data_change_handler | ( | self, | |
| node, | |||
| value, | |||
| data | |||
| ) |
Invoked when subscribed nodes changes value.
| def fcfDevsimShutter.DeviceSimulatorShutter.initialise | ( | self | ) |
Initialise various parameters of the simulated device.
| def fcfDevsimShutter.DeviceSimulatorShutter.RPC_Close | ( | self, | |
| parent | |||
| ) |
| def fcfDevsimShutter.DeviceSimulatorShutter.RPC_Open | ( | self, | |
| parent | |||
| ) |
| def fcfDevsimShutter.DeviceSimulatorShutter.sim_thr_user | ( | self | ) |
Simulation Thread to simulated when the motor is moving.
| fcfDevsimShutter.DeviceSimulatorShutter.cycle_counter |
|
static |
|
static |
|
static |
Shutter RPC return codes:
1.8.5