InitSynapseUpdater SLI function. More...
#include <sporemodule.h>
Public Member Functions | |
InitSynapseUpdater_i_i_Function () | |
void | execute (SLIInterpreter *) const |
InitSynapseUpdater SLI function.
This SLI command takes two arguments interval and max_delay. interval determines the update interval of diligent synapses and must be strictly larger than 0. max_delay determines the maximum acceptable delay for diligent synapses and must be larger or equal to 0.
spore::SporeModule::InitSynapseUpdater_i_i_Function::InitSynapseUpdater_i_i_Function | ( | ) |
Constructor.
void spore::SporeModule::InitSynapseUpdater_i_i_Function::execute | ( | SLIInterpreter * | i | ) | const |
Initializes the synapse updater nodes.
i | pointer to the SLI interpreter. |