Searched defs:MsgGnssGetConfig (Results 1 – 1 of 1) sorted by relevance
1057 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct1058 GnssAdapter& mAdapter; in gnssGetConfigCommand()1059 LocApiBase& mApi; in gnssGetConfigCommand()1060 GnssConfigFlagsMask mConfigMask; in gnssGetConfigCommand()1061 uint32_t* mIds; in gnssGetConfigCommand()1062 size_t mCount; in gnssGetConfigCommand()1063 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function1074 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand()1078 inline virtual void proc() const { in gnssGetConfigCommand()