DataReaderFuncs Class Reference

class DataReaderFuncs

Data Reader Functions The methods in this header are not intended for clients to call explicitly.

Member Functions Documentation

AnyFieldExists(const RDataReaderBase &)

IMPORT_C TBool AnyFieldExists ( const RDataReaderBase & aReader ) [static]

AnyFieldExists AnyFieldExists checks if any field Id exists

Parameters

const RDataReaderBase & aReader RDataReaderBase& base class

FieldExists(const RDataReaderBase &, const TInt &)

IMPORT_C TBool FieldExists ( const RDataReaderBase & aReader,
const TInt & aFieldId
) [static]

FieldExists FieldExists checks if field with Id exists

Parameters

const RDataReaderBase & aReader RDataReaderBase& base class
const TInt & aFieldId id of the field we want to see if exists

GetField(const RDataReaderBase &, const TInt &, TInt &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TInt & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TInt & aData data to get in field

GetField(const RDataReaderBase &, const TInt &, TDes8 &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TDes8 & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TDes8 & aData data to get in field

GetField(const RDataReaderBase &, const TInt &, TUint &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TUint & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TUint & aData data to get in field

GetField(const RDataReaderBase &, const TInt &, TDopplerUncertainty &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TDopplerUncertainty & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TDopplerUncertainty & aData TDopplerUncertainty data to read in field

GetField(const RDataReaderBase &, const TInt &, TSatelliteStatus &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TSatelliteStatus & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TSatelliteStatus & aData TSatelliteStatus data to read in field

GetField(const RDataReaderBase &, const TInt &, TUtranGpsDriftRate &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TUtranGpsDriftRate & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TUtranGpsDriftRate & aData TUtranGpsDriftRate data to read in field

GetField(const RDataReaderBase &, const TInt &, TSfnTowUncertainty &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TSfnTowUncertainty & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TSfnTowUncertainty & aData TSfnTowUncertainty data to read in field

GetField(const RDataReaderBase &, const TInt &, TCodePhaseSearchWindow &)

IMPORT_C TInt GetField ( const RDataReaderBase & aReader,
const TInt & aFieldId,
TCodePhaseSearchWindow & aData
) [static]

GetField GetField

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are interested in
TCodePhaseSearchWindow & aData TCodePhaseSearchWindow data to read in field

GetFieldReader(const RDataReaderBase &, const TInt &, RDataReaderBase &)

IMPORT_C TInt GetFieldReader ( const RDataReaderBase & aReader,
const TInt & aFieldId,
RDataReaderBase & aDataReader
) [static]

GetFieldReader GetFieldReader

Parameters

const RDataReaderBase & aReader RDataReaderBase base class
const TInt & aFieldId id of the field we are want to get
RDataReaderBase & aDataReader Gets reader associated with this

MaxCount(const RDataReaderArrayBase &)

IMPORT_C TInt MaxCount ( const RDataReaderArrayBase & aReader ) [static]

MaxCount

Parameters

const RDataReaderArrayBase & aReader RDataReaderArrayBase base class