#include <syn_id_delay.h>
Public Member Functions | |
| SynIdDelay (double d) | |
| SynIdDelay (const SynIdDelay &s)=default | |
| SynIdDelay & | operator= (const SynIdDelay &s)=default |
| double | get_delay_ms () const |
| Return the delay of the connection in ms. | |
| void | set_delay_ms (const double d) |
| Set the delay of the connection specified in ms. | |
| void | set_source_has_more_targets (const bool more_targets) |
| bool | source_has_more_targets () const |
| void | disable () |
| Disables the synapse. | |
| bool | is_disabled () const |
| Returns a flag denoting if the synapse is disabled. | |
Public Attributes | |
| unsigned int | delay: NUM_BITS_DELAY |
| unsigned int | syn_id: NUM_BITS_SYN_ID |
| bool | more_targets: 1 |
| bool | disabled: 1 |
|
inlineexplicit |
|
default |
|
inline |
Disables the synapse.
References disabled.
Referenced by nest::Connection< targetidentifierT >::disable().
|
inline |
Return the delay of the connection in ms.
References delay, and nest::Time::delay_steps_to_ms().
Referenced by nest::Connection< targetidentifierT >::get_delay().
|
inline |
Returns a flag denoting if the synapse is disabled.
References disabled.
Referenced by nest::Connection< targetidentifierT >::is_disabled().
|
default |
|
inline |
Set the delay of the connection specified in ms.
References delay, and nest::Time::delay_ms_to_steps().
Referenced by nest::Connection< targetidentifierT >::set_delay(), and SynIdDelay().
|
inline |
References more_targets.
Referenced by nest::Connection< targetidentifierT >::set_source_has_more_targets().
|
inline |
References more_targets.
Referenced by nest::Connection< targetidentifierT >::source_has_more_targets().
| unsigned int nest::SynIdDelay::delay |
| bool nest::SynIdDelay::disabled |
Referenced by disable(), and is_disabled().
| bool nest::SynIdDelay::more_targets |
Referenced by set_source_has_more_targets(), and source_has_more_targets().
| unsigned int nest::SynIdDelay::syn_id |