resUpdateGoGPSTrackInfo function
Implementation
void resUpdateGoGPSTrackInfo(
Pointer<PERIPHERAL_GOGPS_TRACK_SUM_V2> pGogpsTrack) {
CLCmdGogpsTrackSumV2.subject
.add(CLCmdGogpsTrackSumV2.from(pGogpsTrack.ref));
slog('resUpdateGoGPSTrackInfo: entered');
}