18 for (
unsigned int i = 0; i < nRings; ++i) {
56 log << MSG::DEBUG <<
"Dumping RingerRings information for debugging. There are " <<
m_rings.size() <<
" rings." <<
endmsg;
57 log << MSG::DEBUG <<
"Ringer values: ";
58 for (std::vector<float>::const_iterator i =
m_rings.begin(); i !=
m_rings.end(); ++i) {
RingerRings()
Class default constructor.
std::vector< float > & rings()
Acessor methods.
unsigned int size() const
void print(MsgStream &log) const
Prints some debug message.
const float & operator[](const unsigned int i) const
float & at(const unsigned int i)
std::vector< float > m_rings