#include <data_broker.hpp>
template<typename T, const char * NAME = nullptr>
struct cloe::databroker::SignalDescriptor< T, NAME >
SignalDescriptor reflects properties of a signal at compile-/run-time
- Template Parameters
-
| T | Type of the signal |
| NAME | compile-time name, nullptr otherwise |
- Note
- : Design-Goals:
- Design-#1: Datatype of a signal shall be available at compile time
-
: Remarks:
- The declaration of a descriptor does not imply the availability of the coresponding signal at runtime. Likewise a C/C++ header does not imply that the coresponding symbols can be resolved at runtime.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/develop/runtime/include/cloe/data_broker.hpp