resActivityDailyUpdated function
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');
}