LOLA
lola::vx::v3::AtomicNeuron::ConstantCurrent Struct Reference

#include <neuron.h>

Public Types

enum class  Type { source , sink }
 Sink/source offset current on membrane. More...
 

Public Member Functions

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

Public Attributes

bool enable
 Enable application of offset current on membrane. More...
 
AnalogValueVariant i_offset
 Offset current source/sink from the membrane. More...
 
enum lola::vx::v3::AtomicNeuron::ConstantCurrent::Type type
 

Friends

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

Detailed Description

Definition at line 186 of file neuron.h.

Member Enumeration Documentation

◆ Type

Sink/source offset current on membrane.

Enumerator
source 
sink 

Definition at line 197 of file neuron.h.

Constructor & Destructor Documentation

◆ ConstantCurrent()

lola::vx::v3::AtomicNeuron::ConstantCurrent::ConstantCurrent ( )

Member Function Documentation

◆ operator!=()

bool lola::vx::v3::AtomicNeuron::ConstantCurrent::operator!= ( ConstantCurrent const &  other) const

◆ operator==()

bool lola::vx::v3::AtomicNeuron::ConstantCurrent::operator== ( ConstantCurrent const &  other) const

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ enable

bool lola::vx::v3::AtomicNeuron::ConstantCurrent::enable

Enable application of offset current on membrane.

Definition at line 191 of file neuron.h.

◆ i_offset

AnalogValueVariant lola::vx::v3::AtomicNeuron::ConstantCurrent::i_offset

Offset current source/sink from the membrane.

Definition at line 194 of file neuron.h.

◆ type

enum lola::vx::v3::AtomicNeuron::ConstantCurrent::Type lola::vx::v3::AtomicNeuron::ConstantCurrent::type

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