27 #ifndef TEST_PULSE_TRACE_H 28 #define TEST_PULSE_TRACE_H 30 #include "spore_test_base.h" 43 virtual double get_trace(nest::delay time_step, TracingNode::trace_id
id);
44 virtual void set_status(
const DictionaryDatum& d);
46 virtual size_t get_num_traces()
const 52 std::vector< double > spike_times_;
virtual void set_status(const DictionaryDatum &d)
Definition: test_pulse_trace.cpp:72
Base class to all tests.
Definition: spore_test_base.h:43
virtual double get_trace(nest::delay time_step, TracingNode::trace_id id)
Definition: test_pulse_trace.cpp:52
Test class to generate a pulsed trace for testing synapse models.
Definition: test_pulse_trace.h:38
Global namespace holding all classes of the SPORE NEST module.
Definition: circular_buffer.h:31
TestPulseTrace()
Definition: test_pulse_trace.cpp:42