class TLbsGpsOptionsArray : public TLbsGpsOptions |
Encapsulates an array of settings for the GPS integration module. An instance of the class may be passed by the LBS subsystem to the integration module via the method CLbsLocationSourceGpsBase::SetGpsOptions() . An instance of the class is passed from the LBS subsystem to the integration module via the method CLbsLocationSourceGpsBase::SetGpsOptions() if the network has indicated that it wants to use hybrid mode - a combination of terminal based and terminal assisted positioning. CLbsLocationSourceGpsBase::SetGpsOptions() CLbsAdmin::TGpsMode TLbsGpsOptionsItem
Public Member Functions | |
---|---|
TLbsGpsOptionsArray () | |
IMPORT_C TInt | AppendOptionItem (const TLbsGpsOptionsItem &) |
IMPORT_C void | ClearOptionItems () |
IMPORT_C TInt | GetOptionItem ( TUint , TLbsGpsOptionsItem &) |
IMPORT_C TInt | NumOptionItems () |
Protected Attributes | |
---|---|
TUint | iNumItems |
TFixedArray < TLbsGpsOptionsItem , KLbsMaxGpsOptions > | iOptions |
TUint8 | iReserved |
Inherited Attributes | |
---|---|
TLbsGpsOptions::iGpsMode | |
TLbsGpsOptions::iGpsTimeRelationReq | |
TLbsLocClassTypeBase::iClassSize | |
TLbsLocClassTypeBase::iClassType |
IMPORT_C | TLbsGpsOptionsArray | ( | ) |
TLbsGpsOptionsArray specifies and array of GPS Modes for location updates produced by the data source.
IMPORT_C TInt | AppendOptionItem | ( | const TLbsGpsOptionsItem & | aOptionItem | ) |
Adds the supplied GPS Option Item to the current list NumOptionItems() GetOptionItem() TLbsGpsOptionsItem
const TLbsGpsOptionsItem & aOptionItem | The option item to append |
IMPORT_C void | ClearOptionItems | ( | ) |
Remove all GPS option items NumOptionItems() GetOptionItem() AppendOptionItem() TLbsGpsOptionsItem
IMPORT_C TInt | GetOptionItem | ( | TUint | aIndex, |
TLbsGpsOptionsItem & | aOptionItem | |||
) | const |
Retrieves the specified GPS option item by index NumOptionItems() AppendOptionItem() TLbsGpsOptionsItem
TUint aIndex | The index of the GPS option item requested. An index of zero specifies the first option item |
TLbsGpsOptionsItem & aOptionItem |
IMPORT_C TInt | NumOptionItems | ( | ) | const |
The number of GPS option items held GetOptionItem() AppendOptionItem() TLbsGpsOptionsItem
TFixedArray < TLbsGpsOptionsItem , KLbsMaxGpsOptions > | iOptions | [protected] |
The array of GPS options
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.