47 [[nodiscard]] std::string
type()
const override;
The class is responsible for all time-related tasks.
Widget to modify time point values.
Node(std::string name)
Constructor.
Terminator & operator=(Terminator &&)=delete
Move assignment operator.
Terminator(const Terminator &)=delete
Copy Constructor.
static constexpr size_t INPUT_PORT_INDEX_FLOW
Flow.
Definition Terminator.hpp:53
std::string type() const override
String representation of the Class Type.
void receiveObs(InputPin::NodeDataQueue &queue, size_t pinIdx)
Callback when receiving data on a port.
static std::string typeStatic()
String representation of the Class Type.
Terminator(Terminator &&)=delete
Move Constructor.
Terminator & operator=(const Terminator &)=delete
Copy assignment operator.
~Terminator() override
Destructor.
static std::string category()
String representation of the Class Category.
Terminator()
Default constructor.