Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
api
|
|
|
go
module
|
|
|
cmd
|
|
|
eagle
command
|
|
|
eagled
command
|
|
|
gabrielmock
command
Command gabrielmock is a standalone Gabriel gRPC client that mimics the two input producers a real vehicle driver feeds (telemetry and video frames), without needing a running Vehicle, driver plugin, or mission plugin.
|
Command gabrielmock is a standalone Gabriel gRPC client that mimics the two input producers a real vehicle driver feeds (telemetry and video frames), without needing a running Vehicle, driver plugin, or mission plugin. |
|
swarm
command
|
|
|
testbench
command
|
|
|
core
|
|
|
util/mocks/go
command
|
|
|
util/mocks/pid
command
|
|
|
internal
|
|
|
cmd/compiler
command
ir.go turns a parsed DSL Ast plus a loaded TypeRegistry into the plain data (irResult) that generate.go feeds into the main.go template: one entry per top-level Data/Actions/Events declaration, only carrying the fields the mission actually set or that have a declared default, plus the action/event wiring and transition table for the Mission stanza.
|
ir.go turns a parsed DSL Ast plus a loaded TypeRegistry into the plain data (irResult) that generate.go feeds into the main.go template: one entry per top-level Data/Actions/Events declaration, only carrying the fields the mission actually set or that have a declared default, plus the action/event wiring and transition table for the Mission stanza. |
|
dsl/swarm
Package swarm declares the DSL's swarm coordination types, generated at compile time with the const values a mission's manifest file makes available, to prevent string mismatch errors at runtime.
|
Package swarm declares the DSL's swarm coordination types, generated at compile time with the const values a mission's manifest file makes available, to prevent string mismatch errors at runtime. |
|
params
Package params declares the SDK's parameter types, generated at compile time with the const values a mission's manifest file makes available, to prevent string mismatch errors at runtime.
|
Package params declares the SDK's parameter types, generated at compile time with the const values a mission's manifest file makes available, to prevent string mismatch errors at runtime. |
|
protoc_plugin
command
|
Click to show internal directories.
Click to hide internal directories.
