NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::volume_transmitter Class Reference

#include <volume_transmitter.h>

Inheritance diagram for nest::volume_transmitter:
[legend]
Collaboration diagram for nest::volume_transmitter:
[legend]

Classes

struct  Buffers_
 
struct  Parameters_
 Independent parameters of the model. More...
 

Public Member Functions

 volume_transmitter ()
 
 volume_transmitter (const volume_transmitter &)
 
bool has_proxies () const override
 Returns true if the node has proxies on remote threads.
 
bool local_receiver () const override
 Returns true if the node only receives events from nodes/devices on the same thread.
 
std::string get_element_type () const override
 Return the element type of the node.
 
void handle (SpikeEvent &) override
 Handle incoming spike events.
 
size_t handles_test_event (SpikeEvent &, size_t) override
 Check if the node can handle a particular event and receptor type.
 
void get_status (Dictionary &d) const override
 Export properties of the node by setting entries in the status dictionary.
 
void set_status (const Dictionary &d) override
 Change properties of the node according to the entries in the dictionary.
 
void set_local_device_id (const size_t ldid) override
 Since volume transmitters are duplicated on each thread, and are hence treated just as devices during node creation, we need to define the corresponding setter and getter for local_device_id.
 
size_t get_local_device_id () const override
 Gets the local device id.
 
const std::vector< spikecounter > & deliver_spikes ()
 
