Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Documentation change only: correct description of pessimisticNotOptim…
Browse files Browse the repository at this point in the history
…istic parameter.
  • Loading branch information
RobMeades committed Oct 29, 2023
1 parent c169912 commit 1f56324
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cell/api/u_cell_geofence.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ int32_t uCellGeofenceSetCallback(uDeviceHandle_t cellHandle,
* for them, or set to a specific value
* to override the setting associated
* with the callbacks.
* @param pessimisticNotOptimistic if true then the test is optimistic
* @param pessimisticNotOptimistic if true then the test is pessimistic
* with respect to radiusMillimetres
* and altitudeUncertaintyMillimetres,
* else it is pessimistic; see the
* else it is optimistic; see the
* description of this parameter to
* uCellGeofenceSetCallback() for more
* information; ignored if testType is
Expand Down
4 changes: 2 additions & 2 deletions common/geofence/api/u_geofence.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ int32_t uGeofenceClearMap(uGeofence_t *pFence);
* @param[in] pFence a pointer to the geofence to test;
* cannot be NULL.
* @param testType the type of test to perform.
* @param pessimisticNotOptimistic if true then the test is optimistic
* @param pessimisticNotOptimistic if true then the test is pessimistic
* with respect to radiusMillimetres
* and altitudeUncertaintyMillimetres,
* else it is pessimistic; see the
* else it is optimistic; see the
* description of this parameter to
* uGnssGeofenceSetCallback(),
* uCellGeofenceSetCallback() or
Expand Down
4 changes: 2 additions & 2 deletions gnss/api/u_gnss_geofence.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ int32_t uGnssGeofenceSetCallback(uDeviceHandle_t gnssHandle,
* for them, or set to a specific value
* to override the setting associated
* with the callbacks.
* @param pessimisticNotOptimistic if true then the test is optimistic
* @param pessimisticNotOptimistic if true then the test is pessimistic
* with respect to radiusMillimetres
* and altitudeUncertaintyMillimetres,
* else it is pessimistic; see the
* else it is optimistic; see the
* description of this parameter to
* uGnssGeofenceSetCallback() for more
* information; ignored if testType is
Expand Down
4 changes: 2 additions & 2 deletions wifi/api/u_wifi_geofence.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ int32_t uWifiGeofenceSetCallback(uDeviceHandle_t wifiHandle,
* for them, or set to a specific value
* to override the setting associated
* with the callbacks.
* @param pessimisticNotOptimistic if true then the test is optimistic
* @param pessimisticNotOptimistic if true then the test is pessimistic
* with respect to radiusMillimetres
* and altitudeUncertaintyMillimetres,
* else it is pessimistic; see the
* else it is optimistic; see the
* description of this parameter to
* uWifiGeofenceSetCallback() for more
* information; ignored if testType is
Expand Down

0 comments on commit 1f56324

Please sign in to comment.