|
|
||||||
|
Detailed DescriptionOverviewThis plugin extends libFAUDES to model timed automata as discussed by R. Alur and D.L. Dill. It defines a class to represent time constraints and attribute classes to model guards, invariants and clocksets. Functionality is restricted to basic maintenance inclusive file IO and parallel composition. The motivation of this plugin is to extend the expressiveness of plant and controller models for simulation. It forms the basis for both, our interpreter (aka simulator) as well an Berno Schlein's IEC code generator. Literature: LicenseThe current implementation of the timed plugin is a re-design based on Berno Schlein's student projects in the course of migrating from libFAUDES 1.0 to 2.xx. It is distributed with libFAUDES and under the terms of the LGPL.
Copyright (c) 2007, Thomas Moor.
Function Documentation◆ TParallel() [1/2]
template<class GlobalAttr1 , class StateAttr1 , class EventAttr1 , class TransAttr1 , class GlobalAttr2 , class StateAttr2 , class EventAttr2 , class TransAttr2 , class GlobalAttrR , class StateAttrR , class EventAttrR , class TransAttrR >
Parallel composition of timed generators. Arguments rGen1 and rGen2 are assumed to have disjoind clocksets. This implementation considers accessible states only. Technically, this function is a template, but timed attribute interfaces are assumed. This version fills given reverse composition map with indices.
Definition at line 97 of file tp_tparallel.h. ◆ TParallel() [2/2]
template<class GlobalAttr1 , class StateAttr1 , class EventAttr1 , class TransAttr1 , class GlobalAttr2 , class StateAttr2 , class EventAttr2 , class TransAttr2 , class GlobalAttrR , class StateAttrR , class EventAttrR , class TransAttrR >
Parallel composition of timed generators. Arguments rGen1 and rGen2 are assumed to have disjoind clocksets. This implementation considers accessible states only. Technically, this function is a template, but timed attribute interfaces are assumed.
Definition at line 90 of file tp_tparallel.h. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |