Class HostNode
Defined in File HostNode.hpp
Inheritance Relationships
Base Type
public dai::node::ThreadedHostNode(Class ThreadedHostNode)
Class Documentation
-
class HostNode : public dai::node::ThreadedHostNode
Public Functions
-
inline void sendProcessingToPipeline(bool send)
Send processing to pipeline. If set to true, it’s important to call
pipeline.run()in the main thread orpipeline.processTasks()in the main thread. Otherwise, if set to false, such action is not needed.
-
inline void runSyncingOnHost()
-
inline void runSyncingOnDevice()
Public Members
-
InputMap &inputs = sync->inputs
-
Output out = {*this, {"out", DEFAULT_GROUP, {{{DatatypeEnum::Buffer, true}}}}}
-
inline void sendProcessingToPipeline(bool send)