TSDuck v3.38-3691
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::DektecControl Class Reference

A class implementing the tsdektec control utility. More...

#include <tsDektecControl.h>

Inheritance diagram for ts::DektecControl:
Collaboration diagram for ts::DektecControl:

Public Member Functions

 DektecControl (int argc, char *argv[])
 Constructor.
 
virtual ~DektecControl () override
 Destructor.
 
int execute ()
 Execute the command.
 

Detailed Description

A class implementing the tsdektec control utility.

This is defined as a separate class the interface of which does not depend on DTAPI. The binary DTAPI is privately isolated inside the TSDuck library.

Constructor & Destructor Documentation

◆ DektecControl()

ts::DektecControl::DektecControl ( int  argc,
char *  argv[] 
)

Constructor.

Parameters
[in]argcCommand line argument count.
[in]argvCommand line arguments.

Member Function Documentation

◆ execute()

int ts::DektecControl::execute ( )

Execute the command.

Returns
Either EXIT_SUCCESS or EXIT_FAILURE.

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