|
Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|


Public Attributes | |
| int | duration |
| BGFLOAT | x |
| BGFLOAT | y |
| int | patience |
| int | onSiteTime |
| std::string | type |
Public Attributes inherited from InputEvent | |
| int | vertexId |
| uint64_t | time |
Definition at line 31 of file InputEvent.h.
| int Call::duration |
Definition at line 33 of file InputEvent.h.
| int Call::onSiteTime |
Definition at line 40 of file InputEvent.h.
| int Call::patience |
Definition at line 38 of file InputEvent.h.
| std::string Call::type |
Definition at line 41 of file InputEvent.h.
| BGFLOAT Call::x |
Definition at line 35 of file InputEvent.h.
| BGFLOAT Call::y |
Definition at line 36 of file InputEvent.h.