20 #ifndef __ANYOUTPUTPORT_HXX__
21 #define __ANYOUTPUTPORT_HXX__
39 virtual void setValue(
Any *data);
40 virtual void put(
const void *data);
44 virtual std::string getAsString();
45 virtual std::string
typeName() {
return "YACS__ENGINE__AnyOutputPort";}
#define YACSLIBENGINE_EXPORT
YACS::BASES::Mutex _mutex
virtual std::string typeName()
Any * getValue() const
get the current dispatched value for update port value
: Interface for management of storage of data formated dynamically in its TypeCode....
Base class for all nodes.
Base class for all type objects.