Class XLinkOutHost

Inheritance Relationships

Base Type

Class Documentation

class XLinkOutHost : public dai::NodeCRTP<ThreadedHostNode, XLinkOutHost>

Public Functions

void setStreamName(const std::string &name)
void setConnection(std::shared_ptr<XLinkConnection> conn)
void allowStreamResize(bool allow)
void disconnect()
void run() override

Public Members

Input in = {*this, {"in", DEFAULT_GROUP, DEFAULT_BLOCKING, DEFAULT_QUEUE_SIZE, {{{DatatypeEnum::Buffer, true}}}, DEFAULT_WAIT_FOR_MESSAGE}}

Public Static Attributes

static constexpr const char *NAME = "XLinkOutHost"