< Previous by Date | Date Index | Next by Date > |
Thread Index |
I added two new static values into Timer.hxx: Timer::TB; // default 64*T1 Timer::TF; // default 64*T1 These are the default values that TimerB and TimerF get set to. If you want to change these, you can assign new values to TB and/or TF. The default behavior is unchanged. Changing these values should be done in the program's main thread at initialization time. Jason