Ejemplo n.º 1
0
  Result() {
    takeoff_time.Clear();
    landing_time.Clear();
    release_time.Clear();

    takeoff_location.SetInvalid();
    landing_location.SetInvalid();
    release_location.SetInvalid();
  }
Ejemplo n.º 2
0
 /**
  * Reinitialize phase
  */
 void Clear() {
   phase_type = NO_PHASE;
   start_datetime.Clear();
   end_datetime.Clear();
   start_time = 0;
   end_time = 0;
   duration = 0;
   fraction = 0;
   circling_direction = NO_DIRECTION;
   alt_diff = 0;
   distance = 0;
   merges = 0;
 }