Communicates with the Open Ephys acquisition board via an Opal Kelly FPGA.
More...
#include <FPGAThread.h>
List of all members.
Detailed Description
Communicates with the Open Ephys acquisition board via an Opal Kelly FPGA.
- See also:
- DataThread, SourceNode
Constructor & Destructor Documentation
FPGAThread::~FPGAThread |
( |
| ) |
|
Member Function Documentation
bool FPGAThread::foundInputSource |
( |
| ) |
|
|
virtual |
Returns true if the data source is connected, false otherwise.
Implements DataThread.
int FPGAThread::getNumChannels |
( |
| ) |
|
|
virtual |
Returns the number of continuous channels the data source can provide.
Implements DataThread.
float FPGAThread::getSampleRate |
( |
| ) |
|
|
virtual |
Returns the sample rate of the data source.
Implements DataThread.
float FPGAThread::getBitVolts |
( |
| ) |
|
|
virtual |
Returns the volts per bit of the data source.
Implements DataThread.
int FPGAThread::getNumEventChannels |
( |
| ) |
|
|
virtual |
Returns the number of event channels of the data source.
Reimplemented from DataThread.
void FPGAThread::setOutputHigh |
( |
| ) |
|
|
virtual |
Experimental method used for testing data sources that can deliver outputs.
Reimplemented from DataThread.
void FPGAThread::setOutputLow |
( |
| ) |
|
|
virtual |
Experimental method used for testing data sources that can deliver outputs.
Reimplemented from DataThread.
The documentation for this class was generated from the following file: