Changeset 7973

Show
Ignore:
Timestamp:
07/03/08 14:58:42 (5 years ago)
Author:
trnewman
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/trnewman/CIREN/components/CIREN_CE/CIREN_CE.cpp

    r7970 r7973  
    257257        // process data here 
    258258        app_type = tx_metadata->app_id; 
     259         
     260        printf("\n\nSENDING PACKET WITH APP ID = %i\n\n",app_type); 
    259261        switch (app_type) { 
    260262        case 1: 
     
    406408        // process data here 
    407409        app_type = rx_metadata->app_id; 
     410        printf("\n\nGETTING PACKET WITH APP ID = %i\n\n",app_type); 
    408411        switch (app_type) { 
    409412        case 0: 
     
    414417 
    415418          for (i=0; i<512; i++) 
    416                 rx_control_data_out[i] = (*packet_data_in)[i]; 
    417  
    418             printf("\n\n---- N =%i\n\n\n",N_in); 
    419             printf("\n\n---- N =%i\n\n\n",N_in); 
    420             printf("\n\n---- N =%i\n\n\n",N_in); 
     419                //rx_control_data_out[i] = (*packet_data_in)[i]; 
     420                rx_control_data_out[i] = 1; 
     421                //printf("packet_data_in[%i] = %i",i,(*packet_data_in)[i]); 
     422 
    421423            DEBUG(1, CIREN_CE, "1external control packet received!"); 
    422424            // Send received control packet to CIREN_SM