| 39 | } |
| 40 | |
| 41 | SUSCOUNT |
| 42 | PSDMessage::size(void) const |
| 43 | { |
| 44 | const struct suscan_analyzer_psd_msg *msg |
| 45 | = static_cast<struct suscan_analyzer_psd_msg *>(this->c_message.get()); |
| 46 | return msg->psd_size; |
| 47 | } |
| 48 | |
| 49 | unsigned int |
| 50 | PSDMessage::getSampleRate(void) const |
no test coverage detected