PrevUpHomeNext

Struct parameters

fd::timepiece_test_player::parameters

Synopsis

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



struct parameters {

  // public static functions
  static scheduling_purpose default_purpose() noexcept(false);

  // public data members
  scheduling_purpose purpose;
  schedule_timepoint now;
  int nSets;  // How many cycles the player should cycle through. 
  bool skip_contiguously_up_or_down;
};

Description

parameters public static functions

  1. static scheduling_purpose default_purpose() noexcept(false);

parameters public public data members

  1. bool skip_contiguously_up_or_down;

    Whether to skip launch for an uptime timepiece, which is contiguously up, or termintation for a halt timepiece, which is coniguously down


PrevUpHomeNext