wxbox/crates/interchange/schemas/schema.capnp
core 182252e209
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: cif (name pending)
2025-05-19 21:07:33 -04:00

8 lines
No EOL
219 B
Cap'n Proto

@0xf4ec6bdd2faa25e6;
struct Message {
union {
tilerStatusReport @0 :import "tilerStatusReport.capnp".TilerStatusReport;
digitalRadarData @1 :import "digitalRadarData.capnp".DigitalRadarData;
}
}