TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A class implementing the tsdektec control utility. More...
#include <tsDektecControl.h>
Public Member Functions | |
DektecControl (int argc, char *argv[]) | |
Constructor. | |
virtual | ~DektecControl () override |
Destructor. | |
int | execute () |
Execute the command. | |
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.
ts::DektecControl::DektecControl | ( | int | argc, |
char * | argv[] | ||
) |
Constructor.
[in] | argc | Command line argument count. |
[in] | argv | Command line arguments. |
int ts::DektecControl::execute | ( | ) |
Execute the command.