-
- Downloads
Cleanup, Refactoring, Comments (WIP; Tangoserver not working!)
- Created classes for storing the status and spectrum data - Removed the status query functions in AmptekHardwareInterface - updateStatus will return a reference to the status. Python code should use this instead of the removed query functions. E.g. instead of interface.FastCount(), interface.updateSpectrum(max_age).FastCount() will result in the same behaviour - Cleanup of the list mode/ sequential mode functions, which were prototyped during hardware tests - Added Doxygen comments to AmptekHardwareInterface and AmptekStatus member functions
Showing
- include/AmptekHardwareInterface.h 16 additions, 35 deletionsinclude/AmptekHardwareInterface.h
- include/AmptekSpectrum.h 43 additions, 0 deletionsinclude/AmptekSpectrum.h
- include/AmptekSpectrumAndStatus.h 0 additions, 0 deletionsinclude/AmptekSpectrumAndStatus.h
- include/AmptekStatus.h 52 additions, 0 deletionsinclude/AmptekStatus.h
- python/AmptekHardwareInterface.i 5 additions, 1 deletionpython/AmptekHardwareInterface.i
- python/AmptekHardwareInterface.py 142 additions, 109 deletionspython/AmptekHardwareInterface.py
- python/AmptekHardwareInterface_wrap.cpp 1039 additions, 2173 deletionspython/AmptekHardwareInterface_wrap.cpp
- python/show_list_data.py 12 additions, 1 deletionpython/show_list_data.py
- src/AmptekHardwareInterface.cpp 283 additions, 236 deletionssrc/AmptekHardwareInterface.cpp
- src/AmptekStatus.cpp 317 additions, 0 deletionssrc/AmptekStatus.cpp
Loading
Please register or sign in to comment