PrevUpHomeNext

Struct final_parameters

fd::correlating_timepieces_test_player::final_parameters

Synopsis

// In header: <fd/correlating_timepieces_test_player.h>



struct final_parameters :
  public fd::correlating_timepieces_test_player::parameters
{

  // public member functions
  schedule_time_bounds time_bounds() const;

  // public data members
  schedule_timepoint upperBound;
  interval_spec maxInterval;
};

Description

final_parameters public member functions

  1. schedule_time_bounds time_bounds() const;

PrevUpHomeNext