-
- Downloads
Added COMMTEST packet types, added List Mode data record loop
- Added the commtest packet types for stream start and stopping (will be needed for testing) - Added public functions to the HardwareInterface to start and stop the list mode streaming. This list datapacket is forwarded to a filestream. The SYNC and CHECKSUM bytes are stripped from the packet, but PID and LEN are still included. This can be used later to finde FIFO overflows or add other type of data to the stream by adding custom PIDs
Showing
- include/AmptekHardwareInterface.h 10 additions, 0 deletionsinclude/AmptekHardwareInterface.h
- include/packet.h 10 additions, 2 deletionsinclude/packet.h
- python/AmptekHardwareInterface.py 6 additions, 0 deletionspython/AmptekHardwareInterface.py
- python/AmptekHardwareInterface_wrap.cpp 57 additions, 0 deletionspython/AmptekHardwareInterface_wrap.cpp
- src/AmptekHardwareInterface.cpp 46 additions, 0 deletionssrc/AmptekHardwareInterface.cpp
- src/packet.cpp 18 additions, 0 deletionssrc/packet.cpp
Loading
Please register or sign in to comment