mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
idk
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#define STREAMS 2
|
#define STREAMS 2
|
||||||
|
|
||||||
#pragma pack(1)
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
float level;
|
float level;
|
||||||
@@ -30,7 +29,6 @@ typedef struct {
|
|||||||
RDSModulatorParameters params;
|
RDSModulatorParameters params;
|
||||||
RDSEncoder* enc;
|
RDSEncoder* enc;
|
||||||
} RDSModulator;
|
} RDSModulator;
|
||||||
#pragma pack()
|
|
||||||
|
|
||||||
void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option);
|
void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option);
|
||||||
void Modulator_loadFromFile(RDSModulatorParameters *emp);
|
void Modulator_loadFromFile(RDSModulatorParameters *emp);
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
// List of ODAs: https://www.nrscstandards.org/committees/dsm/archive/rds-oda-aids.pdf
|
// List of ODAs: https://www.nrscstandards.org/committees/dsm/archive/rds-oda-aids.pdf
|
||||||
#define ODA_AID_RTPLUS 0x4bd7
|
#define ODA_AID_RTPLUS 0x4bd7
|
||||||
|
|
||||||
#pragma pack(1)
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t num_entries : 6;
|
uint8_t num_entries : 6;
|
||||||
uint8_t num_afs : 5;
|
uint8_t num_afs : 5;
|
||||||
@@ -266,7 +265,6 @@ typedef struct {
|
|||||||
uint8_t program : 3;
|
uint8_t program : 3;
|
||||||
uint8_t file_ender; // Always is 95 my freq
|
uint8_t file_ender; // Always is 95 my freq
|
||||||
} RDSEncoderFile;
|
} RDSEncoderFile;
|
||||||
#pragma pack()
|
|
||||||
|
|
||||||
#define GROUP_TYPE_0 ( 0 << 4)
|
#define GROUP_TYPE_0 ( 0 << 4)
|
||||||
#define GROUP_TYPE_1 ( 1 << 4)
|
#define GROUP_TYPE_1 ( 1 << 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user