| 276 | } |
| 277 | |
| 278 | std::vector<int> Input::getChannels() { |
| 279 | std::vector<int> channels; |
| 280 | for (int c = -1; c < 16; c++) { |
| 281 | channels.push_back(c); |
| 282 | } |
| 283 | return channels; |
| 284 | } |
| 285 | |
| 286 | //////////////////// |
| 287 | // InputQueue |
no outgoing calls
no test coverage detected