Lines Matching refs:navinfo
2452 NAV_INFO* navinfo; in rpt_0x58() local
2536 navinfo = (NAV_INFO*)data_packet; in rpt_0x58()
2538 navinfo->sv_number = buf4[0]; in rpt_0x58()
2539 navinfo->t_ephem = bGetSingle (&buf4[1]); in rpt_0x58()
2540 navinfo->ephclk.weeknum = bGetShort (&buf4[5]); in rpt_0x58()
2542 navinfo->ephclk.codeL2 = buf4[7]; in rpt_0x58()
2543 navinfo->ephclk.L2Pdata = buf4[8]; in rpt_0x58()
2544 navinfo->ephclk.SVacc_raw = buf4[9]; in rpt_0x58()
2545 navinfo->ephclk.SV_health = buf4[10]; in rpt_0x58()
2546 navinfo->ephclk.IODC = bGetShort (&buf4[11]); in rpt_0x58()
2547 navinfo->ephclk.T_GD = bGetSingle (&buf4[13]); in rpt_0x58()
2548 navinfo->ephclk.t_oc = bGetSingle (&buf4[17]); in rpt_0x58()
2549 navinfo->ephclk.a_f2 = bGetSingle (&buf4[21]); in rpt_0x58()
2550 navinfo->ephclk.a_f1 = bGetSingle (&buf4[25]); in rpt_0x58()
2551 navinfo->ephclk.a_f0 = bGetSingle (&buf4[29]); in rpt_0x58()
2552 navinfo->ephclk.SVacc = bGetSingle (&buf4[33]); in rpt_0x58()
2554 navinfo->ephorb.IODE = buf4[37]; in rpt_0x58()
2555 navinfo->ephorb.fit_interval = buf4[38]; in rpt_0x58()
2556 navinfo->ephorb.C_rs = bGetSingle (&buf4[39]); in rpt_0x58()
2557 navinfo->ephorb.delta_n = bGetSingle (&buf4[43]); in rpt_0x58()
2558 navinfo->ephorb.M_0 = bGetDouble (&buf4[47]); in rpt_0x58()
2559 navinfo->ephorb.C_uc = bGetSingle (&buf4[55]); in rpt_0x58()
2560 navinfo->ephorb.e = bGetDouble (&buf4[59]); in rpt_0x58()
2561 navinfo->ephorb.C_us = bGetSingle (&buf4[67]); in rpt_0x58()
2562 navinfo->ephorb.sqrt_A = bGetDouble (&buf4[71]); in rpt_0x58()
2563 navinfo->ephorb.t_oe = bGetSingle (&buf4[79]); in rpt_0x58()
2564 navinfo->ephorb.C_ic = bGetSingle (&buf4[83]); in rpt_0x58()
2565 navinfo->ephorb.OMEGA_0 = bGetDouble (&buf4[87]); in rpt_0x58()
2566 navinfo->ephorb.C_is = bGetSingle (&buf4[95]); in rpt_0x58()
2567 navinfo->ephorb.i_0 = bGetDouble (&buf4[99]); in rpt_0x58()
2568 navinfo->ephorb.C_rc = bGetSingle (&buf4[107]); in rpt_0x58()
2569 navinfo->ephorb.omega = bGetDouble (&buf4[111]); in rpt_0x58()
2570 navinfo->ephorb.OMEGADOT=bGetSingle (&buf4[119]); in rpt_0x58()
2571 navinfo->ephorb.IDOT = bGetSingle (&buf4[123]); in rpt_0x58()
2572 navinfo->ephorb.Axis = bGetDouble (&buf4[127]); in rpt_0x58()
2573 navinfo->ephorb.n = bGetDouble (&buf4[135]); in rpt_0x58()
2574 navinfo->ephorb.r1me2 = bGetDouble (&buf4[143]); in rpt_0x58()
2575 navinfo->ephorb.OMEGA_n=bGetDouble (&buf4[151]); in rpt_0x58()
2576 navinfo->ephorb.ODOT_n = bGetDouble (&buf4[159]); in rpt_0x58()