MCPcopy Create free account
hub / github.com/comaps/comaps / Packet

Class Packet

libs/tracking/archive.hpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56} // namespace helpers
57
58struct Packet
59{
60 Packet();
61 explicit Packet(location::GpsInfo const & info);
62 Packet(double lat, double lon, uint32_t timestamp);
63
64 double m_lat;
65 double m_lon;
66 uint32_t m_timestamp;
67};
68
69struct PacketCar : Packet
70{

Callers 4

ReadMethod · 0.85
GetDeltaMethod · 0.85
CombineMethod · 0.85
TransferLocationFunction · 0.85

Calls

no outgoing calls

Tested by 1

TransferLocationFunction · 0.68