CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
PkaPlcModulation Struct Reference

#include <carlsim_datastructures.h>

Public Member Functions

 PkaPlcModulation (int nm_pka, float w_pka, int nm_plc, float w_plc)
 
const char * lingat_pka ()
 
const char * lingat_plc ()
 
int nm_pka ()
 
int nm_plc ()
 
float w_pka ()
 
float w_plc ()
 

Public Attributes

const char * desc [2]
 description of of PKA/PLC nm More...
 
int i_nm [2]
 indizes of PKA/PLC targeting nm More...
 
const int i_pka = 0
 index of nm induces PKA More...
 
const int i_plc = 1
 index of nm inducing PLC More...
 
const STDPType type = PKA_PLC_MOD
 
float w_nm [2]
 weigth of PKA/PLCA targeting nm More...
 

Detailed Description

Definition at line 822 of file carlsim_datastructures.h.

Constructor & Destructor Documentation

◆ PkaPlcModulation()

PkaPlcModulation ( int  nm_pka,
float  w_pka,
int  nm_plc,
float  w_plc 
)
inline

Definition at line 824 of file carlsim_datastructures.h.

Here is the call graph for this function:

Member Function Documentation

◆ lingat_pka()

const char* lingat_pka ( )
inline

Definition at line 847 of file carlsim_datastructures.h.

◆ lingat_plc()

const char* lingat_plc ( )
inline

Definition at line 848 of file carlsim_datastructures.h.

◆ nm_pka()

int nm_pka ( )
inline

Definition at line 843 of file carlsim_datastructures.h.

Here is the caller graph for this function:

◆ nm_plc()

int nm_plc ( )
inline

Definition at line 844 of file carlsim_datastructures.h.

Here is the caller graph for this function:

◆ w_pka()

float w_pka ( )
inline

Definition at line 845 of file carlsim_datastructures.h.

Here is the caller graph for this function:

◆ w_plc()

float w_plc ( )
inline

Definition at line 846 of file carlsim_datastructures.h.

Here is the caller graph for this function:

Member Data Documentation

◆ desc

const char* desc[2]

Definition at line 840 of file carlsim_datastructures.h.

◆ i_nm

int i_nm[2]

Definition at line 839 of file carlsim_datastructures.h.

◆ i_pka

const int i_pka = 0

Definition at line 836 of file carlsim_datastructures.h.

◆ i_plc

const int i_plc = 1

Definition at line 837 of file carlsim_datastructures.h.

◆ type

const STDPType type = PKA_PLC_MOD

Definition at line 835 of file carlsim_datastructures.h.

◆ w_nm

float w_nm[2]

Definition at line 838 of file carlsim_datastructures.h.


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