#include <memory>#include <optional>#include <source_location>#include <stdexcept>#include <string_view>#include <thread>#include "xronos/sdk/context.hh"#include "xronos/sdk/detail/connect.hh"#include "xronos/sdk/detail/source_location.hh"#include "xronos/sdk/fwd.hh"#include "xronos/sdk/runtime_provider.hh"#include "xronos/sdk/time.hh"Classes | |
| class | xronos::sdk::ValidationError |
| Exception that is thrown when a program reaches an invalid state. More... | |
| class | xronos::sdk::Environment |
| The entry point for assembling and executing reactor programs. More... | |
| class | xronos::sdk::TestEnvironment |
| A variant of the environment that is configured for testing. More... | |
Namespaces | |
| namespace | xronos::sdk |
| Main Xronos SDK namespace. | |