| Nxronos | |
| Nsdk | Main Xronos SDK namespace |
| CBaseReaction | Base class for implementing reactions |
| CMetricEffect | Allows a reaction to record values using a given Metric |
| CPortEffect | Allows a reaction to write data to a given port |
| CProgrammableTimerEffect | Allows a reaction to schedule future events using a ProgrammableTimer |
| CShutdownEffect | Allows a reaction to terminate the program |
| CTrigger | Declares a reaction trigger and provides read access to the triggering event source |
| CDefaultRuntimeProvider | A runtime provider that provides the default runtime |
| CElement | Base class for all reactor elements |
| CEnvironment | The entry point for assembling and executing reactor programs |
| CEnvironmentContext | Opaque data type used for constructing reactors |
| CInputPort | A reactor element for receiving messages from other reactors |
| CMetric | A reactor element for recording numeric values to the Xronos Dashboard |
| CNode | A Xronos program's entry point, launched with xronos run |
| CNoSerializer | Tag type used as a port's serializer parameter to indicate no serialization |
| COutputPort | A reactor element for sending messages to other reactors |
| CPeriodicTimer | A reactor element that emits events in regular intervals |
| CPhysicalEvent | A reactor element for receiving events from external sources |
| CProgrammableTimer | A reactor element for scheduling new events |
| CReaction | Reaction base class with reactor access |
| CReactionContext | Opaque data type used for constructing reaction triggers and effects Reaction effect classes. |
| CReactionProperties | Opaque data type used for constructing reactions |
| CReactor | An abstract reactor that can be subclassed to define new reactors |
| CReactorContext | Opaque data type used for constructing Elements |
| CRuntimeProvider | Abstract interface for providing a concrete runtime instance |
| CShutdown | A reactor element that emits an event right before the program shuts down |
| CStartup | A reactor element that emits an event when the program starts up |
| CTestEnvironment | A variant of the environment that is configured for testing |
| CValue | An owned, shareable message value |
| CValueType | The name identifying T across separately built nodes |
| CValueView | A borrowed view of a message value |
| CVersionMismatchError | Exception thrown by Environment::execute(const RuntimeProvider&) when the provided runtime was built from a different release than the SDK |