resUpdateGoGPSUpBody function

void resUpdateGoGPSUpBody(
  1. Pointer<PERIPHERAL_GOGPS_BODY_V2> pGoGPSBody
)

Implementation

void resUpdateGoGPSUpBody(Pointer<PERIPHERAL_GOGPS_BODY_V2> pGoGPSBody) {
  CLCmdGogpsBodyV2.subject.add(CLCmdGogpsBodyV2.from(pGoGPSBody.ref));
  slog('resUpdateGoGPSUpBody: entered');
}