Class MyConsumer
Defined in File MyConsumer.hpp
Inheritance Relationships
Base Type
public dai::NodeCRTP< ThreadedHostNode, MyConsumer >(Template Class NodeCRTP)
Class Documentation
-
class MyConsumer : public dai::NodeCRTP<ThreadedHostNode, MyConsumer>
XLinkOut node. Sends messages over XLink.
Public Functions
-
inline void run() override
Public Members
-
Input input = {*this, {"in", DEFAULT_GROUP, true, 8, {{{DatatypeEnum::Buffer, true}}}, true}}
Input for any type of messages to be transferred over XLink stream Default queue is blocking with size 8
Public Static Attributes
-
static constexpr const char *NAME = "MyConsumer"
-
inline void run() override