Class MyProducer

Inheritance Relationships

Base Type

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"