LOLA
Threshold Struct Reference

#include <neuron.h>

Public Member Functions

 Threshold () SYMBOL_VISIBLE
 
 Threshold () SYMBOL_VISIBLE
 
bool operator!= (Threshold const &other) const SYMBOL_VISIBLE
 
bool operator!= (Threshold const &other) const SYMBOL_VISIBLE
 
bool operator== (Threshold const &other) const SYMBOL_VISIBLE
 
bool operator== (Threshold const &other) const SYMBOL_VISIBLE
 

Public Attributes

bool enable
 Enable spike threshold comparator. More...
 
AnalogValueVariant v_threshold
 Spike Threshold potential. More...
 

Friends

std::ostream & operator<< (std::ostream &os, Threshold const &config) SYMBOL_VISIBLE
 
std::ostream & operator<< (std::ostream &os, Threshold const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 105 of file neuron.h.

Constructor & Destructor Documentation

◆ Threshold() [1/2]

Threshold::Threshold ( )

◆ Threshold() [2/2]

Threshold::Threshold ( )

Member Function Documentation

◆ operator!=() [1/2]

bool Threshold::operator!= ( Threshold const &  other) const

◆ operator!=() [2/2]

bool Threshold::operator!= ( Threshold const &  other) const

◆ operator==() [1/2]

bool Threshold::operator== ( Threshold const &  other) const

◆ operator==() [2/2]

bool Threshold::operator== ( Threshold const &  other) const

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  os,
Threshold const &  config 
)
friend

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  os,
Threshold const &  config 
)
friend

Member Data Documentation

◆ enable

bool Threshold::enable

Enable spike threshold comparator.

Definition at line 110 of file neuron.h.

◆ v_threshold

AnalogValueVariant Threshold::v_threshold

Spike Threshold potential.

Definition at line 113 of file neuron.h.


The documentation for this struct was generated from the following file: