added V2 frame to support custom HLAs
This commit is contained in:
@@ -82,11 +82,14 @@ void TLC59731Analyzer::WorkerThread()
|
||||
frame.mFlags = 0;
|
||||
frame.mStartingSampleInclusive = starting_sample;
|
||||
frame.mEndingSampleInclusive = mSerial->GetSampleNumber();
|
||||
|
||||
mResults->AddFrame( frame );
|
||||
mResults->CommitResults();
|
||||
ReportProgress( frame.mEndingSampleInclusive );
|
||||
|
||||
|
||||
FrameV2 framev2;
|
||||
framev2.AddInteger("data", frame.mData1);
|
||||
mResults->AddFrameV2(framev2, "ledData", frame.mStartingSampleInclusive, frame.mEndingSampleInclusive);
|
||||
mResults->CommitResults();
|
||||
|
||||
data = 0;
|
||||
mSerial->AdvanceToNextEdge();
|
||||
SoB = mSerial->GetSampleNumber();
|
||||
|
||||
Reference in New Issue
Block a user