▼ devmgr | |
▼ cli | |
► src | |
fcfcli.py | |
wscript | |
▼ clib | |
► src | |
► ifw | |
► fcf | |
► clib | |
__init__.py | |
actuator_setup.py | |
adc_setup.py | |
custom_setup.py | |
devmgr_async_commands.py | |
devmgr_commands.py | |
drot_setup.py | |
iodev_setup.py | |
json_procs.py | |
lamp_setup.py | |
logger.py | |
motor_setup.py | |
piezo_setup.py | |
setup_buffer.py | |
setup_command.py | |
shutter_setup.py | |
spf_buffer.py | |
► test | |
test_devmgrcommands.py | |
test_setup_buffer.py | |
test_setup_command.py | |
wscript | |
▼ 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 |
appCmdsImpl.hpp | Application Interface implementation header file |
config.hpp | Config class header file |
daqCmdsImpl.hpp | Metadaq Interface implementation header file |
dataContext.hpp | DataContext 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 |
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 |
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 | |
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 |
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 |
iodev.hpp | IODev class header file |
iodevConfig.hpp | IODevConfig class header file |
iodevHwErrors.hpp | SensorHwErrors header file |
iodevLcsIf.hpp | SensorLcsIf class header file |
iodevRpcErrors.hpp | SensorRpcErrors 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 |
motorBaseConfig.hpp | MotorConfig class header file |
motorBaseLcsIf.hpp | ShutterLcsIf class header file |
motorBaseRpcErrors.hpp | LampRpcErrors header 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 |
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 |
smaract.hpp | Motor class source file |
smaractConfig.hpp | MotorConfig class header file |
smaractHwErrors.hpp | MotorHwErrors header file |
smaractLcsIf.hpp | ShutterLcsIf class header file |
smaractRpcErrors.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 |
iodev.cpp | Sensor class source file |
iodevConfig.cpp | SensorConfig class source file |
iodevLcsIf.cpp | SensorLcsIf 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 |
motorBaseConfig.cpp | MotorConfig class source file |
motorBaseLcsIf.cpp | |
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 |
shutter.cpp | Shutter class source file |
shutterConfig.cpp | ShutterConfig class source file |
shutterLcsIf.cpp | ShutterLcsIf class source file |
smaract.cpp | Motor class source file |
smaractConfig.cpp | MotorConfig class source file |
smaractLcsIf.cpp | SmaractLcsIf class source file |
► test | |
► mock | |
mockIComm.hpp | |
mockIDeviceConfig.hpp | |
testDrot.cpp | Unit tests for the Motor class |
testDrotConfig.cpp | Unit tests for DrotConfig class |
testDrotLcsIf.cpp | Unit tests for DrotLcsIf class |
testIODev.cpp | Unit tests for the Sensor class |
testIODevConfig.cpp | Unit tests for IODevConfig class |
testIODevLcsIf.cpp | Unit tests for IODevLcsIf 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 |
testShutter.cpp | Unit tests for the Device class |
testShutterConfig.cpp | Unit tests for ShutterConfig class |
testShutterLcsIf.cpp | Unit tests for ShutterLcsIf class |
wscript | |
▼ fcfif | |
wscript | |
▼ server | |
► src | |
main.cpp | Main source file |
wscript | |
▼ templates | |
► std_dev | |
► {{cookiecutter.device_name}} | |
► src | |
► include | |
► fcf | |
► devmgr | |
► devices | |
{{cookiecutter.device_name}}.hpp | {{cookiecutter.device_name|capitalize()}} class header file |
{{cookiecutter.device_name}}Config.hpp | {{cookiecutter.device_name|capitalize()}}Config class header file |
{{cookiecutter.device_name}}HwErrors.hpp | {{cookiecutter.device_name|capitalize()}}HwErrors header file |
{{cookiecutter.device_name}}LcsIf.hpp | {{cookiecutter.device_name}}LcsIf class header file |
{{cookiecutter.device_name}}RpcErrors.hpp | {{cookiecutter.device_name|capitalize()}}RpcErrors header file |
{{cookiecutter.device_name}}.cpp | {{cookiecutter.device_name|capitalize()}} class source file |
{{cookiecutter.device_name}}Config.cpp | {{cookiecutter.device_name|capitalize}}Config class source file |
{{cookiecutter.device_name}}LcsIf.cpp | {{cookiecutter.device_name|capitalize()}}LcsIf class source file |
► test | |
► mock | |
mockIComm.hpp | |
mockIDeviceConfig.hpp | |
test{{cookiecutter.device_name|capitalize()}}.cpp | Unit tests for the Device class |
test{{cookiecutter.device_name|capitalize()}}LcsIf.cpp | Unit tests for {{cookiecutter.device_name|capitalize()}}LcsIf class |
wscript | |
wscript | |
▼ devsim | |
▼ actuator | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► actuator | |
__init__.py | |
actuator.py | |
defines.py | |
fcfDevsimActuator.py | |
wscript | |
▼ adc | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► adc | |
__init__.py | |
adc.py | |
defines.py | |
fcfDevsimAdc.py | |
wscript | |
▼ drot | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► drot | |
__init__.py | |
defines.py | |
drot.py | |
fcfDevsimDrot.py | |
wscript | |
▼ iodev | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► iodev | |
__init__.py | |
defines.py | |
iodev.py | |
fcfDevsimIodev.py | |
wscript | |
▼ lamp | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► lamp | |
__init__.py | |
defines.py | |
lamp.py | |
fcfDevsimLamp.py | |
wscript | |
▼ lib | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► lib | |
__init__.py | |
device_simulator_base.py | |
► test | |
test_devsim_lib.py | |
wscript | |
▼ motor | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► motor | |
__init__.py | |
defines.py | |
motor.py | |
fcfDevsimMotor.py | |
wscript | |
▼ piezo | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► piezo | |
__init__.py | |
defines.py | |
piezo.py | |
fcfDevsimPiezo.py | |
wscript | |
▼ shutter | |
► src | |
► ifw | |
► fcf | |
► devsim | |
► shutter | |
__init__.py | |
defines.py | |
shutter.py | |
fcfDevsimShutter.py | |
wscript | |
▼ templates | |
► devsim_tpl | |
► {{cookiecutter.device_name}} | |
► src | |
► {{cookiecutter.package_name}} | |
► devsim | |
► {{cookiecutter.device_name}} | |
__init__.py | |
defines.py | |
{{cookiecutter.device_name}}.py | |
{{cookiecutter.package_name}}Devsim{{cookiecutter.device_name|capitalize()}}.py | |
wscript | |
wscript | |
▼ doc | |
▼ manual | |
► src | |
conf.py | |
wscript | |
wscript | |
▼ gui | |
▼ cryowdgs | |
► plugin | |
► src | |
► include | |
InsWidgets.hpp | |
qeanalogsensorplugin.hpp | |
qeansipumproughingplugin.hpp | |
qeansipumpturboplugin.hpp | |
qeansivalvemanualplugin.hpp | |
qeansivalveremoteplugin.hpp | |
qeheaterplugin.hpp | |
qeinspumproughingplugin.hpp | |
qeinspumpturboplugin.hpp | |
qeinsvalveremoteplugin.hpp | |
qeledplugin.hpp | |
InsWidgets.cpp | |
qeanalogsensorplugin.cpp | |
qeansipumproughingplugin.cpp | |
qeansipumpturboplugin.cpp | |
qeansivalvemanualplugin.cpp | |
qeansivalveremoteplugin.cpp | |
qeheaterplugin.cpp | |
qeinspumproughingplugin.cpp | |
qeinspumpturboplugin.cpp | |
qeinsvalveremoteplugin.cpp | |
qeledplugin.cpp | |
wscript | |
► showcase | |
► src | |
► include | |
mainwindow.hpp | |
main.cpp | |
mainwindow.cpp | |
wscript | |
► widgets | |
► src | |
► include | |
qeanalogsensor.hpp | |
qeansipump.hpp | |
qeansipumproughing.hpp | |
qeansipumpturbo.hpp | |
qeansivalve.hpp | |
qeansivalvemanual.hpp | |
qeansivalveremote.hpp | |
qeheater.hpp | |
qeinspumproughing.hpp | |
qeinspumpturbo.hpp | |
qeinsvalveremote.hpp | |
qeled.hpp | QeLed public header file |
qeanalogsensor.cpp | |
qeansipump.cpp | |
qeansipumproughing.cpp | |
qeansipumpturbo.cpp | |
qeansivalve.cpp | |
qeansivalvemanual.cpp | |
qeansivalveremote.cpp | |
qeheater.cpp | |
qeinspumproughing.cpp | |
qeinspumpturbo.cpp | |
qeinsvalveremote.cpp | |
qeled.cpp | QeLed implementation file |
wscript | |
wscript | |
▼ fcfgui | |
► src | |
► include | |
► fcf | |
► gui | |
► fcfgui | |
mainwindow.h | MainWindow include file for FCF GUI |
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 | |
▼ pyfcfgui | |
► comms | |
► src | |
► ifw | |
► fcf | |
► pyfcfgui | |
► comms | |
__init__.py | |
devmgrfacade.py | |
workerio.py | |
► test | |
test_workerio.py | |
wscript | |
► gui | |
► src | |
► ifw | |
► fcf | |
► pyfcfgui | |
► wdglib | |
__init__.py | |
taurusactuator.py | |
taurusadc.py | |
taurusdrot.py | |
taurusiodev.py | |
tauruslamp.py | |
taurusmotor.py | |
tauruspiezo.py | |
taurusshutter.py | |
waitingSpinnerWidget.py | |
__init__.py | |
mainappwindow.py | |
taurusdevicebase.py | |
pyfcfgui.py | |
wscript | |
wscript | |
▼ pylampgui | |
► src | |
► ifw | |
► fcf | |
► pylampgui | |
__init__.py | |
axisTime.py | |
exceptions.py | |
logger.py | |
plotmgr.py | |
pylampgui.py | |
uaclient.py | |
ualamp.py | |
waitingSpinnerWidget.py | |
fcfLampGui.py | |
wscript | |
▼ pymotgui | |
► src | |
► ifw | |
► fcf | |
► pymotgui | |
__init__.py | |
axisTime.py | |
exceptions.py | |
logger.py | |
plotmgr.py | |
pymotgui.py | |
uaclient.py | |
uamotorClient.py | |
waitingSpinnerWidget.py | |
fcfMotGui.py | |
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 |
iodev.h | WDGLIB IODevWdg class declaration file |
lamp.h | WDGLIB LampWdg class declaration file |
motor.h | WDGLIB MotorWdg class declaration file |
piezo.h | WDGLIB PiezoWdg class declaration file |
placeholderdev.h | PlaceholderDevWdg include 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 |
iodev.cpp | WDGLIB IODevWdg class implementation file |
lamp.cpp | WDGLIB LampWdg class implementation file |
motor.cpp | WDGLIB MotorWdg class implementation file |
piezo.cpp | WDGLIB PiezoWdg class implementation file |
placeholderdev.cpp | |
shutter.cpp | WDGLIB ShutterWdg class implementation file |
spinner.cpp | |
wscript | |
wscript | |
▼ test | |
▼ devmgr | |
► config | |
► big_setup | |
periodic.py | |
► src | |
FcfClient.py | |
▼ devsim | |
► src | |
fcf_client.py | |
wait_for_cond.py | |
wait_for_devsim_startup.py | |
▼ fcf | |
► lcs | |
► src | |
Actuator.py | |
Adc.py | |
Device.py | |
Drot.py | |
Lamp.py | |
Motor.py | |
Piezo.py | |
Shutter.py | |
Timer.py | |
wscript | |