20 #ifndef __CALSTREAMPORT_HXX__
21 #define __CALSTREAMPORT_HXX__
25 #include "DSC_Engines.hh"
47 void setProperty(
const std::string& name,
const std::string& value);
55 void setLevel(
const std::string& value);
59 void setDelta(
const std::string& value);
61 void setAlpha(
const std::string& value);
89 void setDepend(
const std::string& depend);
90 void setLevel(
const std::string& schema);
93 void setSchema(
const std::string& schema);
95 void setProperty(
const std::string& name,
const std::string& value);
virtual void initPortProperties()
Initialize port properties at the start of calculation phase.
Base class for all nodes.
Class for Output Calcium DataStream Ports.
void setSchema(const std::string &schema)
virtual int removeInPort(InPort *inPort, bool forward)
std::string getNameOfTypeOfCurrentInstance() const
void setProperty(const std::string &name, const std::string &value)
Set a new value for a property of the port.
void setDepend(const std::string &depend)
virtual bool addInPort(InPort *inPort)
OutputCalStreamPort(const std::string &name, Node *node, TypeCode *type)
void setLevel(const std::string &schema)
virtual ~OutputCalStreamPort()
OutputCalStreamPort * clone(Node *newHelder) const
Base class for all type objects.