Difference between revisions of "Event DataRecorder.FmtPacket"

From Flowcode Help
Jump to navigationJump to search
(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...")
 
Line 45: Line 45:
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 +
 +
 +
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]
  
  

Revision as of 12:12, 16 January 2023

Fc9-comp-macro.png FmtPacket
Sent when a %e is read in a format string when decoding a packet 
Fc9-h32-icon.png - HANDLE StreamH
The scope being decoded 
Fc9-s32-icon.png - LONG TimeOffset
The -ve time-reference of the start of the overlay packet 
Fc9-u32-icon.png - ULONG Duration
The time duration the packet of the overlay packet 
Fc9-u8-icon.png - BYTE[] Data
The data packet to be decoded 
Fc9-u32-icon.png - ULONG Bits
The number of bits (not bytes) in Data[] 
Fc9-u32-icon.png - ULONG EventId
A event identifier to help distinguish decodes 
Fc9-string-icon.png - STRING Result
The format string to return 
Fc9-void-icon.png - Non-zero to claim the packet, zero for Flowcode to add a packet automatically Return


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples