Add basic implementation of the file exporter.
Add unique _ptr to the model class (will be refactored later to have a manager)
Showing
- src/communication/export_manager.hpp 27 additions, 0 deletionssrc/communication/export_manager.hpp
- src/communication/exporter_interface.hpp 42 additions, 0 deletionssrc/communication/exporter_interface.hpp
- src/communication/exporter_spike_file.hpp 123 additions, 0 deletionssrc/communication/exporter_spike_file.hpp
- src/communication/exporter_spike_single_file.hpp 140 additions, 0 deletionssrc/communication/exporter_spike_single_file.hpp
- src/model.hpp 4 additions, 0 deletionssrc/model.hpp
- tests/global_communication/CMakeLists.txt 32 additions, 1 deletiontests/global_communication/CMakeLists.txt
- tests/global_communication/test.cpp 19 additions, 0 deletionstests/global_communication/test.cpp
- tests/global_communication/test_exporter_spike_file.cpp 118 additions, 0 deletionstests/global_communication/test_exporter_spike_file.cpp
- tests/global_communication/test_exporter_spike_single_file.cpp 118 additions, 0 deletions.../global_communication/test_exporter_spike_single_file.cpp
src/communication/export_manager.hpp
0 → 100644
src/communication/exporter_interface.hpp
0 → 100644
src/communication/exporter_spike_file.hpp
0 → 100644
tests/global_communication/test.cpp
0 → 100644
Please register or sign in to comment