Jump to content

API DataRecorder.AddStepPackets

From Flowcode Help
Revision as of 11:41, 16 January 2023 by Wiki bot (talk | contribs) (Created page with "{| class="wikitable" style="width:60%; background-color:#FFFFFF;" |- | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | File:Fc9-comp-macro.pn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AddStepPackets
Adds overlay packets to the stream by decoding the stream contents with a fixed period rate 
- HANDLE StreamH
The stream that is to be read 
- LONG TimeUS
The -ve time offset to start the calculation from, in microseconds 
- ULONG Duration
The duration of the overlay packet 
- FLOAT Period
The time period to step through each sample with 
- ULONG Mask
A mask of any bits to include in a decoded packets format value 
- BYTE BitStep
The number of bits per-packet 
- ULONG PacketFlags
A set of flags to help decode the stream 
- ULONG ZoomFilter
The zoom mask to show the packet on 
- NONE Return


Detailed description

Examples