NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::sinusoidal_poisson_generator::State_ Struct Reference

Public Member Functions

 State_ ()
 Sets default state value.
 
void get (Dictionary &) const
 Store current values in dictionary.
 

Public Attributes

double y_0_
 Two-component oscillator state vector, see Rotter&Diesmann.
 
double y_1_
 
double rate_
 current rate, kept for recording
 

Constructor & Destructor Documentation

◆ State_()

nest::sinusoidal_poisson_generator::State_::State_ ( )

Sets default state value.

Member Function Documentation

◆ get()

void nest::sinusoidal_poisson_generator::State_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::y_0(), and nest::names::y_1().

Referenced by nest::sinusoidal_poisson_generator::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ rate_

double nest::sinusoidal_poisson_generator::State_::rate_

◆ y_0_

double nest::sinusoidal_poisson_generator::State_::y_0_

Two-component oscillator state vector, see Rotter&Diesmann.

Referenced by nest::sinusoidal_poisson_generator::pre_run_hook(), and nest::sinusoidal_poisson_generator::update().

◆ y_1_

double nest::sinusoidal_poisson_generator::State_::y_1_

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