|
a/src/ohradio.hxx |
|
b/src/ohradio.hxx |
|
... |
|
... |
70 |
int setPlaying();
|
70 |
int setPlaying();
|
71 |
bool makeIdArray(std::string&);
|
71 |
bool makeIdArray(std::string&);
|
72 |
void maybeWakeUp(bool ok);
|
72 |
void maybeWakeUp(bool ok);
|
73 |
|
73 |
|
74 |
bool m_active;
|
74 |
bool m_active;
|
|
|
75 |
MpdState m_mpdsavedstate;
|
75 |
// Current channel id set by setId
|
76 |
// Current channel id set by setId
|
76 |
unsigned int m_id;
|
77 |
unsigned int m_id;
|
77 |
// MPD song id for the radio uri, or 0
|
|
|
78 |
int m_songid;
|
|
|
79 |
|
78 |
|
80 |
bool m_ok;
|
79 |
bool m_ok;
|
81 |
};
|
80 |
};
|
82 |
|
81 |
|
83 |
#endif /* _OHRADIO_H_X_INCLUDED_ */
|
82 |
#endif /* _OHRADIO_H_X_INCLUDED_ */
|