![]() |
stromx
0.8.0
|
Special data value for trigger signals. More...
#include <TriggerData.h>
Public Member Functions | |
| virtual const Version & | version () const |
| virtual const std::string & | type () const |
| virtual const std::string & | package () const |
| virtual const VariantHandle & | variant () const |
| virtual Data * | clone () const |
| virtual void | serialize (OutputProvider &) const |
| virtual void | deserialize (InputProvider &, const Version &) |
Public Member Functions inherited from stromx::runtime::DataInterface | |
| bool | isVariant (const VariantInterface &v) const |
Special data value for trigger signals.
|
inlinevirtual |
Returns a copy of the data object, i.e. a object of the same type is allocated and the data of the original object is copied to the new object. A pointer to the new object is returned.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Deserializes a data object.
| out | The input which the data obtained from. |
| version | The version of the data class which serialized the input. |
Reimplemented from stromx::runtime::Data.
|
inlinevirtual |
Returns the package of the class of this data object.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Serializes this data object.
| out | The output which the data is sent to. |
Reimplemented from stromx::runtime::Data.
|
inlinevirtual |
Returns the name of the class of this data object.
Implements stromx::runtime::DataInterface.
|
virtual |
Returns the data variant of this data object.
Implements stromx::runtime::DataInterface.
|
inlinevirtual |
Returns the version of the class of this data object.
Implements stromx::runtime::DataInterface.
1.8.12