NPL::NeuronFile Struct Reference

Collaboration diagram for NPL::NeuronFile:

Collaboration graph
[legend]
List of all members.

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


Public Attributes

CNPLRuntimeStatem_pRuntimeState
 the NPL runtime state for this neuron file.
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.


Member Data Documentation

CNPLRuntimeState* NPL::NeuronFile::m_pRuntimeState

the NPL runtime state for this neuron file.

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

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.


Generated on Mon Dec 1 14:34:43 2008 for NPL Scripting Reference for ParaEngine by  doxygen 1.5.2