Lumiera  0.pre.03
»edit your freedom«
steam::control::test::anonymous_namespace{session-command-function-test.cpp} Namespace Reference

Functions

Time capture (Duration, Offset, int)
 
void maybeOverride (uint &configSetting, Arg cmdline, uint paramNr)
 
void operate (Duration dur, Offset offset, int factor)
 
void undoIt (Duration, Offset, int, Time oldState)
 

Variables

const Symbol COMMAND_I1 {"test.dispatch.function.command.instance-1"}
 
const Symbol COMMAND_I2 {"test.dispatch.function.command.instance-2"}
 
const Symbol COMMAND_ID {"test.dispatch.function.command"}
 
uint MAX_RAND_DELAY_us = 50
 
uint NUM_INVOC_PER_THRED = 10
 
uint NUM_THREADS_DEFAULT = 50
 
TimeVar testCommandState = randTime()
 

Variable Documentation

◆ NUM_THREADS_DEFAULT

uint NUM_THREADS_DEFAULT = 50
Note
not const, can be overridden by command line argument

Definition at line 132 of file session-command-function-test.cpp.

◆ MAX_RAND_DELAY_us

uint MAX_RAND_DELAY_us = 50
Warning
be sure to keep this way shorter than the delay in the main thread

Definition at line 134 of file session-command-function-test.cpp.