Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
TelemetrySchema.hpp File Reference

Telemetry signal schema definition for Vulcan I/O. More...

#include <cstddef>
#include <cstdint>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>
#include <vulcan/core/VulcanError.hpp>
#include <vulcan/io/Signal.hpp>
Include dependency graph for TelemetrySchema.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vulcan::io::TelemetrySchema
 Telemetry schema builder and container. More...

Namespaces

namespace  vulcan
namespace  vulcan::io

Detailed Description

Telemetry signal schema definition for Vulcan I/O.

Defines the structure of telemetry data with scalar-only signals. Supports double, int32, and int64 types with static/dynamic lifecycle. Vectors are represented as multiple named scalars (e.g., position.x, .y, .z).