All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
signal-time-dependent.h File Reference
Include dependency graph for signal-time-dependent.h:
This graph shows which files directly or indirectly include this file:

Classes

class  dynamicgraph::SignalTimeDependent< T, Time >
 A type of signal that enforces a time dependency between other signals, making sure its inputs are up to date on access, using a incrementing time tick as reference. It works this way: for a given SignalTimeDependent S, the user manually adds dependent signals through the use of the addDependency function. On access (calling the signal S operator () or access(Time) function), if the dependent signals are not up-to-date, i.e. if their [last update] time is less than the current time, their value will be access ()'ed to bring them up-to-date. Thus, the value of dependent signals can be accessed quickly and repeatedly through the accessCopy () function. More...
 

Namespaces

 dynamicgraph
 This is the namespace where every object and class of this library is located.