#include <target_data.h>
Public Member Functions | |
| void | set_lcid (const size_t lcid) |
| Sets the local connection ID. | |
| size_t | get_lcid () const |
| Returns the local connection ID. | |
| void | set_tid (const size_t tid) |
| Sets the target ID. | |
| size_t | get_tid () const |
| Returns the target ID. | |
| void | set_syn_id (const synindex syn_id) |
| Sets the synapse-type ID. | |
| synindex | get_syn_id () const |
| Returns the synapse-type ID. | |
Private Attributes | |
| unsigned int | lcid_: NUM_BITS_LCID |
| unsigned int | tid_: NUM_BITS_TID |
| unsigned int | syn_id_: NUM_BITS_SYN_ID |
|
inline |
Returns the local connection ID.
References lcid_.
Referenced by nest::TargetTable::add_target().
|
inline |
Returns the synapse-type ID.
References syn_id_.
Referenced by nest::TargetTable::add_target().
|
inline |
Returns the target ID.
References tid_.
Referenced by nest::TargetTable::add_target().
|
inline |
Sets the local connection ID.
References lcid_.
Referenced by nest::ConnectionManager::fill_target_buffer(), and nest::SourceTable::populate_target_data_fields_().
|
inline |
Sets the synapse-type ID.
References syn_id_.
Referenced by nest::ConnectionManager::fill_target_buffer(), and nest::SourceTable::populate_target_data_fields_().
|
inline |
Sets the target ID.
References tid_.
Referenced by nest::ConnectionManager::fill_target_buffer(), and nest::SourceTable::populate_target_data_fields_().
|
private |
Referenced by get_lcid(), and set_lcid().
|
private |
Referenced by get_syn_id(), and set_syn_id().