![]() |
Dataflow Runtime API
3.0.3.0
|
Namespaces | |
mock | |
Classes | |
class | FileUtil |
Utility class to handle file functions. More... | |
class | Guard |
Guards a critical section. More... | |
class | IdentifiableIfc |
Helps identifying an object via an unique integer value. More... | |
class | ListenerList |
ListenerList. More... | |
class | MapUtils |
Utility template methods for class std::map. More... | |
class | Mutex |
The mutex is used for example to guard a critical section. More... | |
class | OSDateTime |
Class to access date and time information. More... | |
class | OSEvent |
Encapsulates an event. More... | |
class | OSFile |
Encapsulates a file. More... | |
class | Registry |
Template class that can be used to register a string/object pair. More... | |
class | RunnableIfc |
The RunnableIfc interface should be implemented by any class whose instances are intended to be executed by a thread. More... | |
class | SerialPort |
Defines the interface of a serial port. More... | |
struct | SerialPortConfig |
Configuration for serial port. More... | |
class | SingleInstance |
Derives from SingleInstance<> and makes its singleton reference accessible. More... | |
class | StorageInfo |
Stores information of a storage. More... | |
class | StorageManager |
A store is a stream device that a block driver exports. More... | |
class | SystemTime |
Defines the actual representation of a time tick. More... | |
class | Thread |
A thread is a thread of execution in a program. More... | |
class | ThreadIdMapper |
A simple helper class which provides the means to identify threads. More... | |
class | Timeout |
Defines a timeout. More... | |
class | TimeoutIfc |
Timeout interface. More... | |
struct | TimePeriod |
This class represents a TimePeriod in ticks. More... | |
class | Timer |
This class implements a timer that sends ticks in regular intervals to the attached timer listeners. More... | |
class | TimerListenerIfc |
Callback for a timer tick. More... | |
class | UITimer |
This class implements a timer that sends ticks in regular intervals to the attached timer listeners. More... | |
class | UITimerHelper |
Provides a helpers class that is used by the ui timer. More... | |
class | VectorUtils |
Utility methods for class std::vector. More... | |
class | ZIPWriter |
Class to compress a file into a ZIP archive. More... | |