]> sigrok.org Git - pulseview.git/commit
SignalBase: Allow checking for logic data directly
authorSoeren Apel <redacted>
Tue, 14 Mar 2017 21:54:20 +0000 (22:54 +0100)
committerSoeren Apel <redacted>
Wed, 22 Mar 2017 21:46:20 +0000 (22:46 +0100)
commitfe7d6661d5f520279e9d54067ad096fa4a6424c5
tree23826f96d4786470316877190b72e3ac1f8501b3
parent472a80c58cfdbd37cb00b5ba2ef4bcd923f9b54b
SignalBase: Allow checking for logic data directly

If we always return a valid pointer, we need to look
at the channel type to figure out if this data is
supposed to be valid or not. This isn't useful.
pv/data/signalbase.cpp