#include <rds_type_0a_decoder.h>
Public Member Functions | |
RDS_Type0A_Decoder () | |
virtual void | addGroup (const RDSGroup &g) |
virtual bool | isComplete () const |
const QString & | getStationName () const |
Protected Member Functions | |
void | addChar (unsigned char c) |
void | clear () |
Protected Attributes | |
char | m_stationName [RDS_STATIONNAME_MAX_LEN+1] |
QString | m_stationNameComplete |
unsigned int | m_next_expected_position |
RDS_0A_State | m_state |
Definition at line 39 of file rds_type_0a_decoder.h.
RDS_Type0A_Decoder::RDS_Type0A_Decoder | ( | ) |
void RDS_Type0A_Decoder::addChar | ( | unsigned char | c | ) | [protected] |
virtual void RDS_Type0A_Decoder::addGroup | ( | const RDSGroup & | g | ) | [virtual] |
Implements RDSTypeDecoder.
void RDS_Type0A_Decoder::clear | ( | ) | [protected] |
const QString& RDS_Type0A_Decoder::getStationName | ( | ) | const |
virtual bool RDS_Type0A_Decoder::isComplete | ( | ) | const [virtual] |
Implements RDSTypeDecoder.
unsigned int RDS_Type0A_Decoder::m_next_expected_position [protected] |
Definition at line 56 of file rds_type_0a_decoder.h.
RDS_0A_State RDS_Type0A_Decoder::m_state [protected] |
Definition at line 58 of file rds_type_0a_decoder.h.
char RDS_Type0A_Decoder::m_stationName[RDS_STATIONNAME_MAX_LEN+1] [protected] |
Definition at line 53 of file rds_type_0a_decoder.h.
QString RDS_Type0A_Decoder::m_stationNameComplete [protected] |
Definition at line 54 of file rds_type_0a_decoder.h.