23#ifndef MUSIC_RATE_IN_HANDLER
24#define MUSIC_RATE_IN_HANDLER
46class MusicRateInHandler
50 MusicRateInHandler( std::string portname );
52 virtual ~MusicRateInHandler();
57 void register_channel(
int channel, Node* mp );
71 void update( Time
const&,
const long,
const long );
74 MUSIC::ContInputPort* MP_;
75 std::vector< double > data_;
78 std::string port_name_;
82 std::vector< Node* > channelmap_;
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
Declarations for base class Node.