36
In pseudo-code, the limit rules are evaluated as follows:
if ((time >= min_interval) and (distance >= min_move)) then
log;
else if ((time >= max_interval) or (distance >= max_move))
then
log;
else
dont_log;
Default settings for the filter limit are as follows:
min.interval = 5
max.interval = 0 (max. limit not used)
min.move = 15
max.move
= 0 (max. limit not used)
According to these default settings, a new point is logged when at
least 5 seconds has elapsed from the previous point and the distance
from the previous point is at least 15 meters.
Example:
Assume that the limit settings are defined as follows:
min.interval = 5
max.interval = 60
min.move = 15
max.move = 100
In this case a new point is logged when at least 5 seconds has
elapsed from the previous point and the distance from the previous point
is at least 15 meters. A new point is also logged when at least 60 seconds
has elapsed since the previous point or the distance from the previous
point is 100 meters or more.
Содержание PCM-3292
Страница 1: ...PCM 3292 PC 104 GPS Module Users Manual...