Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::pipeline::SenderLoop::Tasks::QuerySlot Class Reference

Query slot metrics. More...

#include <sender_loop.h>

Inheritance diagram for roc::pipeline::SenderLoop::Tasks::QuerySlot:
roc::pipeline::SenderLoop::Task roc::pipeline::PipelineTask roc::core::MpscQueueNode roc::core::NonCopyable< MpscQueueNode >

Public Member Functions

 QuerySlot (SlotHandle slot, SenderSlotMetrics &slot_metrics, SenderSessionMetrics *sess_metrics)
 Set task parameters.
 
- Public Member Functions inherited from roc::pipeline::PipelineTask
bool success () const
 Check that the task finished and succeeded.
 
- Public Member Functions inherited from roc::core::MpscQueueNode
MpscQueueDatampsc_queue_data () const
 Get list node data.
 

Additional Inherited Members

- Protected Attributes inherited from roc::pipeline::SenderLoop::Task
bool(SenderLoop::* func_ )(Task &)
 Task implementation method.
 
SenderSlotslot_
 Slot.
 
SenderEndpointendpoint_
 Endpoint.
 
address::Interface iface_
 Interface.
 
address::Protocol proto_
 Protocol.
 
address::SocketAddr address_
 Destination address.
 
packet::IWriterwriter_
 Destination writer.
 
SenderSlotMetricsslot_metrics_
 Output for slot metrics.
 
SenderSessionMetricssess_metrics_
 Output for session metrics.
 

Detailed Description

Query slot metrics.

Definition at line 92 of file sender_loop.h.

Constructor & Destructor Documentation

◆ QuerySlot()

roc::pipeline::SenderLoop::Tasks::QuerySlot::QuerySlot ( SlotHandle slot,
SenderSlotMetrics & slot_metrics,
SenderSessionMetrics * sess_metrics )

Set task parameters.

Remarks
Metrics are written to provided structs.

The documentation for this class was generated from the following file: