|
SatDump 2.0.0-alpha-520736c72
|
Block IO helper class. More...
#include <block.h>
Public Attributes | |
| std::string | name |
| BlockIOType | type |
| std::shared_ptr< DSPStream > | fifo = nullptr |
| std::shared_ptr< void > | blkdata = nullptr |
| uint64_t | samplerate = 0 |
| double | frequency = 0 |
Block IO helper class.
| name | of the input/output. Mostly meant for when blocks are rendered in a flowchart |
| type | of the data/samples expected on this IO |
| fifo | the actual fifo to connect to other blocks |
| blkdata | optional data the blocks can chose to hold in IQ |