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...
 
SenderSlotConfig slot_config_
 Slot config. More...
 
address::Interface iface_
 Interface. More...
 
address::Protocol proto_
 Protocol. More...
 
address::SocketAddr outbound_address_
 Destination address. More...
 
packet::IWriteroutbound_writer_
 Destination packet writer. More...
 
packet::IWriterinbound_writer_
 Inbound packet writer. More...
 
SenderSlotMetricsslot_metrics_
 Output slot metrics. More...
 
SenderParticipantMetricsparty_metrics_
 Output participant metrics. More...
 
size_t * party_count_
 Input/output participant count. 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< Tag >
MpscQueueDatampsc_queue_data () const
 Get pointer to internal data. More...
 
- Static Public Member Functions inherited from roc::core::MpscQueueNode< Tag >
static MpscQueueNodempsc_queue_node (MpscQueueData *data)
 Get pointer to parent node from pointer to internal data. More...
 

Detailed Description

Base task class.

Definition at line 50 of file sender_loop.h.

Member Data Documentation

◆ func_

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

Task implementation method.

Definition at line 56 of file sender_loop.h.

◆ iface_

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

Interface.

Definition at line 60 of file sender_loop.h.

◆ inbound_writer_

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

Inbound packet writer.

Definition at line 64 of file sender_loop.h.

◆ outbound_address_

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

Destination address.

Definition at line 62 of file sender_loop.h.

◆ outbound_writer_

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

Destination packet writer.

Definition at line 63 of file sender_loop.h.

◆ party_count_

size_t* roc::pipeline::SenderLoop::Task::party_count_
protected

Input/output participant count.

Definition at line 67 of file sender_loop.h.

◆ party_metrics_

SenderParticipantMetrics* roc::pipeline::SenderLoop::Task::party_metrics_
protected

Output participant metrics.

Definition at line 66 of file sender_loop.h.

◆ proto_

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

Protocol.

Definition at line 61 of file sender_loop.h.

◆ slot_

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

Slot.

Definition at line 58 of file sender_loop.h.

◆ slot_config_

SenderSlotConfig roc::pipeline::SenderLoop::Task::slot_config_
protected

Slot config.

Definition at line 59 of file sender_loop.h.

◆ slot_metrics_

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

Output slot metrics.

Definition at line 65 of file sender_loop.h.


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