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

Base task class. More...

#include <sender_loop.h>

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

Protected Attributes

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.
 

Friends

class SenderLoop
 

Additional Inherited Members

- 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.
 

Detailed Description

Base task class.

Definition at line 53 of file sender_loop.h.

Friends And Related Symbol Documentation

◆ SenderLoop

friend class SenderLoop
friend

Definition at line 55 of file sender_loop.h.

Member Data Documentation

◆ address_

address::SocketAddr roc::pipeline::SenderLoop::Task::address_
protected

Destination address.

Definition at line 65 of file sender_loop.h.

◆ endpoint_

SenderEndpoint* roc::pipeline::SenderLoop::Task::endpoint_
protected

Endpoint.

Definition at line 62 of file sender_loop.h.

◆ func_

bool(SenderLoop::* roc::pipeline::SenderLoop::Task::func_) (Task &)
protected

Task implementation method.

Definition at line 59 of file sender_loop.h.

◆ iface_

address::Interface roc::pipeline::SenderLoop::Task::iface_
protected

Interface.

Definition at line 63 of file sender_loop.h.

◆ proto_

address::Protocol roc::pipeline::SenderLoop::Task::proto_
protected

Protocol.

Definition at line 64 of file sender_loop.h.

◆ sess_metrics_

SenderSessionMetrics* roc::pipeline::SenderLoop::Task::sess_metrics_
protected

Output for session metrics.

Definition at line 68 of file sender_loop.h.

◆ slot_

SenderSlot* roc::pipeline::SenderLoop::Task::slot_
protected

Slot.

Definition at line 61 of file sender_loop.h.

◆ slot_metrics_

SenderSlotMetrics* roc::pipeline::SenderLoop::Task::slot_metrics_
protected

Output for slot metrics.

Definition at line 67 of file sender_loop.h.

◆ writer_

packet::IWriter* roc::pipeline::SenderLoop::Task::writer_
protected

Destination writer.

Definition at line 66 of file sender_loop.h.


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