ad_map_access
Namespaces | Enumerations
SerializeableMagic.hpp File Reference
#include <cstdint>
Include dependency graph for SerializeableMagic.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ad
 namespace ad
 
 ad::map
 namespace map
 
 ad::map::serialize
 namespace serialize
 

Enumerations

enum  ad::map::serialize::SerializeableMagic : uint16_t {
  String = 0x0001, ad::map::serialize::SerializeableMagic::Base = 0x0818, Store = Base + 0, PassengerCount = Base + 1,
  ECEFCoordinate = Base + 2, ENUCoordinate = Base + 3, Distance = Base + 5, Speed = Base + 7,
  ParametricValue = Base + 8, ParametricRange = Base + 9, Weight = Base + 10, ComplianceVer = Base + 11,
  PartitionId = Base + 12, Duration = Base + 13, LandmarkId = Base + 101, LaneId = Base + 102,
  ECEFPoint = Base + 200, ENUPoint = Base + 201, Geometry = Base + 203, Edge = Base + 204,
  ContactLane = Base + 205, Restriction = Base + 206, Restrictions = Base + 207, Lane = Base + 210,
  GeometryStore = Base + 211, GeometryStoreItem = Base + 212, MapMetaData = Base + 214, GeoPoint = Base + 300,
  Longitude = Base + 301, Latitude = Base + 302, Altitude = Base + 303, SpeedLimit = Base + 400,
  ParaPoint = Base + 402, Landmark = Base + 500, VectorType = 0xF016, ObjectVectorType = 0xF227,
  ObjectMapType = 0xF228, ObjectPtrMapType = 0xF229, ObjectPtrVectorType = 0xF337, ObjectVectorMapType = 0xF337
}
 Declaration of class-specific Magic Numbers. More...