|
NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. More... | |
| Parameters_ (const Parameters_ &) | |
| Recalibrate all times. More... | |
| void | get (DictionaryDatum &) const |
| void | set (const DictionaryDatum &, State_ &) |
| Set values from dicitonary. More... | |
Public Attributes | |
| std::string | port_name_ |
| the name of MUSIC port to connect to More... | |
| int | channel_ |
| the MUSIC channel of the port More... | |
| nest::music_event_in_proxy::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| nest::music_event_in_proxy::Parameters_::Parameters_ | ( | const Parameters_ & | op | ) |
Recalibrate all times.
| void nest::music_event_in_proxy::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
References nest::names::music_channel, and nest::names::port_name.
| void nest::music_event_in_proxy::Parameters_::set | ( | const DictionaryDatum & | d, |
| State_ & | s | ||
| ) |
Set values from dicitonary.
References nest::names::d, nest::names::music_channel, nest::names::port_name, and nest::music_event_in_proxy::State_::registered_.
Referenced by nest::music_event_in_proxy::set_status().
| int nest::music_event_in_proxy::Parameters_::channel_ |
the MUSIC channel of the port
| std::string nest::music_event_in_proxy::Parameters_::port_name_ |
the name of MUSIC port to connect to
Referenced by nest::music_event_in_proxy::music_event_in_proxy(), and nest::music_event_in_proxy::set_status().
1.8.7