Class to represent a single entry in the spiking history of the ClopathArchivingNode or the UrbanczikArchivingNode.
More...
#include <histentry.h>
|
| bool | operator< (const histentry_extended &he, double t) |
| | how often this entry was accessed (to enable removal, once read by all synapses which need it)
|
| |
Class to represent a single entry in the spiking history of the ClopathArchivingNode or the UrbanczikArchivingNode.
These history entries typically represent continuously-evolving values in time, so history timestamps correspond to nest.biological_time in simulation resolution rather than times of spikes.
◆ histentry_extended()
| nest::histentry_extended::histentry_extended |
( |
double |
t, |
|
|
double |
dw, |
|
|
size_t |
access_counter |
|
) |
| |
◆ operator<
how often this entry was accessed (to enable removal, once read by all synapses which need it)
◆ access_counter_
| size_t nest::histentry_extended::access_counter_ |
◆ dw_
| double nest::histentry_extended::dw_ |
◆ t_
| double nest::histentry_extended::t_ |
point in time for the history entry (in ms)
The documentation for this class was generated from the following files: