-
- Downloads
Fix #539, parser now supports strings as return. Added a welcome message to the user (SRT). (#543)
* Fix issue #539: parser expanded in order to support strings as return value. logString_type added to types list.
This now should allow to 'project' command to send a wellcome message to the user.
* Fix #539. Added a custom welcome message for the SRT station.
The message reminds the user, whenever the `project` command is issued, to check the status of the telescope in the relative webpage.
* Fix #539, moved the welcomeMessage parameter to DataBlock
Co-authored-by:
Andrea Orlati <a.orlati@ira.inaf.it>
Showing
- Common/Clients/SystemTerminal/src/_tui_SysTerm.py 24 additions, 11 deletionsCommon/Clients/SystemTerminal/src/_tui_SysTerm.py
- Common/Interfaces/AntennaInterface/config/CDB/schemas/Station.xsd 3 additions, 1 deletion...nterfaces/AntennaInterface/config/CDB/schemas/Station.xsd
- Common/Interfaces/ManagmentInterface/idl/Scheduler.idl 3 additions, 2 deletionsCommon/Interfaces/ManagmentInterface/idl/Scheduler.idl
- Common/Libraries/ParserLibrary/include/SP_typeConversion.h 13 additions, 0 deletionsCommon/Libraries/ParserLibrary/include/SP_typeConversion.h
- Common/Libraries/ParserLibrary/include/SP_types.h 1 addition, 0 deletionsCommon/Libraries/ParserLibrary/include/SP_types.h
- Common/Libraries/ParserLibrary/src/TestParser.cpp 13 additions, 0 deletionsCommon/Libraries/ParserLibrary/src/TestParser.cpp
- Common/Servers/Scheduler/include/Configuration.h 6 additions, 0 deletionsCommon/Servers/Scheduler/include/Configuration.h
- Common/Servers/Scheduler/include/Core_Operations.h 2 additions, 1 deletionCommon/Servers/Scheduler/include/Core_Operations.h
- Common/Servers/Scheduler/include/SchedulerImpl.h 2 additions, 1 deletionCommon/Servers/Scheduler/include/SchedulerImpl.h
- Common/Servers/Scheduler/src/Configuration.cpp 13 additions, 0 deletionsCommon/Servers/Scheduler/src/Configuration.cpp
- Common/Servers/Scheduler/src/Core.cpp 1 addition, 1 deletionCommon/Servers/Scheduler/src/Core.cpp
- Common/Servers/Scheduler/src/Core_Operations.i 6 additions, 1 deletionCommon/Servers/Scheduler/src/Core_Operations.i
- Common/Servers/Scheduler/src/SchedulerImpl.cpp 4 additions, 2 deletionsCommon/Servers/Scheduler/src/SchedulerImpl.cpp
- Medicina/CDB/alma/DataBlock/Station/Station.xml 2 additions, 1 deletionMedicina/CDB/alma/DataBlock/Station/Station.xml
- Medicina/CDB/alma/MANAGEMENT/Palmiro/Palmiro.xml 1 addition, 1 deletionMedicina/CDB/alma/MANAGEMENT/Palmiro/Palmiro.xml
- Medicina/Configuration/CDB/alma/DataBlock/Station/Station.xml 2 additions, 1 deletion...cina/Configuration/CDB/alma/DataBlock/Station/Station.xml
- Medicina/Configuration/CDB/alma/MANAGEMENT/Palmiro/Palmiro.xml 1 addition, 1 deletion...ina/Configuration/CDB/alma/MANAGEMENT/Palmiro/Palmiro.xml
- Noto/CDB/alma/DataBlock/Station/Station.xml 2 additions, 1 deletionNoto/CDB/alma/DataBlock/Station/Station.xml
- Noto/Configuration/CDB/alma/DataBlock/Station/Station.xml 2 additions, 1 deletionNoto/Configuration/CDB/alma/DataBlock/Station/Station.xml
- SRT/CDB/alma/DataBlock/Station/Station.xml 2 additions, 1 deletionSRT/CDB/alma/DataBlock/Station/Station.xml
Loading
Please register or sign in to comment