Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9

Detailed Description

Function prototypes for the neural simulator, and abstract neurer.

Author
János Végh (jvegh)

The neural-related classes and functionality

Files

file  AbstractNeurer.h
 

Classes

class  AbstractNeurer
 

Enumerations

enum  NeurerOperatingBit_t {
  nsb_Resting, nsb_Triggering, nsb_Charging , nsb_Firing,
  nsb_Max
}
 the names of the bits in the bitset for operating the neurer More...
 

Enumeration Type Documentation

◆ NeurerOperatingBit_t

enum typedef NeurerOperatingBit_t

the names of the bits in the bitset for operating the neurer

Enumerator
nsb_Resting 

Set if neurer is resting.

nsb_Triggering 

Set if neurer is attempting to reach membrane's threshold.

nsb_Charging 

Set if neurer is charging up its membrane to prepare firing.

nsb_Firing 

Set if neurer' membrane is in course of discharging.

nsb_Max 

Set if neurer' membrane is in course of firing.

The max number of bits in the set