FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/rvifmain.c @ 880:136fa1ccd591
rvtdump & rvinterf: print and log ATI responses in ASCII
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 01 Jun 2015 01:20:33 +0000 |
| parents | 2682003dcba7 |
| children | 4423039aeb4b |
comparison
equal
deleted
inserted
replaced
| 879:4661b84260a0 | 880:136fa1ccd591 |
|---|---|
| 172 print_etm_output_raw(); | 172 print_etm_output_raw(); |
| 173 if (client_head) | 173 if (client_head) |
| 174 forward_nonrvt_pkt(); | 174 forward_nonrvt_pkt(); |
| 175 return; | 175 return; |
| 176 case RVT_AT_HEADER: | 176 case RVT_AT_HEADER: |
| 177 if (!no_output || logF) | |
| 178 print_ati_output(); | |
| 179 if (client_head) | |
| 180 forward_nonrvt_pkt(); | |
| 181 return; | |
| 177 case RVT_EXTUI_HEADER: | 182 case RVT_EXTUI_HEADER: |
| 178 if (!no_output || logF) | 183 if (!no_output || logF) |
| 179 print_unknown_packet(); /* formatting TBD */ | 184 print_unknown_packet(); /* formatting TBD */ |
| 180 if (client_head) | 185 if (client_head) |
| 181 forward_nonrvt_pkt(); | 186 forward_nonrvt_pkt(); |
