- Moved the parameter limits to the CommandCategoryController to make adding commands easier
- Added to the developer documentation: Adding communication method, creating your own documentation - Testing GitLab CI to automatically generate documentation
Showing
- .gitlab-ci.yml 18 additions, 0 deletions.gitlab-ci.yml
- docs/conf.py 2 additions, 1 deletiondocs/conf.py
- docs/index.rst 241 additions, 37 deletionsdocs/index.rst
- docs/requirements.txt 3 additions, 0 deletionsdocs/requirements.txt
- include/boundary/communication/MessageBoundary.hpp 1 addition, 1 deletioninclude/boundary/communication/MessageBoundary.hpp
- include/boundary/communication/messageboundary/NRFBoundary.hpp 2 additions, 2 deletions...de/boundary/communication/messageboundary/NRFBoundary.hpp
- include/boundary/communication/messageboundary/UartMessageBoundary.hpp 16 additions, 0 deletions...ary/communication/messageboundary/UartMessageBoundary.hpp
- include/controller/CommandCategoryController.hpp 9 additions, 2 deletionsinclude/controller/CommandCategoryController.hpp
- include/controller/CommandCategoryController/ActionCommandController.hpp 3 additions, 0 deletions...ler/CommandCategoryController/ActionCommandController.hpp
- include/controller/CommandCategoryController/GeneralCommandController.hpp 2 additions, 0 deletions...er/CommandCategoryController/GeneralCommandController.hpp
- include/controller/CommandCategoryController/MeasurementCommandController.hpp 2 additions, 0 deletions...ommandCategoryController/MeasurementCommandController.hpp
- include/controller/CommunicationController.hpp 21 additions, 4 deletionsinclude/controller/CommunicationController.hpp
- include/entity/CommandData.hpp 3 additions, 3 deletionsinclude/entity/CommandData.hpp
- include/entity/ControllerMessage.hpp 8 additions, 26 deletionsinclude/entity/ControllerMessage.hpp
- include/entity/StackQueue.hpp 4 additions, 0 deletionsinclude/entity/StackQueue.hpp
- src/boundary/communication/messageboundary/NRFBoundary.cpp 1 addition, 5 deletionssrc/boundary/communication/messageboundary/NRFBoundary.cpp
- src/boundary/communication/messageboundary/UartMessageBoundary.cpp 28 additions, 0 deletions...ary/communication/messageboundary/UartMessageBoundary.cpp
- src/controller/CommandCategoryController/ActionCommandController.cpp 22 additions, 5 deletions...ler/CommandCategoryController/ActionCommandController.cpp
- src/controller/CommandCategoryController/GeneralCommandController.cpp 10 additions, 1 deletion...er/CommandCategoryController/GeneralCommandController.cpp
- src/controller/CommandCategoryController/MeasurementCommandController.cpp 11 additions, 1 deletion...ommandCategoryController/MeasurementCommandController.cpp
Loading
Please register or sign in to comment