Changes between Version 130 and Version 131 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 3, 2009, 11:31:03 AM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v130 v131  
    458458  soclib_payload_extension *extension_pointer;
    459459  payload.get_extension(extension_pointer);
    460 
    461   // this target does not treat the null message
    462   if(extension_pointer->is_null_message()){
    463     return tlm::TLM_COMPLETED;
    464   }
    465460  // get the number of words   
    466461  uint32_t nwords = payload.get_data_length() / vci_param::nbytes;
    467  
     462
    468463  switch(extension_pointer->get_command()){
    469464  case soclib::tlmt::VCI_READ_COMMAND: