nettools/conntest/src/ConnTestView.cpp
branchRCL_3
changeset 7 33df273ab0a3
parent 2 4cefe9af9cf4
child 15 5296bfa7b0a7
equal deleted inserted replaced
6:fb371b733a4c 7:33df273ab0a3
  1217     TTime currentTime(0);
  1217     TTime currentTime(0);
  1218     currentTime.HomeTime();
  1218     currentTime.HomeTime();
  1219     TDateTime time = currentTime.DateTime();
  1219     TDateTime time = currentTime.DateTime();
  1220     text.AppendFormat(_L8("%02u:%02u:%02u "),
  1220     text.AppendFormat(_L8("%02u:%02u:%02u "),
  1221         time.Hour(), time.Minute(), time.Second() );
  1221         time.Hour(), time.Minute(), time.Second() );
  1222     text.AppendFormat(_L8("Wlan: RssChanged: %d, %d\n"), aRssClass, aRss);
  1222     if ( aRssClass == EWlanRssClassNormal )
       
  1223         {
       
  1224         text.AppendFormat(_L8("Wlan RSS: -%ddBm (good)\f"), aRss);
       
  1225         }
       
  1226     else if ( aRssClass == EWlanRssClassWeak )
       
  1227         {
       
  1228         text.AppendFormat(_L8("Wlan RSS: -%ddBm (weak)\f"), aRss);
       
  1229         }
       
  1230     else
       
  1231         {
       
  1232         text.AppendFormat(_L8("Wlan RSS: -%ddBm (unknown)\f"), aRss);
       
  1233         }
  1223     iContainer->PrintNotify(text);
  1234     iContainer->PrintNotify(text);
  1224     }
  1235     }
  1225 
  1236 
  1226 // ------------------------------------------------------------------------------
  1237 // ------------------------------------------------------------------------------
  1227 // CConnTestViewWaiter::CConnTestViewWaiter()
  1238 // CConnTestViewWaiter::CConnTestViewWaiter()