PrevUpHome

Struct State

fd::timepiece_test_player::State

Synopsis

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



struct State {

  // public member functions
  bool test_limit_reached() const noexcept;

  // public data members
  const timepiece_test_player::parameters & params;
  schedule_timepiece & schedule;
  const timepiece_test_player::callback_type f;
  const scheduling_purpose purpose;
  const int nInitialReps;
  const int nMaxReps;
  const bool beganWithinInterval;
  schedule_timepoint now;
};

Description

State public member functions

  1. bool test_limit_reached() const noexcept;

PrevUpHome