NEST
2.6.0,not_revisioned_source_dir@0
|
#include <syn_id_delay.h>
Public Member Functions | |
SynIdDelay (double_t d) | |
SynIdDelay (const SynIdDelay &s) | |
double_t | get_delay_ms () const |
Return the delay of the connection in ms. More... | |
void | set_delay_ms (const double_t d) |
Set the delay of the connection specified in ms. More... | |
Public Attributes | |
unsigned | syn_id: 8 |
unsigned | delay: 24 |
|
inline |
References set_delay_ms().
|
inline |
|
inline |
Return the delay of the connection in ms.
References nest::Time::delay_steps_to_ms().
Referenced by nest::Connection< targetidentifierT >::get_delay().
|
inline |
Set the delay of the connection specified in ms.
References nest::Time::delay_ms_to_steps().
Referenced by nest::Connection< targetidentifierT >::set_delay(), and SynIdDelay().
unsigned nest::SynIdDelay::delay |
unsigned nest::SynIdDelay::syn_id |