Android-cuttlefish cvd tool
Public Member Functions | Public Attributes | List of all members
GpsFix Struct Reference

#include <GpsFix.h>

Collaboration diagram for GpsFix:
Collaboration graph
[legend]

Public Member Functions

bool operator< (const GpsFix &other) const
 

Public Attributes

std::string name
 
std::string description
 
float latitude = 0.0
 
float longitude = 0.0
 
float elevation = 0.0
 
time_t time = 0
 

Member Function Documentation

◆ operator<()

bool GpsFix::operator< ( const GpsFix other) const
inline

Member Data Documentation

◆ description

std::string GpsFix::description

◆ elevation

float GpsFix::elevation = 0.0

◆ latitude

float GpsFix::latitude = 0.0

◆ longitude

float GpsFix::longitude = 0.0

◆ name

std::string GpsFix::name

◆ time

time_t GpsFix::time = 0

The documentation for this struct was generated from the following file: