SRS-control 0.1.4
 
Loading...
Searching...
No Matches
srs::test::SRSEmulator Class Reference

#include <SRSEmulator.hpp>

Collaboration diagram for srs::test::SRSEmulator:

Public Member Functions

 SRSEmulator (std::string_view filename, int port, App &app)
 
void start_send_data ()
 
auto get_remote_endpoint () -> const auto &
 

Private Attributes

std::string source_filename_
 
reader::RawFrame frame_reader_
 
writer::UDP udp_writer_
 

Detailed Description

Definition at line 14 of file SRSEmulator.hpp.

Constructor & Destructor Documentation

◆ SRSEmulator()

srs::test::SRSEmulator::SRSEmulator ( std::string_view filename,
int port,
App & app )
inlineexplicit

Definition at line 17 of file SRSEmulator.hpp.

Member Function Documentation

◆ get_remote_endpoint()

auto srs::test::SRSEmulator::get_remote_endpoint ( ) -> const auto&
inline

Definition at line 41 of file SRSEmulator.hpp.

◆ start_send_data()

void srs::test::SRSEmulator::start_send_data ( )
inline

Definition at line 24 of file SRSEmulator.hpp.

Member Data Documentation

◆ frame_reader_

reader::RawFrame srs::test::SRSEmulator::frame_reader_
private

Definition at line 45 of file SRSEmulator.hpp.

◆ source_filename_

std::string srs::test::SRSEmulator::source_filename_
private

Definition at line 44 of file SRSEmulator.hpp.

◆ udp_writer_

writer::UDP srs::test::SRSEmulator::udp_writer_
private

Definition at line 46 of file SRSEmulator.hpp.


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