Nest node to handle synapse updates on regular time grid.
More...
#include <connection_updater.h>
Nest node to handle synapse updates on regular time grid.
◆ ConnectionUpdater() [1/2]
spore::ConnectionUpdater::ConnectionUpdater |
( |
| ) |
|
◆ ConnectionUpdater() [2/2]
◆ ~ConnectionUpdater()
spore::ConnectionUpdater::~ConnectionUpdater |
( |
| ) |
|
|
virtual |
◆ calibrate()
void spore::ConnectionUpdater::calibrate |
( |
| ) |
|
|
virtual |
Called when a simulation is about to be started. This Will set the node frozen if the ConnectionUpdateManager does not need updates.
◆ finalize()
void spore::ConnectionUpdater::finalize |
( |
| ) |
|
|
virtual |
Called when a simulation is finished.
◆ update()
void spore::ConnectionUpdater::update |
( |
nest::Time const & |
origin, |
|
|
const long |
from, |
|
|
const long |
to |
|
) |
| |
|
virtual |
Update function of the ConnectionUpdater node. This will trigger the update function of the ConnectionUpdateManager in regular time intervals given by ConnectionUpdateManager::interval_.
- Parameters
-
origin | the time slice origin. |
from | from time offset. |
to | to time offset. |
The documentation for this class was generated from the following files: