X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Flogicsegment.hpp;h=c9e85593961d2bfbed83ed0797862ec594df0811;hb=36a8185e7e594990d475e6a043d5924605ca0f58;hp=3e092c531dfd46c6d98c98427af2684c7bdcec2c;hpb=f3d66e52ed6b454ea7a0662d5e6367e230116a2b;p=pulseview.git diff --git a/pv/data/logicsegment.hpp b/pv/data/logicsegment.hpp index 3e092c53..c9e85593 100644 --- a/pv/data/logicsegment.hpp +++ b/pv/data/logicsegment.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_DATA_LOGICSNAPSHOT_H -#define PULSEVIEW_PV_DATA_LOGICSNAPSHOT_H +#ifndef PULSEVIEW_PV_DATA_LOGICSEGMENT_HPP +#define PULSEVIEW_PV_DATA_LOGICSEGMENT_HPP #include "segment.hpp" @@ -92,7 +92,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); @@ -116,4 +116,4 @@ private: } // namespace data } // namespace pv -#endif // PULSEVIEW_PV_DATA_LOGICSNAPSHOT_H +#endif // PULSEVIEW_PV_DATA_LOGICSEGMENT_HPP