Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nlogic_analyzer | |
CPicoCapturePIO | First 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 |
CPinReader | AVR specific implementation Logic for the PinReader |
CSump4ByteComandArg | 4 Byte SUMP Protocol Command. The uint8Values data is provided in network format (big endian) while the internal representation is little endian on the |
CRingBuffer | Data is captured in a ring buffer. If the buffer is full we overwrite the oldest entries... |
CLogicAnalyzerState | Common State information for the Logic Analyzer - provides event handling on State change |
CAbstractCapture | Abstract 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 |
CCapture | Default Implementation for the Capturing Logic |
CLogicAnalyzer | Main 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 |