-
- Downloads
working implementation for UDP and USB connection as well as a basic simulation mode
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.md 19 additions, 1 deletionREADME.md
- include/AmptekConnectionHandler.h 14 additions, 0 deletionsinclude/AmptekConnectionHandler.h
- include/AmptekHardwareInterface.h 92 additions, 0 deletionsinclude/AmptekHardwareInterface.h
- include/AmptekSimulatorConnectionHandler.h 35 additions, 0 deletionsinclude/AmptekSimulatorConnectionHandler.h
- include/AmptekUdpConnectionHandler.h 29 additions, 0 deletionsinclude/AmptekUdpConnectionHandler.h
- include/AmptekUsbConnectionHandler.h 34 additions, 0 deletionsinclude/AmptekUsbConnectionHandler.h
- include/packet.h 131 additions, 0 deletionsinclude/packet.h
- include/types.h 46 additions, 0 deletionsinclude/types.h
- main.cpp 11 additions, 0 deletionsmain.cpp
- python/AmptekHardwareInterface.i 40 additions, 0 deletionspython/AmptekHardwareInterface.i
- python/AmptekHardwareInterface.py 751 additions, 0 deletionspython/AmptekHardwareInterface.py
- python/AmptekHardwareInterface_wrap.cpp 17983 additions, 0 deletionspython/AmptekHardwareInterface_wrap.cpp
- python/AmptekPX5.py 675 additions, 0 deletionspython/AmptekPX5.py
- python/log.txt 103 additions, 0 deletionspython/log.txt
- python/numpy.i 3184 additions, 0 deletionspython/numpy.i
- python/test.py 23 additions, 0 deletionspython/test.py
- setup.py 31 additions, 0 deletionssetup.py
- src/AmptekHardwareInterface.cpp 588 additions, 0 deletionssrc/AmptekHardwareInterface.cpp
- src/AmptekSimulatorConnectionHandler.cpp 283 additions, 0 deletionssrc/AmptekSimulatorConnectionHandler.cpp
.gitignore
0 → 100644
include/AmptekConnectionHandler.h
0 → 100644
include/AmptekHardwareInterface.h
0 → 100644
include/AmptekSimulatorConnectionHandler.h
0 → 100644
include/AmptekUdpConnectionHandler.h
0 → 100644
include/AmptekUsbConnectionHandler.h
0 → 100644
include/packet.h
0 → 100644
include/types.h
0 → 100644
main.cpp
0 → 100644
python/AmptekHardwareInterface.i
0 → 100644
python/AmptekHardwareInterface.py
0 → 100644
This diff is collapsed.
python/AmptekHardwareInterface_wrap.cpp
0 → 100644
This diff is collapsed.
python/AmptekPX5.py
0 → 100644
This diff is collapsed.
python/log.txt
0 → 100644
python/numpy.i
0 → 100644
This diff is collapsed.
python/test.py
0 → 100644
setup.py
0 → 100644
src/AmptekHardwareInterface.cpp
0 → 100644
This diff is collapsed.
src/AmptekSimulatorConnectionHandler.cpp
0 → 100644
Please register or sign in to comment