Default class herited from protocol. No decoding performed. More...
#include <raw.h>
Public Member Functions | |
raw (uint8_t pins[]=NULL, uint8_t npin=4) | |
Constructor. | |
~raw () | |
Destructor. | |
void | decode () |
no decoding performed. | |
int | Draw (mglGraph *gr) |
Draw all captured data. | |
![]() | |
protocol (uint8_t pins[]=NULL, uint8_t npin=0) | |
Example constructor. | |
virtual void | init_acquisition (uint8_t pins[], uint8_t npin) |
Initialize acquisition. May not be redeclared. | |
virtual void | acquire (uint32_t npoint=2000, float period=1.0) |
Start acquisition. May not be redeclared. | |
virtual void | Save (const char *filename) |
Save acquisition data. May not be redeclared. | |
virtual void | Load (const char *filename) |
Load acquisition data. May not be redeclared. |
Additional Inherited Members | |
![]() | |
logic_input | capture |
Contain the raw capture of all pins. |
Default class herited from protocol. No decoding performed.
raw::raw | ( | uint8_t | pins[] = NULL , |
uint8_t | npin = 4 |
||
) |
Constructor.
call init_acquisition()
|
virtual |