|
SatDump 2.0.0-alpha-520736c72
|
Classes | |
| struct | InOutConfig |
Public Member Functions | |
| void | addInputDynamic (InOutConfig cfg) |
| void | reset () |
| bool | can_run () |
| virtual void | process ()=0 |
| virtual void | render ()=0 |
| virtual nlohmann::json | to_json ()=0 |
| virtual void | from_json (nlohmann::json j)=0 |
| NodeInternal (std::string title) | |
Public Attributes | |
| const std::string | title |
| std::vector< InOutConfig > | inputs |
| std::vector< InOutConfig > | outputs |
| bool | has_run |
| std::function< void(InOutConfig, bool)> | add_io_callback |