Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::pipeline::SenderLoop::Task Class Reference

Base task class. More...

#include <sender_loop.h>

Inheritance diagram for roc::pipeline::SenderLoop::Task:
Collaboration diagram for roc::pipeline::SenderLoop::Task:

Protected Attributes

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

Friends

class SenderLoop
 

Additional Inherited Members

- Public Member Functions inherited from roc::pipeline::PipelineTask
bool success () const
 Check that the task finished and succeeded. More...
 
- Public Member Functions inherited from roc::core::MpscQueueNode
MpscQueueDatampsc_queue_data () const
 Get list node data. More...
 

Detailed Description

Base task class.

Definition at line 53 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: