comparison chipsetsw/layer1/cfile/l1_trace.c @ 162:06e309c63fd4

l1_trace.c: reconstruction complete
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 06 Jun 2016 21:32:57 +0000
parents 325234bc6ee2
children
comparison
equal deleted inserted replaced
161:325234bc6ee2 162:06e309c63fd4
8459 8459
8460 ((T_TRACE_INFO *)(msg->SigP))->debug_code = TRACE_GAUGING; 8460 ((T_TRACE_INFO *)(msg->SigP))->debug_code = TRACE_GAUGING;
8461 8461
8462 ((T_TRACE_INFO *)(msg->SigP))->tab[0] = l1s.actual_time.fn_mod42432; 8462 ((T_TRACE_INFO *)(msg->SigP))->tab[0] = l1s.actual_time.fn_mod42432;
8463 8463
8464 if (trace_info.current_config->l1_dyn_trace & 1<<L1_DYN_TRACE_GAUGING) 8464 #if 0 /* FreeCalypso: code not present in TCS211 binary object */
8465 { 8465 if (trace_info.current_config->l1_dyn_trace & 1<<L1_DYN_TRACE_GAUGING)
8466 // dynamic trace for all gauging parameters 8466 {
8467 ((T_TRACE_INFO *)(msg->SigP))->tab[1] = l1s.pw_mgr.state; 8467 // dynamic trace for all gauging parameters
8468 ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf; 8468 ((T_TRACE_INFO *)(msg->SigP))->tab[1] = l1s.pw_mgr.state;
8469 ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf; 8469 ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf;
8470 ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root; 8470 ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf;
8471 ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac; 8471 ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root;
8472 } 8472 ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac;
8473 }
8474 #endif
8473 8475
8474 // send message... 8476 // send message...
8475 os_send_sig(msg, L1C1_QUEUE); 8477 os_send_sig(msg, L1C1_QUEUE);
8476 DEBUGMSG(status,NU_SEND_QUEUE_ERR) 8478 DEBUGMSG(status,NU_SEND_QUEUE_ERR)
8477 } 8479 }