|
|
||||||
|
|
FunctionsFaudes-functions implement operations to be performed on faudes-typed parameters. Each faudes-function has one or more signatures to specify supported parameter types. For example, the function for the parallel composition of two generators has the following signature: Signature: Parallel(+In+ Generator G1, +In+ Generator G2, +Out+ Generator GRes) Parallel(+In+ GeneratorVector GVec, +Out+ Generator GRes) A parameter that remains constant during the execution of a function is referred to as an argument, indicated by +In+. A parameter, that does not affect the outcome of the function, but that does change its value during execution, is referred to as a result, indicated by +Out+. Other parameters are flagged +InOut+. Faudes-functions available in this copy of libFAUDES are:
libFAUDES 2.32b --- 2024.03.08 --- with "synthesis-observer-diagnosis-iosystem-hiosys-multitasking-coordinationcontrol-timed-iodevice-simulator-luabindings" |