resActivityDailyUpdated function

void resActivityDailyUpdated(
  1. Pointer<PERIPHERAL_STREAMING_DAY_TOTAL> daytotal
)

Implementation

void resActivityDailyUpdated(Pointer<PERIPHERAL_STREAMING_DAY_TOTAL> daytotal) {
  CLCmdStreamingDaytotal.subject
      .add(CLCmdStreamingDaytotal.from(daytotal.ref));
  if(GoGpsParam.mnGogpsReceivedBodyCntInBlk>0){
    CLCmdGoGpsUpStreamData.progress.add(1.0);
  }

  slog('resActivityDailyUpdated: entered');
}