cwFlowTypes.h : Added 'non_real_time_fl' field to flow_t.
This commit is contained in:
parent
f7e6845956
commit
fb1524ee97
@ -331,6 +331,7 @@ namespace cw
|
||||
{
|
||||
const object_t* flowCfg; // complete cfg used to create this flow
|
||||
|
||||
bool non_real_time_fl; // set if this is a non-real-time program
|
||||
unsigned framesPerCycle; // sample frames per cycle (64)
|
||||
srate_t sample_rate; // default sample rate (48000.0)
|
||||
unsigned maxCycleCount; // count of cycles to run on flow::exec() or 0 if there is no limit.
|
||||
|
Loading…
Reference in New Issue
Block a user