logic-analyzer
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nlogic_analyzer
 CPicoCapturePIOFirst version of Capture implementation for Raspberry Pico using the PIO. Based on https://github.com/raspberrypi/pico-examples/blob/master/pio/logic_analyser/logic_analyser.c
 CPinReaderAVR specific implementation Logic for the PinReader
 CSump4ByteComandArg4 Byte SUMP Protocol Command. The uint8Values data is provided in network format (big endian) while the internal representation is little endian on the
 CRingBufferData is captured in a ring buffer. If the buffer is full we overwrite the oldest entries...
 CLogicAnalyzerStateCommon State information for the Logic Analyzer - provides event handling on State change
 CAbstractCaptureAbstract Class for Capturing Logic. Create your own subclass if you want to implement your own optimized capturing logic. Otherwise just use the provided Capture class
 CCaptureDefault Implementation for the Capturing Logic
 CLogicAnalyzerMain Logic Analyzer API using the SUMP Protocol. When you try to connect to the Logic Analzyer - SUMP calls the following requests 1) RESET, 2) ID and then 3) GET_METADATA: This is used to populate the Device! All other requests are called when you click on the capture button