boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches

◆ GoNextAutotuneStage()

bool CAutotuneNanoConfig::GoNextAutotuneStage ( int & ResultCode,
uint8_t * PatternBuffer = nullptr,
uint64_t PatternBufferLengthInBytes = 0 )

Incremental Autotuning Increment autotuning stage If autotuning is to be run incrementally, call this function again and again until AutotuningInProgress() returns true

Parameters
ResultCodewill be populated 0 for success; 1 for fatal error; 2 for buffer error; 3 for data unfit for autotuning (constant cluster or too noisy of data)
PatternBufferdata array
PatternBufferLengthInByteslength of data array to read in
Returns
True if success, false if fail (see GetErrorMessage for more details)