|
CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
| bool | operator== (const struct ConnectionInfo_s &conn) |
Public Attributes | |
| short int | connId |
| uint8_t | delay |
| int | grpDest |
| int | grpSrc |
| float | initWt |
| float | maxWt |
| int | nDest |
| int | nSrc |
| int | preSynId |
| int | srcGLoffset |
Definition at line 252 of file snn_datastructures.h.
|
inline |
Definition at line 265 of file snn_datastructures.h.
| short int connId |
Definition at line 261 of file snn_datastructures.h.
| uint8_t delay |
Definition at line 262 of file snn_datastructures.h.
| int grpDest |
Definition at line 254 of file snn_datastructures.h.
| int grpSrc |
Definition at line 253 of file snn_datastructures.h.
| float initWt |
Definition at line 258 of file snn_datastructures.h.
| float maxWt |
Definition at line 259 of file snn_datastructures.h.
| int nDest |
Definition at line 256 of file snn_datastructures.h.
| int nSrc |
Definition at line 255 of file snn_datastructures.h.
| int preSynId |
Definition at line 260 of file snn_datastructures.h.
| int srcGLoffset |
Definition at line 257 of file snn_datastructures.h.