My Project
Public Attributes | List of all members
NPL::NeuronFile Struct Reference

Neuron file is the primary file in NPL. More...

#include <NPLStruct_obsoleted.h>

Public Attributes

CNPLScriptingStatem_pRuntimeState
 the NPL runtime state for this neuron file. More...
 
int m_nInactivePassCount
 the number of passes that this file has been inactive NPL will unload files that has been inactive for too long, just to save space. More...
 

Detailed Description

Neuron file is the primary file in NPL.

They are always simulated (executed) from where they live. I.e. Stimuli may come from another runtime and processed in the neuron file and finally several messages may route to other NPL runtime.

Neurons (also spelled neurones or called nerve cells) are the primary cells of the nervous system

Member Data Documentation

§ m_nInactivePassCount

int NPL::NeuronFile::m_nInactivePassCount

the number of passes that this file has been inactive NPL will unload files that has been inactive for too long, just to save space.

§ m_pRuntimeState

CNPLScriptingState* NPL::NeuronFile::m_pRuntimeState

the NPL runtime state for this neuron file.

if the state is NULL, it is a remote neuron file


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