pilot.map_info_t¶
Struct¶
Unique identifier for a Grid Map or a Road Map.
-
string
name
¶ Map name.
-
long
last_modified
¶ Last modified time as Posix timestamp in microseconds.
-
string
description
¶ Map description. This member is not used for map identification.
-
bool
same_as
(map_info_t other) const¶ Returns
true
ifname
andlast_modified
are the same on both objects.