Lines Matching refs:buf4

2273 	unsigned char *buf, *buf4;
2295 buf4 = &buf[4];
2301 alminfo->t_oa_raw = buf4[0];
2302 alminfo->SV_health = buf4[1];
2303 alminfo->e = bGetSingle(&buf4[2]);
2304 alminfo->t_oa = bGetSingle(&buf4[6]);
2305 alminfo->i_0 = bGetSingle(&buf4[10]);
2306 alminfo->OMEGADOT = bGetSingle(&buf4[14]);
2307 alminfo->sqrt_A = bGetSingle(&buf4[18]);
2308 alminfo->OMEGA_0 = bGetSingle(&buf4[22]);
2309 alminfo->omega = bGetSingle(&buf4[26]);
2310 alminfo->M_0 = bGetSingle(&buf4[30]);
2311 alminfo->a_f0 = bGetSingle(&buf4[34]);
2312 alminfo->a_f1 = bGetSingle(&buf4[38]);
2313 alminfo->Axis = bGetSingle(&buf4[42]);
2314 alminfo->n = bGetSingle(&buf4[46]);
2315 alminfo->OMEGA_n = bGetSingle(&buf4[50]);
2316 alminfo->ODOT_n = bGetSingle(&buf4[54]);
2317 alminfo->t_zc = bGetSingle(&buf4[58]);
2318 alminfo->weeknum = bGetShort(&buf4[62]);
2319 alminfo->wn_oa = bGetShort(&buf4[64]);
2327 memcpy (data_packet, buf4, dl);
2334 ioninfo->alpha_0 = bGetSingle (&buf4[8]);
2335 ioninfo->alpha_1 = bGetSingle (&buf4[12]);
2336 ioninfo->alpha_2 = bGetSingle (&buf4[16]);
2337 ioninfo->alpha_3 = bGetSingle (&buf4[20]);
2338 ioninfo->beta_0 = bGetSingle (&buf4[24]);
2339 ioninfo->beta_1 = bGetSingle (&buf4[28]);
2340 ioninfo->beta_2 = bGetSingle (&buf4[32]);
2341 ioninfo->beta_3 = bGetSingle (&buf4[36]);
2348 utcinfo->A_0 = bGetDouble (&buf4[13]);
2349 utcinfo->A_1 = bGetSingle (&buf4[21]);
2350 utcinfo->delta_t_LS = bGetShort (&buf4[25]);
2351 utcinfo->t_ot = bGetSingle(&buf4[27]);
2352 utcinfo->WN_t = bGetShort (&buf4[31]);
2353 utcinfo->WN_LSF = bGetShort (&buf4[33]);
2354 utcinfo->DN = bGetShort (&buf4[35]);
2355 utcinfo->delta_t_LSF = bGetShort (&buf4[37]);
2364 navinfo->sv_number = buf4[0];
2365 navinfo->t_ephem = bGetSingle (&buf4[1]);
2366 navinfo->ephclk.weeknum = bGetShort (&buf4[5]);
2368 navinfo->ephclk.codeL2 = buf4[7];
2369 navinfo->ephclk.L2Pdata = buf4[8];
2370 navinfo->ephclk.SVacc_raw = buf4[9];
2371 navinfo->ephclk.SV_health = buf4[10];
2372 navinfo->ephclk.IODC = bGetShort (&buf4[11]);
2373 navinfo->ephclk.T_GD = bGetSingle (&buf4[13]);
2374 navinfo->ephclk.t_oc = bGetSingle (&buf4[17]);
2375 navinfo->ephclk.a_f2 = bGetSingle (&buf4[21]);
2376 navinfo->ephclk.a_f1 = bGetSingle (&buf4[25]);
2377 navinfo->ephclk.a_f0 = bGetSingle (&buf4[29]);
2378 navinfo->ephclk.SVacc = bGetSingle (&buf4[33]);
2380 navinfo->ephorb.IODE = buf4[37];
2381 navinfo->ephorb.fit_interval = buf4[38];
2382 navinfo->ephorb.C_rs = bGetSingle (&buf4[39]);
2383 navinfo->ephorb.delta_n = bGetSingle (&buf4[43]);
2384 navinfo->ephorb.M_0 = bGetDouble (&buf4[47]);
2385 navinfo->ephorb.C_uc = bGetSingle (&buf4[55]);
2386 navinfo->ephorb.e = bGetDouble (&buf4[59]);
2387 navinfo->ephorb.C_us = bGetSingle (&buf4[67]);
2388 navinfo->ephorb.sqrt_A = bGetDouble (&buf4[71]);
2389 navinfo->ephorb.t_oe = bGetSingle (&buf4[79]);
2390 navinfo->ephorb.C_ic = bGetSingle (&buf4[83]);
2391 navinfo->ephorb.OMEGA_0 = bGetDouble (&buf4[87]);
2392 navinfo->ephorb.C_is = bGetSingle (&buf4[95]);
2393 navinfo->ephorb.i_0 = bGetDouble (&buf4[99]);
2394 navinfo->ephorb.C_rc = bGetSingle (&buf4[107]);
2395 navinfo->ephorb.omega = bGetDouble (&buf4[111]);
2396 navinfo->ephorb.OMEGADOT=bGetSingle (&buf4[119]);
2397 navinfo->ephorb.IDOT = bGetSingle (&buf4[123]);
2398 navinfo->ephorb.Axis = bGetDouble (&buf4[127]);
2399 navinfo->ephorb.n = bGetDouble (&buf4[135]);
2400 navinfo->ephorb.r1me2 = bGetDouble (&buf4[143]);
2401 navinfo->ephorb.OMEGA_n=bGetDouble (&buf4[151]);
2402 navinfo->ephorb.ODOT_n = bGetDouble (&buf4[159]);