47 [[nodiscard]] std::string
type()
const override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
The class is responsible for all time-related tasks.
Widget to modify time point values.
Abstract parent class for all nodes.
Definition Node.hpp:86
Output pins of nodes.
Definition Pin.hpp:338
Limits measurement data from any source to a user-defined timewindow.
Definition TimeWindow.hpp:28
static std::string category()
String representation of the Class Category.
~TimeWindow() override
Destructor.
static std::string typeStatic()
String representation of the Class Type.
TimeWindow & operator=(TimeWindow &&)=delete
Move assignment operator.
void receiveObs(InputPin::NodeDataQueue &queue, size_t pinIdx)
Callback when receiving data on a port.
std::array< gui::widgets::TimeEditFormat, 2 > _timeEditFormat
Time edit format for start and end times.
Definition TimeWindow.hpp:89
void guiConfig() override
ImGui config window which is shown on double click.
std::string type() const override
String representation of the Class Type.
TimeWindow(TimeWindow &&)=delete
Move Constructor.
void restore(const json &j) override
Restores the node from a json object.
json save() const override
Saves the node into a json object.
static constexpr size_t INPUT_PORT_INDEX_FLOW
Flow.
Definition TimeWindow.hpp:65
void afterCreateLink(OutputPin &startPin, InputPin &endPin) override
Called when a new link was established.
TimeWindow & operator=(const TimeWindow &)=delete
Copy assignment operator.
static constexpr size_t OUTPUT_PORT_INDEX_FLOW
Flow.
Definition TimeWindow.hpp:64
std::array< InsTime, 2 > _startEndTime
Beginning and end of the time window.
Definition TimeWindow.hpp:86
bool initialize() override
Initialize the node.
TimeWindow(const TimeWindow &)=delete
Copy Constructor.
bool _inverseWindow
If true, the window lets only times pass through, which are out of the time frame.
Definition TimeWindow.hpp:92
void afterDeleteLink(OutputPin &startPin, InputPin &endPin) override
Called when a link was deleted.
TimeWindow()
Default constructor.