| 55 | } |
| 56 | |
| 57 | CaptureData PeriodicCounterCapture::ReadCaptureData() |
| 58 | { |
| 59 | return m_CaptureDataHolder.GetCaptureData(); |
| 60 | } |
| 61 | |
| 62 | void PeriodicCounterCapture::DispatchPeriodicCounterCapturePacket( |
| 63 | const std::string& backendId, const std::vector<Timestamp>& timestampValues) |
nothing calls this directly
no test coverage detected