SourceTermAnalysisSystem_vue/node_modules/protocol-buffers-schema/test/fixtures/pheromon-trajectories.proto

9 lines
212 B
Protocol Buffer
Raw Normal View History

2026-05-15 10:22:44 +08:00
message deviceTrajectory {
required bytes dates = 1 [packed=true];
required bytes signal_strengths = 2 [packed=true];
}
message trajectories {
repeated deviceTrajectory trajectories = 1 [packed=true];
}