|
SatDump 2.0.0-alpha-520736c72
|
Classes | |
| struct | Link |
| class | Node |
| struct | NodeInternalReg |
Public Member Functions | |
| std::shared_ptr< Node > | addNode (std::string id, std::shared_ptr< NodeInternal > i) |
| void | render () |
| nlohmann::json | getJSON () |
| void | setJSON (nlohmann::json j) |
| void | run () |
| void | stop () |
Public Attributes | |
| std::map< std::string, NodeInternalReg > | node_internal_registry |
| bool | debug_mode = false |
| std::map< std::string, double > | variables |
| bool | is_running = false |