From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html | 440 ++++++++++++++++++++++ 1 file changed, 440 insertions(+) create mode 100644 docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html (limited to 'docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html') diff --git a/docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html b/docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html new file mode 100644 index 00000000..aea3416b --- /dev/null +++ b/docs/doxygen/nel/classNLAINIMAT_1_1IBlackBox.html @@ -0,0 +1,440 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAINIMAT::IBlackBox Class Reference

An interface between an agent and a C++ component. +More... +

+#include <black_box.h> +

+List of all members. + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 IBlackBox ()
Description functions
Give the interface (Inputs, Outputs, ParamaeterIn and ParameterOut) of the IBlackBox.

virtual tCommandList getInputList () const=0
 Return the list of Inputs for command signal. More...

virtual tCommandList getOutputList () const=0
 Return the list of Outputs for command signal. More...

virtual tParameterList getParamInList () const=0
 Return the list of parameters used by the IBlackBox. More...

virtual tParameterList getParamOutList () const=0
 Return the list of parameters returned by the IBlackBox. More...

Running functions
Functions used during the run time of the IBlackBox.

virtual void setInput (tString inputName, bool)=0
 Fix the value of an input signal. More...

virtual bool getOutput (tString outputName)=0
 Return the value of an output signal. More...

virtual void setParamIn (tString parameterName, IObjectIA val)=0
 Set the value of an input parameter. More...

virtual const IObjectIA * getParamOut (tString parameterName)=0
 Get the value of an output parameter. More...

virtual tParameterList getNeededParamIn () const=0
 Return a list of the parameters which need to be updated. More...

+


Detailed Description

+An interface between an agent and a C++ component. +

+An IBlackBox is an interface for any component which can be use in the built of an agent. It's like an electronique component which can be plug in an agent. There can be input and output parameter and input and output command signal.

+Author:
+Robert Gabriel , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 42 of file black_box.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAINIMAT::IBlackBox::IBlackBox  
+
+ + + + + +
+   + + +

+

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual tCommandList NLAINIMAT::IBlackBox::getInputList   const [pure virtual]
+
+ + + + + +
+   + + +

+Return the list of Inputs for command signal. +

+It's a list of the differents pins which can be triggered when receiving an incoming event.

+

+ + + + +
+ + + + + + + + + +
virtual tParameterList NLAINIMAT::IBlackBox::getNeededParamIn   const [pure virtual]
+
+ + + + + +
+   + + +

+Return a list of the parameters which need to be updated. +

+

+

+ + + + +
+ + + + + + + + + + +
virtual bool NLAINIMAT::IBlackBox::getOutput tString   outputName [pure virtual]
+
+ + + + + +
+   + + +

+Return the value of an output signal. +

+

+

+ + + + +
+ + + + + + + + + +
virtual tCommandList NLAINIMAT::IBlackBox::getOutputList   const [pure virtual]
+
+ + + + + +
+   + + +

+Return the list of Outputs for command signal. +

+It's a list of the differents pins which allows to send an event, to triggered anoter IBlackBox.

+

+ + + + +
+ + + + + + + + + +
virtual tParameterList NLAINIMAT::IBlackBox::getParamInList   const [pure virtual]
+
+ + + + + +
+   + + +

+Return the list of parameters used by the IBlackBox. +

+It's the name and type of each parameters.

+

+ + + + +
+ + + + + + + + + + +
virtual const IObjectIA* NLAINIMAT::IBlackBox::getParamOut tString   parameterName [pure virtual]
+
+ + + + + +
+   + + +

+Get the value of an output parameter. +

+

+

+ + + + +
+ + + + + + + + + +
virtual tParameterList NLAINIMAT::IBlackBox::getParamOutList   const [pure virtual]
+
+ + + + + +
+   + + +

+Return the list of parameters returned by the IBlackBox. +

+It's the name and type of each parameters.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
virtual void NLAINIMAT::IBlackBox::setInput tString   inputName,
bool  
[pure virtual]
+
+ + + + + +
+   + + +

+Fix the value of an input signal. +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
virtual void NLAINIMAT::IBlackBox::setParamIn tString   parameterName,
IObjectIA   val
[pure virtual]
+
+ + + + + +
+   + + +

+Set the value of an input parameter. +

+

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1