TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
An interface which handles a command from a CommandLine instance. More...
Classes | |
class | ts::CommandLineHandler |
An interface which handles a command from a CommandLine instance. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Typedefs | |
using | ts::CommandLineMethod = CommandStatus(CommandLineHandler::*)(const UString &command, Args &args) |
Profile of a CommandLineHandler method which is invoked by a CommandLine instance for one command. | |
Enumerations | |
enum class | ts::CommandStatus { ts::CommandStatus::SUCCESS , ts::CommandStatus::EXIT , ts::CommandStatus::ERROR , ts::CommandStatus::FATAL } |
Status of a command which is executed by a CommandLine object. More... | |
An interface which handles a command from a CommandLine instance.