Package | Description |
---|---|
cnslab.cnsmath | |
cnslab.cnsnetwork |
Modifier and Type | Field and Description |
---|---|
InputEvent |
RBTree.firstInput
save time for noTillFireEvent iteration
|
Modifier and Type | Class and Description |
---|---|
class |
AInputEvent
Same as InputEvent but, Avalanch InputEvent stored extra avlanch id and sourceID
|
Modifier and Type | Field and Description |
---|---|
protected Queue<InputEvent> |
Network.inputQueue
The (internal) input spike queue
|
Modifier and Type | Method and Description |
---|---|
InputEvent |
Network.getFirstInputEvent() |
Modifier and Type | Method and Description |
---|---|
Slot<InputEvent> |
Network.getInputEventSlot() |
Modifier and Type | Method and Description |
---|---|
int |
InputEvent.compareTo(InputEvent arg0) |
void |
Network.inputProcess(InputEvent firstInput)
Deprecated.
|
void |
ANetwork.inputProcess(InputEvent firstInput)
process the event from inputQueue
|
boolean |
TreeQueue.noTillInputEvent(InputEvent event) |
void |
Network.pInputProcess(InputEvent firstInputEvent)
Process the event from inputQueue in parallel.
|
void |
ANetwork.pInputProcess(InputEvent firstInput)
process the event from inputQueue
|