Command line arguments for TSValve.
More...
#include <tsTSValveArgs.h>
|
|
static constexpr PacketCounter | DEFAULT_SILENT_AFTER = 5'000 |
| | Default value for --silent-after.
|
| |
Command line arguments for TSValve.
◆ TSValveArgs()
Constructor.
- Parameters
-
| [in] | prefix | Use that prefix for all long option (e.g. '–foo-stuffing' for '–stuffing'). |
◆ defineArgs()
| void ts::TSValveArgs::defineArgs |
( |
Args & |
args | ) |
|
Add command line option definitions in an Args.
- Parameters
-
| [in,out] | args | Command line arguments to update. |
◆ loadArgs()
| bool ts::TSValveArgs::loadArgs |
( |
Args & |
args | ) |
|
Load arguments from command line.
- Parameters
-
| [in,out] | args | Command line arguments. |
- Returns
- True on success, false on error in argument line.
The documentation for this class was generated from the following file: