-
- Downloads
Fix #680, implemented the command library for GAIA Boards (#686)
* Fix #680, implemented the command library for GAIA Boards This command library only contains the bare minimum commands that are necessary to check the status of the hardware and some information of a GAIA Board, along with the command that turns on the Low Noise Amplifiers. The rest of the commands have NOT been implemented in order to prevent possible damage to the hardware controlled by the GAIA Boards * Moved the GAIABoardCommandLibrary to the SRT section
Showing
- SRT/Libraries/GAIABoardCommandLibrary/include/GAIABoardCommandLibrary.h 78 additions, 0 deletions...GAIABoardCommandLibrary/include/GAIABoardCommandLibrary.h
- SRT/Libraries/GAIABoardCommandLibrary/src/GAIABoardCommandLibrary.cpp 63 additions, 0 deletions...s/GAIABoardCommandLibrary/src/GAIABoardCommandLibrary.cpp
- SRT/Libraries/GAIABoardCommandLibrary/src/Makefile 231 additions, 0 deletionsSRT/Libraries/GAIABoardCommandLibrary/src/Makefile
- SRT/Libraries/GAIABoardCommandLibrary/tests/.discos 5 additions, 0 deletionsSRT/Libraries/GAIABoardCommandLibrary/tests/.discos
- SRT/Libraries/GAIABoardCommandLibrary/tests/Makefile 90 additions, 0 deletionsSRT/Libraries/GAIABoardCommandLibrary/tests/Makefile
- SRT/Libraries/GAIABoardCommandLibrary/tests/external/__init__.py 0 additions, 0 deletions...raries/GAIABoardCommandLibrary/tests/external/__init__.py
- SRT/Libraries/GAIABoardCommandLibrary/tests/functional/__init__.py 0 additions, 0 deletions...ries/GAIABoardCommandLibrary/tests/functional/__init__.py
- SRT/Libraries/GAIABoardCommandLibrary/tests/pyunit/__init__.py 0 additions, 0 deletions...ibraries/GAIABoardCommandLibrary/tests/pyunit/__init__.py
- SRT/Libraries/GAIABoardCommandLibrary/tests/unittest.cpp 35 additions, 0 deletionsSRT/Libraries/GAIABoardCommandLibrary/tests/unittest.cpp
Please register or sign in to comment