|
| | OffGridSpikeData () |
| |
| | OffGridSpikeData (const Target &target, const size_t lag, const double offset) |
| |
| | OffGridSpikeData (const size_t tid, const synindex syn_id, const size_t lcid, const unsigned int lag, const double offset) |
| |
| | OffGridSpikeData (const OffGridSpikeData &rhs) |
| |
| OffGridSpikeData & | operator= (const OffGridSpikeData &rhs) |
| |
| OffGridSpikeData & | operator= (const SpikeData &rhs) |
| |
| void | set (const size_t tid, const synindex syn_id, const size_t lcid, const unsigned int lag, const double offset) |
| |
| template<class TargetT > |
| void | set (const TargetT &target, const unsigned int lag) |
| |
| double | get_offset () const |
| |
| | SpikeData () |
| |
| | SpikeData (const SpikeData &rhs) |
| |
| | SpikeData (const Target &target, const size_t lag, const bool is_flush_event) |
| |
| | SpikeData (const size_t tid, const synindex syn_id, const size_t lcid, const unsigned int lag) |
| |
| SpikeData & | operator= (const SpikeData &rhs) |
| |
| void | set (const size_t tid, const synindex syn_id, const size_t lcid, const unsigned int lag, const double offset) |
| | Required in connection with direct-send events.
|
| |
| template<class TargetT > |
| void | set (const TargetT &target, const unsigned int lag) |
| |
| size_t | get_lcid () const |
| | Returns local connection ID.
|
| |
| void | set_lcid (size_t) |
| | Sets lcid value.
|
| |
| unsigned int | get_lag () const |
| | Returns lag in min-delay interval.
|
| |
| size_t | get_tid () const |
| | Returns thread index.
|
| |
| synindex | get_syn_id () const |
| | Returns synapse-type index.
|
| |
| unsigned int | get_marker () const |
| | Returns marker.
|
| |
| void | reset_marker () |
| | Resets the status flag to default value.
|
| |
| void | set_complete_marker () |
| | Sets the status flag to complete marker.
|
| |
| void | set_end_marker () |
| | Sets the status flag to end marker.
|
| |
| void | set_invalid_marker () |
| | Sets the status flag to invalid marker.
|
| |
| bool | is_complete_marker () const |
| | Returns whether the marker is the complete marker.
|
| |
| bool | is_end_marker () const |
| | Returns whether the marker is the end marker.
|
| |
| bool | is_invalid_marker () const |
| | Returns whether the marker is the invalid marker.
|
| |
| bool | is_flush_event () const |
| | Returns whether this spike is a flush event.
|
| |
| double | get_offset () const |
| | Returns offset.
|
| |
| void | set_flush_event_flag (bool is_flush_event) |
| | Sets the flush event flag.
|
| |