>xabsl   The Extensible Agent Behavior Specification Language

XabslEngine Class Library Reference

 

xabsl::DecimalInputSymbol Class Reference

#include <XabslSymbols.h>

Inheritance diagram for xabsl::DecimalInputSymbol:

Inheritance graph
[legend]
Collaboration diagram for xabsl::DecimalInputSymbol:

Collaboration graph
[legend]
List of all members.

Detailed Description

Represents a decimal input symbol of the Engine.

Author:
Martin Loetzsch

Definition at line 129 of file XabslSymbols.h.


Public Member Functions

 DecimalInputSymbol (const char *name, const double *pVariable, ErrorHandler &errorHandler, int index)
 Constructor.

 DecimalInputSymbol (const char *name, double(*pFunction)(), ErrorHandler &errorHandler, int index)
 Constructor.


Constructor & Destructor Documentation

xabsl::DecimalInputSymbol::DecimalInputSymbol const char *  name,
const double *  pVariable,
ErrorHandler errorHandler,
int  index
[inline]
 

Constructor.

Parameters:
name The name of the symbol, for debugging purposes
pVariable A pointer to the variable that the symbol stands for
index Index of the symbol in array in corresponding engine

Definition at line 138 of file XabslSymbols.h.

xabsl::DecimalInputSymbol::DecimalInputSymbol const char *  name,
double(*  pFunction)(),
ErrorHandler errorHandler,
int  index
[inline]
 

Constructor.

Parameters:
name The name of the symbol, for debugging purposes
pFunction A pointer to a double returning function in the software environment
index Index of the symbol in array in corresponding engine

Definition at line 147 of file XabslSymbols.h.


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

Up | Main Page | Generated at Wed Aug 19 17:32:31 2009.