Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 232 → Rev 231

/DUBwise/trunk/misc/pc-komp-ref/definitions
88,10 → 88,6
--Gyro_I
to_cat("Gyro", [{ :pos=>act_pos , :name=>"I-Rate" , :typ=>"BYTE" }] )
act_pos+=1
--Gyro_D
to_cat("Gyro", [{ :pos=>act_pos , :name=>"D-Rate" , :typ=>"BYTE" }] )
act_pos+=1
 
--UnterspannungsWarnung
to_cat("Other", [{ :pos=>act_pos , :name=>"Voltage Warning" , :typ=>"BYTE" }] )
act_pos+=1
144,16 → 140,6
--AchsKopplung1
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw pos. feedback" , :typ=>"BYTE" }] )
act_pos+=1
 
--AchsKopplung2
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling2" , :typ=>"BYTE" }] )
act_pos+=1
 
--CouplingYawCorrection
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Coupling YawCorrect" , :typ=>"BYTE" }] )
act_pos+=1
 
 
--AchsGegenKopplung1
to_cat("Coupling", [{ :pos=>act_pos , :name=>"Yaw neg. feedback" , :typ=>"BYTE" }] )
act_pos+=1
280,6 → 266,3
act_pos+=12
end_pos=act_pos
 
--NaviPH_LoginTime
to_cat("Navi", [{ :pos=>act_pos , :name=>"PH LoginTime" , :typ=>"BYTE" }] )
act_pos+=1
/DUBwise/trunk/misc/pc-komp-ref/header_files/74.h
File deleted