mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-31 11:17:01 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			365 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
syntax = "proto2";
 | 
						|
 | 
						|
import "lib/config/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" ];
 | 
						|
}
 | 
						|
 |