X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Flogicsegment.hpp;h=59cca86eca3a282b8baf0e0f3f24d1b141be8a10;hp=6f19c1cb28e3bb58f65ef712e6112541ae78762b;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=a38268f064687eff3e5395da6bb7f39e55dcd60f diff --git a/pv/data/logicsegment.hpp b/pv/data/logicsegment.hpp index 6f19c1c..59cca86 100644 --- a/pv/data/logicsegment.hpp +++ b/pv/data/logicsegment.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_DATA_LOGICSEGMENT_HPP @@ -92,7 +91,7 @@ public: * @param[in] min_length The minimum number of samples that * can be resolved at this level of detail. * @param[in] sig_index The index of the signal. - **/ + */ void get_subsampled_edges(std::vector &edges, uint64_t start, uint64_t end, float min_length, int sig_index);