Class MyProducer
Defined in File MyProducer.hpp
Inheritance Relationships
Base Type
public dai::NodeCRTP< ThreadedHostNode, MyProducer >(Template Class NodeCRTP)
Class Documentation
-
class MyProducer : public dai::NodeCRTP<ThreadedHostNode, MyProducer>
XLinkOut node. Sends messages over XLink.
Public Functions
-
void run() override
Public Members
-
Output out = {*this, {"out", DEFAULT_GROUP, {{{DatatypeEnum::Buffer, true}}}}}
Outputs message of same type as sent from host.
Public Static Attributes
-
static constexpr const char *NAME = "MyProducer"
-
void run() override