naive channel pair refactor (dumb replace one pair with vector of pairs)

This commit is contained in:
LTVA1 2024-08-14 20:01:16 +03:00
parent 0ea53fdae5
commit 7c324ec39d
19 changed files with 140 additions and 138 deletions

View file

@ -603,10 +603,10 @@ class DivDispatch {
/**
* get "paired" channels.
* @param chan the channel to query.
* @return a DivChannelPair.
* @param ch the channel to query.
* @param ret the DivChannelPair vector of pairs.
*/
virtual DivChannelPair getPaired(int chan);
virtual void getPaired(int ch, std::vector<DivChannelPair>& ret);
/**
* get channel mode hints.