NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::histentry_extended Class Reference

Class to represent a single entry in the spiking history of the ClopathArchivingNode or the UrbanczikArchivingNode. More...

#include <histentry.h>

Public Member Functions

 histentry_extended (double t, double dw, size_t access_counter)
 

Public Attributes

double t_
 point in time for the history entry (in ms)
 
double dw_
 
size_t access_counter_
 

Friends

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ histentry_extended()

nest::histentry_extended::histentry_extended ( double  t,
double  dw,
size_t  access_counter 
)

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const histentry_extended &  he,
double  t 
)
friend

how often this entry was accessed (to enable removal, once read by all synapses which need it)

Member Data Documentation

◆ 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: