Icarus
Vehicle Simulation as a Transformable Computational Graph, built on Vulcan and Janus
Loading...
Searching...
No Matches
Handle.hpp File Reference

Type-safe SignalHandle for zero-overhead hot path access. More...

#include <icarus/signal/Signal.hpp>
#include <icarus/core/CoreTypes.hpp>
#include <cassert>
#include <string>
Include dependency graph for Handle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  icarus::SignalHandle< T >
 Type-safe handle for accessing a signal value. More...

Namespaces

namespace  icarus

Detailed Description

Type-safe SignalHandle for zero-overhead hot path access.

Part of Phase 1.3: Signal Backplane. Provides the "bind once, read forever" pattern for signal access.