| |
libFAUDES
Sections
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 characters. The token IO format is <String> "some ASCII text, no control characters" </String> |
libFAUDES 2.14g --- 2009-12-3 --- plugins "example synthesis observer diagnosis hiosys multitasking timed simulator iodevice luabindings"