devmgr | |
client | |
src | |
main.cpp | Main source file |
wscript | |
common | |
src | |
include | |
fcf | |
devmgr | |
common | |
actionMgr.hpp | ActionMgr class header file |
actionsEnable.hpp | ActionsEnable class source file |
actionsInit.hpp | ActionsInit class source file |
actionsRecover.hpp | ActionsRecover class source file |
actionsSetup.hpp | ActionsSetup class source file |
actionsStd.hpp | ActionsStd class header file |
activityEnabling.hpp | ActionsStd class header file |
activityInitialising.hpp | ActionsStd class header file |
activityRecovering.hpp | ActionsStd class header file |
config.hpp | Config class header file |
configSet.hpp | ConfigSet class header file |
dataContext.hpp | DataContext class header file |
dbInterface.hpp | DbInterface class header file |
device.hpp | Device class header file |
deviceConfig.hpp | DeviceConfig class header file |
deviceFacade.hpp | DeviceFacade class header file |
deviceFactory.hpp | DeviceFactory class header file |
deviceLcsIf.hpp | DeviceLcsIf class header file |
deviceMaker.hpp | DeviceMaker class header file |
iConfig.hpp | IConfig class header file |
iDevice.hpp | Device class header file |
iDeviceConfig.hpp | IDeviceConfig class header file |
iDeviceMaker.hpp | Config class header file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
taskSetup.hpp | TaskSetup class header file |
actionMgr.cpp | ActionMgr class source file |
actionsEnable.cpp | ActionsEnable class source file |
actionsInit.cpp | ActionsInit class source file |
actionsRecover.cpp | ActionsRecover class source file |
actionsSetup.cpp | ActionsSetup class source file |
actionsStd.cpp | ActionsStd class source file |
activityEnabling.cpp | ActivityEnabling class source file |
activityInitialising.cpp | ActivityInitialising class source file |
activityRecovering.cpp | ActivityRecovering class source file |
config.cpp | Config class source file |
dataContext.cpp | DataContext class source file |
dbInterface.cpp | DbInterface class source file |
device.cpp | Device class source file |
deviceConfig.cpp | DeviceConfig class source file |
deviceFacade.cpp | DeviceFacade class source file |
deviceFactory.cpp | DeviceFactory class source file |
deviceLcsIf.cpp | DeviceLcsIf class source file |
deviceMaker.cpp | DeviceMaker class source file |
taskSetup.cpp | TaskSetup class source file |
test | |
mock | |
mockDbAdapter.hpp | |
mockIComm.hpp | |
mockIDevice.hpp | |
testActionMgr.cpp | Unit tests for the ActionMgr class |
testActionsEnable.cpp | Unit tests for the ActionsStd class |
testActionsInit.cpp | Unit tests for the ActionsStd class |
testActionsStd.cpp | Unit tests for the ActionsStd class |
testConfig.cpp | Unit tests for the Config class |
testDataContext.cpp | Unit tests for the DataContext class |
testDbInterface.cpp | Unit tests for the DbInterface class |
testDevice.cpp | Unit tests for the Device class |
testDeviceConfig.cpp | Unit tests for TestDeviceConfig class |
testDeviceFacade.cpp | Unit tests for the DeviceFacade class |
testDeviceFactory.cpp | Unit tests for the DeviceFactory class |
testDeviceLcsIf.cpp | Unit tests for TestDeviceLcsIf class |
wscript | |
devices | |
src | |
include | |
fcf | |
devmgr | |
devices | |
actuator.hpp | Actuator class header file |
actuatorConfig.hpp | ActuatorConfig class header file |
actuatorHwErrors.hpp | ActuatorHwErrors header file |
actuatorLcsIf.hpp | ActuatorLcsIf class header file |
actuatorRpcErrors.hpp | ActuatorRpcErrors header file |
adc.hpp | Adc class header file |
adcConfig.hpp | AdcConfig class header file |
adcHwErrors.hpp | AdcHwErrors header file |
adcLcsIf.hpp | AdcLcsIf class header file |
adcRpcErrors.hpp | AdcRpcErrors header file |
drot.hpp | Drot class header file |
drotConfig.hpp | DrotConfig class header file |
drotHwErrors.hpp | DrotHwErrors header file |
drotLcsIf.hpp | DrotLcsIf class header file |
drotRpcErrors.hpp | DrotRpcErrors header file |
lamp.hpp | Lamp class header file |
lampConfig.hpp | LampConfig class header file |
lampHwErrors.hpp | LampHwErrors header file |
lampLcsIf.hpp | LampLcsIf class header file |
lampRpcErrors.hpp | LampRpcErrors header file |
motor.hpp | Motor class source file |
motorConfig.hpp | MotorConfig class header file |
motorHwErrors.hpp | MotorHwErrors header file |
motorLcsIf.hpp | ShutterLcsIf class header file |
motorRpcErrors.hpp | LampRpcErrors header file |
piezo.hpp | Piezo class header file |
piezoConfig.hpp | PiezoConfig class header file |
piezoHwErrors.hpp | PiezoHwErrors header file |
piezoLcsIf.hpp | PiezoLcsIf class header file |
piezoRpcErrors.hpp | PiezoRpcErrors header file |
sensor.hpp | Sensor class header file |
sensorConfig.hpp | SensorConfig class header file |
sensorHwErrors.hpp | SensorHwErrors header file |
sensorLcsIf.hpp | SensorLcsIf class header file |
sensorRpcErrors.hpp | SensorRpcErrors header file |
shutter.hpp | Shutter class source file |
shutterConfig.hpp | ShutterConfig class header file |
shutterHwErrors.hpp | ShutterHwErrors header file |
shutterLcsIf.hpp | ShutterLcsIf class header file |
shutterRpcErrors.hpp | LampRpcErrors header file |
actuator.cpp | Actuator class source file |
actuatorConfig.cpp | ActuatorConfig class source file |
actuatorLcsIf.cpp | ActuatorLcsIf class source file |
adc.cpp | Adc class source file |
adcConfig.cpp | AdcConfig class source file |
adcLcsIf.cpp | AdcLcsIf class source file |
drot.cpp | Drot class source file |
drotConfig.cpp | DrotConfig class source file |
drotLcsIf.cpp | DrotLcsIf class source file |
lamp.cpp | Lamp class source file |
lampConfig.cpp | LampConfig class source file |
lampLcsIf.cpp | LampLcsIf class source file |
motor.cpp | Motor class source file |
motorConfig.cpp | MotorConfig class source file |
motorLcsIf.cpp | |
piezo.cpp | Piezo class source file |
piezoConfig.cpp | PiezoConfig class source file |
piezoLcsIf.cpp | PiezoLcsIf class source file |
sensor.cpp | Sensor class source file |
sensorConfig.cpp | SensorConfig class source file |
sensorLcsIf.cpp | SensorLcsIf class source file |
shutter.cpp | Shutter class source file |
shutterConfig.cpp | ShutterConfig class source file |
shutterLcsIf.cpp | ShutterLcsIf class source file |
test | |
mock | |
mockDbAdapter.hpp | |
mockIComm.hpp | |
mockIConfig.hpp | |
mockIDeviceConfig.hpp | |
testActuator.cpp | Unit tests for the Device class |
testActuatorConfig.cpp | Unit tests for ActuatorConfig class |
testActuatorLcsIf.cpp | Unit tests for ActuatorLcsIf class |
testAdc.cpp | Unit tests for the Motor class |
testAdcConfig.cpp | Unit tests for AdcConfig class |
testAdcLcsIf.cpp | Unit tests for AdcLcsIf class |
testDrot.cpp | Unit tests for the Motor class |
testDrotConfig.cpp | Unit tests for DrotConfig class |
testDrotLcsIf.cpp | Unit tests for DrotLcsIf class |
testLamp.cpp | Unit tests for the Device class |
testLampConfig.cpp | Unit tests for LampConfig class |
testLampLcsIf.cpp | Unit tests for LampLcsIf class |
testMotor.cpp | Unit tests for the Motor class |
testMotorConfig.cpp | Unit tests for MotorConfig class |
testMotorLcsIf.cpp | Unit tests for MotorLcsIf class |
testPiezo.cpp | Unit tests for the Device class |
testPiezoConfig.cpp | Unit tests for PiezoConfig class |
testPiezoLcsIf.cpp | Unit tests for PiezoLcsIf class |
testSensor.cpp | Unit tests for the Sensor class |
testSensorConfig.cpp | Unit tests for SensorConfig class |
testSensorLcsIf.cpp | Unit tests for SensorLcsIf class |
testShutter.cpp | Unit tests for the Device class |
testShutterConfig.cpp | Unit tests for ShutterConfig class |
testShutterLcsIf.cpp | Unit tests for ShutterLcsIf class |
wscript | |
fcfclib | |
src | |
fcfclib | |
__init__.py | The fcfclib module |
actuatorSetup.py | Library of functions for setting up a ACTUATOR device with CII |
adcSetup.py | Library of functions for setting up an ADC device with CII |
devmgrCommands.py | Library of functions for CII DevMgr run-time configuration |
drotSetup.py | Library of functions for setting up an DROT device with CII |
lampSetup.py | Library of functions for setting up a LAMP device with CII |
motorSetup.py | Library of functions for setting up a MOTOR device with CII |
piezoSetup.py | Library of functions for setting up an DROT device with CII |
setupCommand.py | Test library for sending setup commands to FCF device manager |
shutterSetup.py | Library of functions for setting up a SHUTTER device with CII |
syncClient.py | Synchronous CII Client class |
test | |
test_devmgrcommands.py | |
test_setupcommand.py | |
wscript | |
fcfif | |
wscript | |
server | |
src | |
main.cpp | Main source file |
wscript | |
wscript | |
devsim | |
actuator | |
src | |
fcfDevsim_actuator | |
__init__.py | |
actuatorDefines.py | PLC Constants defined for the Actuator device |
devsim_actuator.py | Device Simulator for the standard Actuator Device Manager |
fcfDevsim_actuator.py | Device Simulator for the standard Actuator Device Manager |
wscript | |
adc | |
src | |
fcfDevsimAdc | |
__init__.py | |
adc.py | Device Simulator for the standard ADC Device Manager |
defines.py | PLC Constants defined for the standard ADC device |
fcfDevsimAdc.py | Device Simulator for the standard ADC Device Manager |
wscript | |
ccc | |
src | |
fcfDevsim_ccc | |
__init__.py | |
cccDefines.py | PLC Constants defined for the motor device |
devsim_ccc.py | Device Simulator for the standard Ccc Device Manager |
fcfDevsim_ccc.py | Device Simulator for the standard Ccc Device Manager - deployment |
wscript | |
drot | |
src | |
fcfDevsimDrot | |
__init__.py | |
defines.py | PLC Constants defined for the standard DROT device |
drot.py | Device Simulator for the standard Derotator Device Manager |
fcfDevsimDrot.py | Device Simulator for the standard DROT Device Manager |
wscript | |
lamp | |
src | |
fcfDevsimLamp | |
__init__.py | |
devsimLamp.py | Device Simulator for the standard Lamp Device Manager |
lampDefines.py | PLC Constants defined for the motor device |
fcfDevsimLamp.py | Device Simulator for the standard Lamp Device Manager |
wscript | |
lib | |
src | |
fcfDevsimLib | |
__init__.py | |
deviceSimulatorBase.py | Device Simulator base application class |
wscript | |
motor | |
src | |
fcfDevsimMotor | |
__init__.py | |
defines.py | PLC Constants defined for the motor device |
motor.py | Device Simulator for the standard Motor Device Manager |
fcfDevsimMotor.py | Device Simulator for the standard Motor Device Manager |
wscript | |
numAxPos | |
src | |
fcfDevsimNumAxPos | |
__init__.py | |
defines.py | PLC Constants defined for the Numeric Axis Positioning device |
numAxPos.py | Device Simulator for the standard NumAxPos Device Manager |
fcfDevsimNumAxPos.py | Device Simulator for the standard DevAxPos Device Manager |
wscript | |
piezo | |
src | |
fcfDevsim_piezo | |
__init__.py | |
devsim_piezo.py | Device Simulator for the standard Piezo Device Manager |
piezoDefines.py | PLC Constants defined for the motor device |
fcfDevsim_piezo.py | Device Simulator for the standard Piezo Device Manager - deployment |
wscript | |
sensor | |
src | |
fcfDevsimSensor | |
__init__.py | |
devsimSensor.py | Device Simulator for the standard Sensor Device Manager |
sensorDefines.py | PLC Constants defined for the sensor device |
fcfDevsimSensor.py | Device Simulator for the standard Sensor Device Manager |
wscript | |
shutter | |
src | |
fcfDevsimShutter.py | Device Simulator for the standard shutter device |
wscript | |
wscript | |
gui | |
fcfgui | |
src | |
include | |
fcf | |
gui | |
fcfgui | |
mainwindow.h | FCFGUI mainWindow include file |
main.cpp | FCFGUI main file |
mainwindow.cpp | FCFGUI mainWindow file |
wscript | |
msglib | |
src | |
include | |
fcf | |
gui | |
msglib | |
enableCmdWorker.h | MSGLIB EnableCmdWorker class declaration file |
initCmdWorker.h | MSGLIB InitCmdWorker class declaration file |
recoverCmdWorker.h | MSGLIB RecoverCmdWorker class declaration file |
setupCmdWorker.h | MSGLIB SetupCmdWorker class declaration file |
subscribeCmdWorker.h | MSGLIB SubscribeCmdWorker class declaration file |
enableCmdWorker.cpp | MSGLIB EnableCmdWorker class implementation file |
initCmdWorker.cpp | MSGLIB InitCmdWorker class implementation file |
recoverCmdWorker.cpp | MSGLIB RecoverCmdWorker class implementation file |
setupCmdWorker.cpp | MSGLIB SetupCmdWorker class implementation file |
subscribeCmdWorker.cpp | MSGLIB SubscriberWorker class implementation file |
wscript | |
pymotgui | |
src | |
pymotgui | |
__init__.py | Motor Status Gui |
axisTime.py | Motor Status Gui |
exceptions.py | Motor Status Gui |
logger.py | Motor Status Gui |
plotmgr.py | Motor Status Gui |
uaclient.py | Motor Status Gui |
uamotorClient.py | Motor Status Gui |
waitingSpinnerWidget.py | |
pymotgui.py | Motor Status Gui |
wscript | |
wdglib | |
src | |
include | |
fcf | |
gui | |
wdglib | |
abstractDevice.h | WDGLIB AbstractDevice class declaration file |
actuator.h | WDGLIB ActuatorWdg class declaration file |
adc.h | WDGLIB AdcWdg class declaration file |
cmdLog.h | WDGLIB CmdLogWdg class declaration file |
cmdLogModel.h | WDGLIB CmdLogModel class declaration file |
device.h | WDGLIB DeviceWdg class declaration file |
drot.h | WDGLIB DrotWdg class declaration file |
lamp.h | WDGLIB LampWdg class declaration file |
motor.h | WDGLIB MotorWdg class declaration file |
piezo.h | WDGLIB PiezoWdg class declaration file |
sensor.h | WDGLIB SensorWdg class declaration file |
shutter.h | WDGLIB ShutterWdg class declaration file |
spinner.h | |
actuator.cpp | WDGLIB ActuatorWdg class implementation file |
adc.cpp | WDGLIB AdcWdg class implementation file |
cmdLog.cpp | WDGLIB CmdLogWdg class implementation file |
cmdLogModel.cpp | WDGLIB CmdLogModel class implementation file |
device.cpp | WDGLIB DeviceWdg class implementation file |
drot.cpp | WDGLIB DrotWdg class implementation file |
lamp.cpp | WDGLIB LampWdg class implementation file |
motor.cpp | WDGLIB MotorWdg class implementation file |
piezo.cpp | WDGLIB PiezoWdg class implementation file |
sensor.cpp | WDGLIB SensorWdg class implementation file |
shutter.cpp | WDGLIB ShutterWdg class implementation file |
spinner.cpp | |
wscript | |
wscript | |
wscript |