Scope
|
#include <StimulationVector.h>
Public Member Functions | |
void | SetParameters (const parameters::Stimulation &_parameters) |
std::shared_ptr< const std::vector< uint8_t > > | GetVector () const |
Protected Member Functions | |
void | UpdateVector () |
Protected Attributes | |
parameters::Stimulation | parameters |
std::shared_ptr< std::vector< uint8_t > > const | vecptr |
Calculates a basic digital stimulation pattern.
Definition at line 8 of file StimulationVector.h.
|
protected |
Recalculates the stimulation vector.
Definition at line 10 of file StimulationVector.cpp.
|
inline |
Sets parameters.
Definition at line 25 of file StimulationVector.h.
|
inline |
Definition at line 28 of file StimulationVector.h.
|
protected |
parameter set
Definition at line 12 of file StimulationVector.h.
|
protected |
pointer to data vector
Definition at line 15 of file StimulationVector.h.