virtual void handle (SpikeEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (WeightRecorderEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (RateEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (DataLoggingRequest &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (DataLoggingReply &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (CurrentEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (ConductanceEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (DoubleDataEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (GapJunctionEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (InstantaneousRateConnectionEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (DiffusionConnectionEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (DelayedRateConnectionEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (LearningSignalConnectionEvent &e)
 Import sets of overloaded virtual functions.
 
virtual void handle (SICEvent &e)
 Import sets of overloaded virtual functions.
 
virtual size_t handles_test_event (SpikeEvent &, size_t receptor_type)
 Check if the node can handle a particular event and receptor type.
 
virtual size_t handles_test_event (WeightRecorderEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (RateEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DataLoggingRequest &, size_t receptor_type)
 
virtual size_t handles_test_event (CurrentEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (ConductanceEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DoubleDataEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DSSpikeEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DSCurrentEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (GapJunctionEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (InstantaneousRateConnectionEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DiffusionConnectionEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (DelayedRateConnectionEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (LearningSignalConnectionEvent &, size_t receptor_type)
 
virtual size_t handles_test_event (SICEvent &, size_t receptor_type)
 
- Public Member Functions inherited from nest::Node
 Node ()
 
 Node (Node const &)
 
virtual ~Node ()
 
virtual Node * clone () const
 This function creates a new object by calling the derived class' copy constructor and returning its pointer.
 
virtual bool supports_urbanczik_archiving () const
 Returns true if the node supports the Urbanczik-Senn plasticity rule.
 
virtual bool one_node_per_process () const
 Returns true if the node exists only once per process, but does not have proxies on remote threads.
 
virtual bool is_off_grid () const
 Returns true if the node sends/receives off-grid events.
 
virtual bool is_proxy () const
 Returns true if the node is a proxy node.
 
std::string get_name () const
 Return class name.
 
size_t get_node_id () const
 Return global Network ID.
 
int get_model_id () const
 Return model ID of the node.
 
bool is_frozen () const
 Returns true if node is frozen, i.e., shall not be updated.
 
bool node_uses_wfr () const
 Returns true if the node uses the waveform relaxation method.
 
void set_node_uses_wfr (const bool)
 Sets node_uses_wfr_ member variable (to be able to set it to "true" for any class derived from Node)
 
void init ()
 Initialize node prior to first simulation after node has been created.
 
virtual void calibrate_time (const TimeConverter &)
 Re-calculate time-based properties of the node.
 
virtual void post_run_cleanup ()
 Cleanup node after Run.
 
virtual void finalize ()
 Finalize node.
 
virtual bool wfr_update (Time const &, const long, const long)
 Advance the state of the node in time through the given interval (see Node::update() for more details).
 
virtual size_t send_test_event (Node &receiving_node, size_t receptor_type, synindex syn_id, bool dummy_target)
 Send an event to the receiving_node passed as an argument.
 
virtual void sends_secondary_event (GapJunctionEvent &ge)
 Required to check, if source neuron may send a SecondaryEvent.
 
virtual void sends_secondary_event (InstantaneousRateConnectionEvent &re)
 Required to check, if source neuron may send a SecondaryEvent.
 
virtual void sends_secondary_event (DiffusionConnectionEvent &de)
 Required to check, if source neuron may send a SecondaryEvent.
 
virtual void sends_secondary_event (DelayedRateConnectionEvent &re)
 Required to check, if source neuron may send a SecondaryEvent.
 
virtual void sends_secondary_event (LearningSignalConnectionEvent &re)
 Required to check if source node may send a LearningSignalConnectionEvent.
 
virtual void sends_secondary_event (SICEvent &sic)
 Required to check if source node may send a SICEvent.
 
virtual void register_stdp_connection (double, double)
 Register a STDP connection.
 
virtual void register_eprop_connection ()
 Registers an eprop connection.
 
virtual void initialize_update_history ()
 Initializes the update history.
 
virtual long get_shift () const
 Retrieves the temporal shift of the signal.
 
virtual void write_update_to_history (const long t_previous_update, const long t_current_update, const bool is_flush_event, const bool previous_was_flush_event)
 Registers the current update in the update history and deregisters the previous update.
 
virtual void erase_used_eprop_history ()
 Erases used e-prop history for bsshslm_2020 models.
 
virtual void erase_used_eprop_history (const long t_spike, const long t_spike_previous)
 Erases used e-prop history based on inter-spike interval.
 
virtual bool is_eprop_recurrent_node () const
 Checks if the node is part of the recurrent network and thus not a readout neuron.
 
virtual double get_Ca_minus () const
 Return the Ca_minus value at time Ca_t which corresponds to the time of the last update in Calcium concentration which is performed each time a Node spikes.
 
virtual double get_synaptic_elements (std::string) const
 Get the number of synaptic element for the current Node at Ca_t which corresponds to the time of the last spike.
 
virtual int get_synaptic_elements_vacant (std::string) const
 Get the number of vacant synaptic element for the current Node Return 0 if not overridden.
 
virtual int get_synaptic_elements_connected (std::string) const
 Get the number of connected synaptic element for the current Node.
 
virtual std::map< std::string, double > get_synaptic_elements () const
 Get the number of all synaptic elements for the current Node at time t.
 
virtual void update_synaptic_elements (double)
 Triggers the update of all SynapticElements stored in the synaptic_element_map_.
 
virtual void decay_synaptic_elements_vacant ()
 Is used to reduce the number of synaptic elements in the node through time.
 
virtual void connect_synaptic_element (std::string, int)
 Is used to update the number of connected synaptic elements (SynapticElement::z_connected_) when a synapse is formed or deleted.
 
virtual double get_K_value (double t)
 return the Kminus value at t (in ms).
 
virtual double get_LTD_value (double t)
 
virtual void get_K_values (double t, double &Kminus, double &nearest_neighbor_Kminus, double &Kminus_triplet)
 write the Kminus, nearest_neighbor_Kminus, and Kminus_triplet values at t (in ms) to the provided locations.
 
virtual void get_history (double t1, double t2, std::deque< histentry >::iterator *start, std::deque< histentry >::iterator *finish)
 return the spike history for (t1,t2].
 
virtual void get_LTP_history (double t1, double t2, std::deque< histentry_extended >::iterator *start, std::deque< histentry_extended >::iterator *finish)
 
virtual void get_urbanczik_history (double t1, double t2, std::deque< histentry_extended >::iterator *start, std::deque< histentry_extended >::iterator *finish, int)
 
virtual double get_C_m (int comp)
 
virtual double get_g_L (int comp)
 
virtual double get_tau_L (int comp)
 
virtual double get_tau_s (int comp)
 
virtual double get_tau_syn_ex (int comp)
 
virtual double get_tau_syn_in (int comp)
 
virtual void compute_gradient (const long t_spike, const long t_spike_previous, double &z_previous_buffer, double &z_bar, double &e_bar, double &e_bar_reg, double &epsilon, double &weight, const CommonSynapseProperties &cp, WeightOptimizer *optimizer, bool is_flush_event, bool previous_was_flush_event, double &sum_grad, long &remaining_steps_until_cutoff, long &decay_steps)
 Compute gradient change for eprop synapses.
 
virtual double compute_gradient (std::vector< long > &presyn_isis, const long t_previous_update, const long t_previous_trigger_spike, const double kappa, const bool average_gradient)
 Compute gradient change for eprop synapses.
 
virtual void event_hook (DSSpikeEvent &)
 Modify Event object parameters during event delivery.
 
virtual void event_hook (DSCurrentEvent &)
 
void set_thread (size_t)
 Store the number of the thread to which the node is assigned.
 
size_t get_thread () const
 Retrieve the number of the thread to which the node is assigned.
 
void set_vp (size_t)
 Store the number of the virtual process to which the node is assigned.
 
size_t get_vp () const
 Retrieve the number of the virtual process to which the node is assigned.
 
void set_model_id (int)
 Set the model id.
 
void set_initialized ()
 Execute post-initialization actions in node models.
 
virtual SignalType sends_signal () const
 
virtual SignalType receives_signal () const
 
Dictionary get_status_base ()
 Return a dictionary with the node's properties.
 
void set_status_base (const Dictionary &)
 Set status dictionary of a node.
 
bool is_model_prototype () const
 Returns true if node is model prototype.
 
void set_thread_lid (const size_t)
 set thread local index
 
size_t get_thread_lid () const
 get thread local index
 
void set_tmp_nc_index (size_t index)
 Set index in node collection; required by ThirdOutBuilder.
 
size_t get_tmp_nc_index ()
 Return and invalidate index in node collection; required by ThirdOutBuilder.
 

Private Member Functions

void init_buffers_ () override
 Configure persistent internal data structures.
 
void pre_run_hook () override
 Re-calculate dependent parameters of the node.
 
void update (const Time &, const long, const long) override
 Advance the state of the node in time through the given interval.
 

Private Attributes

Parameters_ P_
 
Buffers_ B_
 
size_t local_device_id_
 

Additional Inherited Members

- Public Attributes inherited from nest::Node
DeprecationWarning deprecation_warning
 Member of DeprecationWarning class to be used by models if parameters are deprecated.
 
- Protected Member Functions inherited from nest::Node
virtual void init_state_ ()
 Configure state variables depending on runtime information.
 
virtual void set_initialized_ ()
 
Model & get_model_ () const
 
void set_frozen_ (bool frozen)
 Mark node as frozen.
 
template<typename ConcreteNode >
const ConcreteNode & downcast (const Node &)
 Auxiliary function to downcast a Node to a concrete class derived from Node.
 

Constructor & Destructor Documentation

◆ volume_transmitter() [1/2]

nest::volume_transmitter::volume_transmitter ( )

◆ volume_transmitter() [2/2]

nest::volume_transmitter::volume_transmitter ( const volume_transmitter &  n)

Member Function Documentation

◆ deliver_spikes()

const std::vector< spikecounter > & nest::volume_transmitter::deliver_spikes ( )
inline

References B_, and nest::volume_transmitter::Buffers_::spikecounter_.

Referenced by nest::stdp_dopamine_synapse< targetidentifierT >::send().

Here is the caller graph for this function:

◆ get_element_type()

std::string nest::volume_transmitter::get_element_type ( ) const
inlineoverridevirtual

Return the element type of the node.

The returned string is a free label describing the class of network elements a node belongs to. Currently used values are "neuron", "recorder", "stimulator", and "other", which are all defined as static string objects in the names namespace. This function is overwritten with a corresponding value in the derived classes

Reimplemented from nest::Node.

References nest::names::other().

Here is the call graph for this function:

◆ get_local_device_id()

size_t nest::volume_transmitter::get_local_device_id ( ) const
inlineoverridevirtual

Gets the local device id.

Throws an error if used on a non-device node.

See also
set_local_device_id

Reimplemented from nest::Node.

References local_device_id_.

◆ get_status()

void nest::volume_transmitter::get_status ( Dictionary &  ) const
inlineoverridevirtual

Export properties of the node by setting entries in the status dictionary.

Parameters
dDictionary.

Implements nest::Node.

References nest::volume_transmitter::Parameters_::get(), and P_.

Here is the call graph for this function:

◆ handle() [1/15]

void nest::Node::handle ( ConductanceEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [2/15]

void nest::Node::handle ( CurrentEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [3/15]

void nest::Node::handle ( DataLoggingReply &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [4/15]

void nest::Node::handle ( DataLoggingRequest &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [5/15]

void nest::Node::handle ( DelayedRateConnectionEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [6/15]

void nest::Node::handle ( DiffusionConnectionEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [7/15]

void nest::Node::handle ( DoubleDataEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [8/15]

void nest::Node::handle ( GapJunctionEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [9/15]

void nest::Node::handle ( InstantaneousRateConnectionEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [10/15]

void nest::Node::handle ( LearningSignalConnectionEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [11/15]

void nest::Node::handle ( RateEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [12/15]

void nest::Node::handle ( SICEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [13/15]

void nest::volume_transmitter::handle ( SpikeEvent &  e)
overridevirtual

Handle incoming spike events.

Default implementation of event handlers just throws an UnexpectedEvent exception.

Parameters
thrdId of the calling thread.
eEvent object.

This handler has to be implemented if a Node should accept spike events.

See also
class SpikeEvent
class UnexpectedEvent
Exceptions
UnexpectedEventThis is the default event to throw.

Reimplemented from nest::Node.

References nest::RingBuffer::add_value(), B_, nest::kernel(), and nest::volume_transmitter::Buffers_::neuromodulatory_spikes_.

Here is the call graph for this function:

◆ handle() [14/15]

void nest::Node::handle ( SpikeEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handle() [15/15]

void nest::Node::handle ( WeightRecorderEvent &  e)
virtual

Import sets of overloaded virtual functions.

See also
Technical Issues / Virtual Functions: Overriding, Overloading, and Hiding

Reimplemented from nest::Node.

◆ handles_test_event() [1/16]

size_t nest::Node::handles_test_event ( ConductanceEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [2/16]

size_t nest::Node::handles_test_event ( CurrentEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [3/16]

size_t nest::Node::handles_test_event ( DataLoggingRequest &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [4/16]

size_t nest::Node::handles_test_event ( DelayedRateConnectionEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [5/16]

size_t nest::Node::handles_test_event ( DiffusionConnectionEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [6/16]

size_t nest::Node::handles_test_event ( DoubleDataEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [7/16]

size_t nest::Node::handles_test_event ( DSCurrentEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [8/16]

size_t nest::Node::handles_test_event ( DSSpikeEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [9/16]

size_t nest::Node::handles_test_event ( GapJunctionEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [10/16]

size_t nest::Node::handles_test_event ( InstantaneousRateConnectionEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [11/16]

size_t nest::Node::handles_test_event ( LearningSignalConnectionEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [12/16]

size_t nest::Node::handles_test_event ( RateEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [13/16]

size_t nest::Node::handles_test_event ( SICEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ handles_test_event() [14/16]

size_t nest::Node::handles_test_event ( SpikeEvent &  ,
size_t  receptor_type 
)
virtual

Check if the node can handle a particular event and receptor type.

This function is called upon connection setup by send_test_event().

handles_test_event() function is used to verify that the receiver can handle the event. It can also be used by the receiver to return information to the sender in form of the returned port. The default implementation throws an IllegalConnection exception. Any node class should define handles_test_event() functions for all those event types it can handle.

See Kunkel et al, Front Neuroinform 8:78 (2014), Sec 3.

Note
The semantics of all other handles_test_event() functions is identical.
Exceptions
IllegalConnection

Reimplemented from nest::Node.

◆ handles_test_event() [15/16]

size_t nest::volume_transmitter::handles_test_event ( SpikeEvent &  ,
size_t  receptor_type 
)
inlineoverridevirtual

Check if the node can handle a particular event and receptor type.

This function is called upon connection setup by send_test_event().

handles_test_event() function is used to verify that the receiver can handle the event. It can also be used by the receiver to return information to the sender in form of the returned port. The default implementation throws an IllegalConnection exception. Any node class should define handles_test_event() functions for all those event types it can handle.

See Kunkel et al, Front Neuroinform 8:78 (2014), Sec 3.

Note
The semantics of all other handles_test_event() functions is identical.
Exceptions
IllegalConnection

Reimplemented from nest::Node.

References nest::Node::get_name().

Here is the call graph for this function:

◆ handles_test_event() [16/16]

size_t nest::Node::handles_test_event ( WeightRecorderEvent &  ,
size_t  receptor_type 
)
virtual

Reimplemented from nest::Node.

◆ has_proxies()

bool nest::volume_transmitter::has_proxies ( ) const
inlineoverridevirtual

Returns true if the node has proxies on remote threads.

This is used to discriminate between different types of nodes, when adding new nodes to the network.

Reimplemented from nest::Node.

◆ init_buffers_()

void nest::volume_transmitter::init_buffers_ ( )
overrideprivatevirtual

Configure persistent internal data structures.

Let node configure persistent internal data structures, such as input buffers or ODE solvers, to runtime information prior to first simulation.

Reimplemented from nest::Node.

References B_, nest::RingBuffer::clear(), nest::volume_transmitter::Buffers_::neuromodulatory_spikes_, and nest::volume_transmitter::Buffers_::spikecounter_.

Here is the call graph for this function:

◆ local_receiver()

bool nest::volume_transmitter::local_receiver ( ) const
inlineoverridevirtual

Returns true if the node only receives events from nodes/devices on the same thread.

Reimplemented from nest::Node.

◆ pre_run_hook()

void nest::volume_transmitter::pre_run_hook ( )
overrideprivatevirtual

Re-calculate dependent parameters of the node.

This function is called each time a simulation is begun/resumed. It must re-calculate all internal Variables of the node required for spike handling or updating the node.

Implements nest::Node.

References B_, nest::volume_transmitter::Parameters_::deliver_interval_, nest::kernel(), P_, and nest::volume_transmitter::Buffers_::spikecounter_.

Here is the call graph for this function:

◆ set_local_device_id()

void nest::volume_transmitter::set_local_device_id ( const size_t  ldid)
inlineoverridevirtual

Since volume transmitters are duplicated on each thread, and are hence treated just as devices during node creation, we need to define the corresponding setter and getter for local_device_id.

Reimplemented from nest::Node.

References local_device_id_.

◆ set_status()

void nest::volume_transmitter::set_status ( const Dictionary &  )
inlineoverridevirtual

Change properties of the node according to the entries in the dictionary.

Parameters
dDictionary with named parameter settings.

Implements nest::Node.

References P_, and nest::volume_transmitter::Parameters_::set().

Here is the call graph for this function:

◆ update()

void nest::volume_transmitter::update ( const Time &  ,
const long  ,
const long   
)
overrideprivatevirtual

Advance the state of the node in time through the given interval.

This method advances the state of the node through the interval (origin+from, origin+to], which is at most min_delay long.

  • Precondition: State of the node corresponds to the time origin+from.
  • Postcondition: State of the node corresponds to the time origin+to.

Each step between from and to corresponds to one simulation timestep (nest.resolution).

If events are emitted, they have time stamps in the interval T+from+1 .. T+to.

Parameters
originnetwork time at beginning of time slice
frominitial step inside time slice
topost-final step inside time slice

Implements nest::Node.

References B_, nest::KernelManager::connection_manager, nest::volume_transmitter::Parameters_::deliver_interval_, nest::Time::get_ms(), nest::Node::get_node_id(), nest::RingBuffer::get_value(), nest::kernel(), nest::volume_transmitter::Buffers_::neuromodulatory_spikes_, P_, nest::volume_transmitter::Buffers_::spikecounter_, and nest::ConnectionManager::trigger_update_weight().

Here is the call graph for this function:

Member Data Documentation

◆ B_

Buffers_ nest::volume_transmitter::B_
private

◆ local_device_id_

size_t nest::volume_transmitter::local_device_id_
private

◆ P_

Parameters_ nest::volume_transmitter::P_
private

The documentation for this class was generated from the following files: