Skip to content

/AWS1/CL_IOWSEMTECHGNSSDETAIL

Details of the Semtech GNSS solver object.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_provider TYPE /AWS1/IOWPOSITIONSOLVERPVDR /AWS1/IOWPOSITIONSOLVERPVDR

The vendor of the solver object.

iv_type TYPE /AWS1/IOWPOSITIONSOLVERTYPE /AWS1/IOWPOSITIONSOLVERTYPE

The type of positioning solver used.

iv_status TYPE /AWS1/IOWPOSITIONCONFSTATUS /AWS1/IOWPOSITIONCONFSTATUS

The status indicating whether the solver is enabled.

iv_fec TYPE /AWS1/IOWPOSITIONCONFFEC /AWS1/IOWPOSITIONCONFFEC

Whether forward error correction is enabled.


Queryable Attributes

Provider

The vendor of the solver object.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

Type

The type of positioning solver used.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Status

The status indicating whether the solver is enabled.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Fec

Whether forward error correction is enabled.

Accessible with the following methods

Method Description
GET_FEC() Getter for FEC, with configurable default
ASK_FEC() Getter for FEC w/ exceptions if field has no value
HAS_FEC() Determine if FEC has a value