libFAUDES

PlugIns

Types

Functions

Elementary Types

There are three elementary types to represent integer, boolean and string values. They are implemented by the c types long int, bool and std::string.

Integer

The Integer type represents integer values from -(2^31) to (2^31-1). The token io format is
<Integer> 1234   </Integer> 

Boolean

The Boolean type represents two values, denoted true and false. The token io format is
<Boolean> "true" </Boolean>
<Boolean> "false" </Boolean>

String

The String type represents a string of ASCII charakters. The token io format is
<String> "some ascii text, no control characters" </String>

libFAUDES 2.13a run-time interface with "example observer hiosys multitasking timed simulator luabindings"