LOLA
Leak Struct Reference

#include <neuron.h>

Public Member Functions

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

Public Attributes

bool enable_degeneration
 Enable source degeneration of leak OTA. More...
 
bool enable_division
 Enable division (/8) of leak conductance. More...
 
bool enable_multiplication
 Enable multiplication (*8) of leak conductance. More...
 
AnalogValueVariant i_bias
 
AnalogValueVariant v_leak
 Leak potential. More...
 

Friends

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

Detailed Description

Definition at line 47 of file neuron.h.

Constructor & Destructor Documentation

◆ Leak() [1/2]

Leak::Leak ( )

◆ Leak() [2/2]

Leak::Leak ( )

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

Friends And Related Function Documentation

◆ operator<< [1/2]

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

◆ operator<< [2/2]

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

Member Data Documentation

◆ enable_degeneration

bool Leak::enable_degeneration

Enable source degeneration of leak OTA.

Definition at line 61 of file neuron.h.

◆ enable_division

bool Leak::enable_division

Enable division (/8) of leak conductance.

Definition at line 64 of file neuron.h.

◆ enable_multiplication

bool Leak::enable_multiplication

Enable multiplication (*8) of leak conductance.

Definition at line 67 of file neuron.h.

◆ i_bias

AnalogValueVariant Leak::i_bias

Definition at line 58 of file neuron.h.

◆ v_leak

AnalogValueVariant Leak::v_leak

Leak potential.

Definition at line 52 of file neuron.h.


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