| |
libFAUDES
PlugIns
Types
Functions
|
Elementary TypesThere are three elementary types to represent integer, boolean and string values. They are implemented by the c types long int, bool and std::string.IntegerThe Integer type represents integer values from -(2^31) to (2^31-1). The token io format is<Integer> 1234 </Integer> BooleanThe Boolean type represents two values, denoted true and false. The token io format is<Boolean> "true" </Boolean> <Boolean> "false" </Boolean> StringThe 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"