Home
last modified time | relevance | path

Searched refs:min_az (Results 1 – 25 of 34) sorted by relevance

12

/dports/comms/hamlib/hamlib-4.3.1/rotators/ether6/
H A Dether6.c93 float min_az, max_az, min_el, max_el; in ether_rot_open() local
112 sval = sscanf(buf, "%f/%f %f/%f", &min_az, &max_az, &min_el, &max_el); in ether_rot_open()
113 rs->min_az = min_az; in ether_rot_open()
117 rig_debug(RIG_DEBUG_VERBOSE, "ret(%d)%f/%f %f/%f\n", sval, rs->min_az, in ether_rot_open()
408 .min_az = 0.,
/dports/comms/hamlib/hamlib-4.3.1/rotators/amsat/
H A Dif100.c52 az_scale = 255. / (rot->state.max_az - rot->state.min_az); in if100_set_position()
55 az_i = (int)round((az - rot->state.min_az) * az_scale); in if100_set_position()
118 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/gs232a/
H A Dgs232.c262 .min_az = -180.0,
298 .min_az = -180.0,
335 .min_az = -180.0,
373 .min_az = -180.0,
H A Dgs232a.c409 .min_az = -180.0,
453 .min_az = -180.0,
497 .min_az = -180.0,
543 .min_az = -180.0,
589 .min_az = 0.0,
H A Dgs232b.c438 .min_az = -180.0,
484 .min_az = -180.0,
530 .min_az = 0.0,
/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Drigsmtr.c374 fprintf(stderr, "Setting rotator to azimuth %.1f°\n", rot->state.min_az); in main()
375 rot_set_position(rot, rot->state.min_az, 0); in main()
379 while (fabs(azimuth - rot->state.min_az) > 1.) in main()
/dports/comms/hamlib/hamlib-4.3.1/rotators/rotorez/
H A Drotorez.c154 .min_az = 0,
199 .min_az = 0,
243 .min_az = 0,
287 .min_az = 0,
329 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/m2/
H A Drc2800.c422 .min_az = 0.0,
454 .min_az = 0.0,
485 .min_az = 0.0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/heathkit/
H A Dhd1780.c86 .min_az = -180,
186 if (azimuth < hd1780_rot_caps.min_az || azimuth > hd1780_rot_caps.max_az) in hd1780_rot_set_position()
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Drotator.c296 rs->min_az = caps->min_az; in rot_init()
675 if (azimuth < rs->min_az in rot_set_position()
682 __func__, azimuth, rs->min_az, rs->max_az, elevation, rs->min_el, rs->max_el); in rot_set_position()
H A Drot_conf.c324 rs->min_az = atof(val); in frontrot_set_conf()
488 sprintf(val, "%f", rs->min_az); in frontrot_get_conf()
/dports/comms/hamlib/hamlib-4.3.1/rotators/prosistel/
H A Dprosistel.c407 .min_az = 0.0,
442 .min_az = 0.0,
477 .min_az = 0.0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/spid/
H A Dspid.c472 .min_az = -180.0,
509 .min_az = -180.0,
546 .min_az = -180.0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/easycomm/
H A Deasycomm.c544 .min_az = 0.0,
580 .min_az = 0.0,
626 .min_az = 0.0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/indi/
H A Dindi.c46 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/cnctrk/
H A Dcnctrk.c75 .min_az = 0,
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dgtk-rot-ctrl.c215 gdouble max_az = 0, min_az = 0, offset = 0; in is_flipped_pass() local
224 min_az = 0; in is_flipped_pass()
229 min_az = -180; in is_flipped_pass()
239 offset = azstoppos - min_az; in is_flipped_pass()
240 min_az += offset; in is_flipped_pass()
248 while (last_az < min_az) in is_flipped_pass()
261 while (caz < min_az) in is_flipped_pass()
275 while (caz < min_az) in is_flipped_pass()
/dports/comms/hamlib/hamlib-4.3.1/rotators/ars/
H A Dars.c693 *az = rs->min_az + ((float)az_value * (rs->max_az - rs->min_az)) / (( in ars_get_position()
727 .min_az = 0,
761 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Dnetrotctl.c117 rs->min_az = atof(buf); in netrotctl_open()
344 .min_az = -180.,
/dports/comms/hamlib/hamlib-4.3.1/rigs/kit/
H A Dpcrotor.c129 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/sartek/
H A Dsartek.c75 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/fodtrack/
H A Dfodtrack.c154 .min_az = 0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/radant/
H A Dradant.c201 .min_az = 0.0,
/dports/comms/hamlib/hamlib-4.3.1/rotators/celestron/
H A Dcelestron.c249 .min_az = 0.0,
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/hamlib/hamlib/
H A Drotator.h395 azimuth_t min_az; /*!< Lower limit for azimuth (relative to North). */ member
476 azimuth_t min_az; /*!< Lower limit for azimuth (overridable). */ member

12