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

Class to represent a single entry in the spiking history of the ArchivingNode. More...

#include <histentry.h>

Public Member Functions

 histentry (double t, double Kminus, double Kminus_triplet, size_t access_counter)
 

Public Attributes

double t_
 point in time when spike occurred (in ms)
 
double Kminus_
 value of Kminus at that time
 
double Kminus_triplet_
 value of triplet STDP Kminus at that time
 
size_t access_counter_
 

Detailed Description

Class to represent a single entry in the spiking history of the ArchivingNode.

Constructor & Destructor Documentation

◆ histentry()

nest::histentry::histentry ( double  t,
double  Kminus,
double  Kminus_triplet,
size_t  access_counter 
)

Member Data Documentation

◆ access_counter_

size_t nest::histentry::access_counter_

◆ Kminus_

double nest::histentry::Kminus_

value of Kminus at that time

◆ Kminus_triplet_

double nest::histentry::Kminus_triplet_

value of triplet STDP Kminus at that time

◆ t_

double nest::histentry::t_

point in time when spike occurred (in ms)


The documentation for this class was generated from the following files: