Changeset 2722:d751d98911be in roaraudio for roard/include/rdtcs.h


Ignore:
Timestamp:
09/15/09 01:51:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

very basic code for RDS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/rdtcs.h

    r2721 r2722  
    4141#define RDTCS_RDS_BLOCK_D     5 
    4242 
     43#define RDTCS_RDS_GROUP_LEN   ((4*(16+10))/8) 
     44 
    4345struct { 
    4446 int inited; 
     
    5860int rdtcs_send_stream   (int id); 
    5961 
     62int rdtcs_send_stream_rds        (int id, struct roar_stream_server *  ss); 
     63int rdtcs_send_stream_rds_group  (int id, struct roar_stream_server *  ss); 
     64 
     65uint16_t rdtcs_rds_crc_calc      (uint16_t data); 
     66 
    6067#endif 
    6168 
Note: See TracChangeset for help on using the changeset viewer.