mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
remove integration of the modulator into command parsing
This commit is contained in:
@@ -3,19 +3,6 @@
|
||||
#include "lib.h"
|
||||
#include "rds.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float level;
|
||||
uint8_t rdsgen : 3;
|
||||
} RDSModulatorParameters;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t check;
|
||||
RDSModulatorParameters params;
|
||||
uint16_t crc;
|
||||
} RDSModulatorParametersFile;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t bit_buffer[BITS_PER_GROUP];
|
||||
@@ -29,7 +16,6 @@ typedef struct
|
||||
|
||||
typedef struct {
|
||||
RDSModulatorModulationData *data;
|
||||
RDSModulatorParameters params;
|
||||
RDSEncoder* enc;
|
||||
uint8_t num_streams;
|
||||
} RDSModulator;
|
||||
|
||||
Reference in New Issue
Block a user