|
Yate
|
Radio data file header This class describes records in radio data files. More...
#include <yateradio.h>
Public Types | |
| enum | ElementType { Float = 0 , Int16 = 1 } |
| enum | TsType { TsApp = 0 , TsBoard = 1 } |
Public Attributes | |
| RadioDataDesc(uint8_t eType=Float, uint8_t tsType=TsApp, uint8_t sLen=2, uint8_t ports=1) uint8_t | m_elementType |
| uint8_t | m_sampleLen |
| uint8_t | m_ports |
| uint8_t | m_tsType |
| bool | m_littleEndian |
Radio data file header This class describes records in radio data files.
| enum ElementType |
Samples data type
| enum TsType |
Timestamp type
|
inline |
Constructor
| eType | Element type |
| tsType | Racords timestamp type |
| sLen | Sample length in elements |
| ports | Number of device ports |