Please enable JavaScript to view this site.

DigiView Plug-in Guide

Navigation: Plug-in Framework > Source Files > <yourplugincode.cpp>

void Parse(int64 timestamp,Data64 rawdata)

Scroll Prev Top Next More

This is the heart of the parser.  DigiView will stream EVENTS (packets of time/data information) to your plug-in through this routine.  Parse() examines the data and stream back FIELDS (packets of time/field information) through the Data Output Routines defined above.  Note this gets called on the order of 250,000 times per signal per capture so efficiency is important.