23#ifndef MUSIC_EVENT_IN_PROXY_H
24#define MUSIC_EVENT_IN_PROXY_H
42void register_music_event_in_proxy(
const std::string& name );
96class music_event_in_proxy :
public DeviceNode
100 music_event_in_proxy();
101 music_event_in_proxy(
const music_event_in_proxy& );
109 one_node_per_process()
const
120 using Node::handles_test_event;
122 void handle( SpikeEvent& );
123 size_t send_test_event( Node&,
size_t, synindex,
bool );
129 void init_buffers_();
133 update( Time
const&,
const long,
const long )
142 std::string port_name_;
166 void set(
const Dictionary&,
const Parameters_& );
176music_event_in_proxy::send_test_event( Node& target,
size_t receptor_type,
synindex,
bool )
179 e.set_sender( *
this );
181 return target.handles_test_event( e, receptor_type );
Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
const std::string target("target")
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
const double e
Definition numerics.cpp:32