qtmobility/src/location/qgeosatelliteinfosource_s60_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   186 
   186 
   187     void disconnectNotify(const char *aSignal);
   187     void disconnectNotify(const char *aSignal);
   188 
   188 
   189 private:
   189 private:
   190     /**
   190     /**
       
   191     *  current module ID
       
   192     */
       
   193     TPositionModuleId mCurrentModuleId;
       
   194 
       
   195     /**
       
   196     *prvmoduleID
       
   197     */
       
   198     TPositionModuleId mReqModuleId;
       
   199 
       
   200     /**
       
   201     * Active object for device status updates
       
   202     */
       
   203     CQMLBackendAO * mDevStatusUpdateAO;
       
   204 
       
   205     /**
   191     * Active object for requestUpdate
   206     * Active object for requestUpdate
   192     */
   207     */
   193     CQMLBackendAO * mReqUpdateAO;
   208     CQMLBackendAO * mReqUpdateAO;
   194 
   209 
   195     /**
   210     /**
   196     *prvmoduleID
   211     * Active object for regular updates.
   197     */
   212     */
   198     TPositionModuleId mReqModuleId;
   213     CQMLBackendAO * mRegUpdateAO;
   199 
       
   200     /**
       
   201     * Active object for device status updates
       
   202     */
       
   203     CQMLBackendAO * mDevStatusUpdateAO;
       
   204 
   214 
   205     /**
   215     /**
   206      * Positioner server
   216      * Positioner server
   207      */
   217      */
   208     RPositionServer mPositionServer;
   218     RPositionServer mPositionServer;
   209 
   219 
   210 
   220 
   211     /**
       
   212     * Active object for regular updates.
       
   213     */
       
   214     CQMLBackendAO * mRegUpdateAO;
       
   215 
       
   216     /*
   221     /*
   217      * Number of Satellites in View
   222      * Number of Satellites in View
   218      */
   223      */
   219     QList<QGeoSatelliteInfo> mqListSatInView;
   224     QList<QGeoSatelliteInfo> mqListSatInView;
   220 
   225 
   225 
   230 
   226     /**
   231     /**
   227     *  list of supported position methods
   232     *  list of supported position methods
   228     */
   233     */
   229     CSatMethodInfo mList[MAX_SIZE];
   234     CSatMethodInfo mList[MAX_SIZE];
   230 
       
   231     /**
       
   232     *  current module ID
       
   233     */
       
   234     TPositionModuleId mCurrentModuleId;
       
   235 
   235 
   236     /**
   236     /**
   237      * maintaiss the size of thr CPosMethodInfo array
   237      * maintaiss the size of thr CPosMethodInfo array
   238      */
   238      */
   239     int mListSize;
   239     int mListSize;