return s;
}
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
vector< shared_ptr<prop::Property> > properties_;
};
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
#endif // PULSEVIEW_PV_BINDING_BINDING_HPP
decoder_stack_->begin_decode();
}
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
shared_ptr<pv::data::decode::Decoder> decoder_;
};
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
#endif // PULSEVIEW_PV_BINDING_DECODER_HPP
return QString("%1x").arg(factor);
}
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
shared_ptr<sigrok::Configurable> configurable_;
};
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
#endif // PULSEVIEW_PV_BINDING_DEVICE_HPP
map<string, Glib::VariantBase> options_;
};
-} // binding
-} // pv
+} // namespace binding
+} // namespace pv
#endif // PULSEVIEW_PV_BINDING_INPUTOUTPUT_H
return decoder_inst;
}
-} // decode
-} // data
-} // pv
+} // namespace decode
+} // namespace data
+} // namespace pv
(decoder_ == other.decoder_ && row_ < other.row_);
}
-} // decode
-} // data
-} // pv
+} // namespace decode
+} // namespace data
+} // namespace pv
const srd_decoder_annotation_row *row_;
};
-} // decode
-} // data
-} // pv
+} // namespace decode
+} // namespace data
+} // namespace pv
#endif // PULSEVIEW_PV_DATA_DECODE_ROW_HPP
annotations_.push_back(a);
}
-} // decode
-} // data
-} // pv
+} // namespace decode
+} // namespace data
+} // namespace pv
vector<Annotation> annotations_;
};
-}
-} // data
-} // pv
+} // namespace decode
+} // namespace data
+} // namespace pv
#endif // PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP
struct MediumSize32Multi;
struct MaxSize32Multi;
struct MaxSize32MultiIterated;
-}
+} // namespace SegmentTest
namespace pv {
namespace data {
}
}
-} // dialogs
-} // pv
+} // namespace dialogs
+} // namespace pv
pv::StoreSession session_;
};
-} // dialogs
-} // pv
+} // namespace dialogs
+} // namespace pv
#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP
set_all_channels(false);
}
-} // popups
-} // pv
+} // namespace popups
+} // namespace pv
QSignalMapper check_box_mapper_;
};
-} // popups
-} // pv
+} // namespace popups
+} // namespace pv
#endif // PULSEVIEW_PV_POPUPS_CHANNELS_HPP
commit();
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QCheckBox *check_box_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_BOOL_HPP
commit();
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QDoubleSpinBox *spin_box_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_DOUBLE_HPP
commit();
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QComboBox *selector_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_ENUM_HPP
commit();
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QSpinBox *spin_box_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_INT_HPP
return false;
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QString name_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_PROPERTY_HPP
commit();
}
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
QLineEdit *line_edit_;
};
-} // prop
-} // pv
+} // namespace prop
+} // namespace pv
#endif // PULSEVIEW_PV_PROP_STRING_HPP
class OutputFormat;
class Packet;
class Session;
-}
+} // namespace sigrok
namespace pv {
output_stream_.close();
}
-} // pv
+} // namespace pv
uint64_t start_sample_, sample_count_;
};
-} // pv
+} // namespace pv
#endif // PULSEVIEW_PV_STORESESSION_HPP
{
}
-} // namespace view
+} // namespace views
} // namespace pv
p.drawRect(r);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QColor cur_colour_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_COLOURBUTTON_HPP
close();
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QVBoxLayout layout_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP
":/icons/decoder-hidden.svg"));
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QPushButton show_hide_button_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP
decoder_selected(dec);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QSignalMapper mapper_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_DECODERMENU_HPP
QToolTip::showText(QCursor::pos(), device_tooltip_);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QString device_tooltip_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_DEVICETOOLBUTTON_HPP
format_selected((*iter).second);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QSignalMapper mapper_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_EXPORTMENU_HPP
format_selected((*iter).second);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
QSignalMapper mapper_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_IMPORTMENU_HPP
popup_->show();
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
Popup *popup_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_POPUPTOOLBUTTON_HPP
list_.setCurrentIndex(best_match);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
ValueType value_type_;
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif // PULSEVIEW_PV_WIDGETS_SWEEPTIMINGWIDGET_HPP
lineEdit()->setText(newtext);
}
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
void updateEdit();
};
-} // widgets
-} // pv
+} // namespace widgets
+} // namespace pv
#endif
}
-} // namespace wellarray
+} // namespace widgets
} // namespace pv
WellArrayData *d;
};
-} // namespace wellarray
+} // namespace widgets
} // namespace pv
pv::util::SIPrefix yotta = pv::util::SIPrefix::yotta;
/* pv::util::TimeUnit Time = pv::util::TimeUnit::Time; // Not currently used */
-}
+} // namespace
BOOST_AUTO_TEST_SUITE(UtilTest)