Files
fluxengine/arch/northstar/northstar.proto
2022-03-29 01:23:35 +02:00

14 lines
358 B
Protocol Buffer

syntax = "proto2";
import "lib/common.proto";
message NorthstarDecoderProto {}
message NorthstarEncoderProto {
optional double clock_period_us = 1
[ default = 4.0, (help) = "clock rate on the real device (for FM)" ];
optional double rotational_period_ms = 2
[ default = 166.0, (help) = "rotational period on the real device" ];
}