Class InputQueue

Nested Relationships

Nested Types

Class Documentation

class InputQueue

Public Functions

void send(const std::shared_ptr<ADatatype> &msg)

Send a message to the connected input.

Parameters:

msg – Message to send

Friends

friend class Node::Input