-
- Downloads
IntanThread now handles TTL inputs and generates its own timestamps.
The IntanThread can report TTL events on its 6 input channels. This was tested with an Arduino; input detection is fast and reliable. The IntanThread also generates its own timestamps, allowing the software to move toward a framework in which timestamps come from input sources, rather than from the RecordNode. Finally, an ArduinoOutput module was added, which allows the software to communicate with an Arduino via serial output.
Showing
- Builds/Linux/Makefile 6 additions, 0 deletionsBuilds/Linux/Makefile
- Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj 8 additions, 2 deletionsBuilds/MacOSX/open-ephys.xcodeproj/project.pbxproj
- Builds/VisualStudio2010/open-ephys.vcxproj 2 additions, 0 deletionsBuilds/VisualStudio2010/open-ephys.vcxproj
- Builds/VisualStudio2010/open-ephys.vcxproj.filters 6 additions, 0 deletionsBuilds/VisualStudio2010/open-ephys.vcxproj.filters
- Source/Processors/ArduinoOutput.cpp 131 additions, 0 deletionsSource/Processors/ArduinoOutput.cpp
- Source/Processors/ArduinoOutput.h 75 additions, 0 deletionsSource/Processors/ArduinoOutput.h
- Source/Processors/DataThreads/DataBuffer.cpp 21 additions, 5 deletionsSource/Processors/DataThreads/DataBuffer.cpp
- Source/Processors/DataThreads/DataBuffer.h 6 additions, 2 deletionsSource/Processors/DataThreads/DataBuffer.h
- Source/Processors/DataThreads/DataThread.h 8 additions, 0 deletionsSource/Processors/DataThreads/DataThread.h
- Source/Processors/DataThreads/FPGAThread.cpp 7 additions, 1 deletionSource/Processors/DataThreads/FPGAThread.cpp
- Source/Processors/DataThreads/FileReaderThread.cpp 3 additions, 2 deletionsSource/Processors/DataThreads/FileReaderThread.cpp
- Source/Processors/DataThreads/IntanThread.cpp 28 additions, 8 deletionsSource/Processors/DataThreads/IntanThread.cpp
- Source/Processors/DataThreads/IntanThread.h 2 additions, 1 deletionSource/Processors/DataThreads/IntanThread.h
- Source/Processors/ProcessorGraph.cpp 5 additions, 0 deletionsSource/Processors/ProcessorGraph.cpp
- Source/Processors/SourceNode.cpp 39 additions, 1 deletionSource/Processors/SourceNode.cpp
- Source/Processors/SourceNode.h 6 additions, 0 deletionsSource/Processors/SourceNode.h
- Source/UI/ProcessorList.cpp 1 addition, 0 deletionsSource/UI/ProcessorList.cpp
- open-ephys.jucer 4 additions, 0 deletionsopen-ephys.jucer
Loading
Please register or sign in to comment