.. index:: pair: class; DPOutputMQTTNode .. _doxid-class_d_p_output_m_q_t_t_node: template class DPOutputMQTTNode =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template class DPOutputMQTTNode: public :ref:`OutputMQTTNode` { public: // typedefs typedef :ref:`DataPack`* :target:`DataPackPtr`; // construction :target:`DPOutputMQTTNode`( const std::string& id, const std::string& address, bool publishFromCache = false, unsigned int computePeriod = 1 ); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`NodeType`; // fields static const static std::map<:ref:`NodeType`, std::string> :ref:`nodeTypeStr` = {{:ref:`ComputationalNode::Input`, "Input"}, {ComputationalNode::Output, "Output"}, {ComputationalNode::Functional, "Functional"}}; // methods const std::string& :ref:`id`() const; :ref:`NodeType` :ref:`type`() const; virtual std::string :ref:`typeStr`() const; void :ref:`setVisited`(bool visited); bool :ref:`isVisited`() const; void :ref:`setDoCompute`(bool doCompute); virtual bool :ref:`doCompute`() const; static std::pair :ref:`parseNodeAddress`( const std::string& address, bool hasPort = true ); template :ref:`InputPort`* :ref:`getOrRegisterInput`(const std::string& id); unsigned int :ref:`getComputePeriod`(); void :ref:`setComputePeriod`(unsigned int computePeriod); bool :ref:`publishFromCache`(); virtual bool :ref:`doCompute`() const; virtual std::string :ref:`typeStr`() const;