TSDuck v3.41-4255
MPEG Transport Stream Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
tsMain.h File Reference

Define a standard main() function with appropriate checks. More...

Macros

#define TS_MAIN(func)
 A macro which expands to a main() program.
 

Functions

int MainWrapper (int(*func)(int argc, char *argv[]), int argc, char *argv[])
 A function to wrap the entry point of an application.
 

Detailed Description

Define a standard main() function with appropriate checks.