linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX

This commit is contained in:
Jaroslav Kysela 2014-12-05 11:07:08 +01:00
parent 5339e1a956
commit a9d3e4a7d9

View file

@ -87,12 +87,6 @@ const idclass_t linuxdvb_rotor_gotox_class =
.name = "Satellite Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},
{
.type = PT_DBL,
.id = "zero_lon",
.name = "Zero Sat Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
},
{
.type = PT_U16,
.id = "rate",
@ -127,6 +121,12 @@ const idclass_t linuxdvb_rotor_usals_class =
.name = "Satellite Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},
{
.type = PT_DBL,
.id = "zero_lon",
.name = "Zero Sat Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
},
{
.type = PT_U16,
.id = "rate",