Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

GridLocationInfo Element Documentation

NAME

GridLocationInfo — Click element;

SYNOPSIS

GridLocationInfo(LATITUDE, LONGITUDE [, HEIGHT, KEYWORDS])

Ports: None
Drivers: userlevel

DESCRIPTION

This element implements the GridGenericLocInfo interface.

LATITUDE and LONGITUDE are in decimal degrees (Real). Positive is North and East, negative is South and West. HEIGHT is in metres, positive is up.

Only 5 fractional digits are used for latitude and longitude, the rest are ignored and rounding is not performed on the remaining digits. This should provide about 1 metre of precision near the equator. Only 3 fractional digits are used for the height, giving 1 millimetre precision in height.

Keyword arguments are:

  • MOVESIM — Integer. If the optional move parameter is 1, the node will move randomly at a few meters per second.

    If the optional move parameter is 2, the node will accept external ``set_new_dest'' directives for setting its speed etc.

  • LOC_GOOD — Boolean. If true, it means the location information (including error radius) can be believed. If false, don't believe the hype, it's a sequel, i.e. it's all bogus.

  • ERR_RADIUS — Unsigned short. The error radius in metres. The node's actual location is within a circle of ERR_RADIUS metres, centered at the supplied location.

  • TAG — String. A symbolic name used to identify this node's location, e.g. "ne43-521b", or "Robert's office".

ELEMENT HANDLERS

  • loc (read/write) — When reading, returns the element's location information, in this format: ``lat, lon, height (err= good=<good?> seq=)''.

       <err-radius> is in metres, <good?> is "yes" or "no", indicating
       whether the location information is at all valid (i.e. don't
       believe any of it unless <good?> is "yes"), and <seq> is the
       location sequence number; it changes every time the location or
       other parameters change.
    

    When writing, use the same syntax as the configuration arguments.

  • tag (read/write) — Read/write the location tag. Read format is: ``tag=''.

SEE ALSO

FixSrcLoc, GridLocationInfo2

Generated by click-elem2man from ../elements/grid/gridlocationinfo.hh:8 on 2018/10/03.

Clone this wiki locally