#include <ptlib/mutex.h>#include <ptlib/syncpoint.h>#include <ptlib/pfactory.h>#include "unix/ptlib/pprocess.h"Go to the source code of this file.
Defines | |
| #define | PCREATE_PROCESS(cls) |
| #define | PDECLARE_PROCESS(cls, ancestor, manuf, name, major, minor, status, build) |
| #define | P_DEFAULT_TRACE_OPTIONS ( PTrace::Blocks | PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine ) |
Typedefs | |
| typedef PFactory< PProcessStartup > | PProcessStartupFactory |
Functions | |
| PLIST (PInternalTimerList, PTimer) | |
|
|
|
|
|
Value: int main(int argc, char ** argv, char ** envp) \ { PProcess::PreInitialise(argc, argv, envp); \ static cls instance; \ return instance._main(); \ } |
|
|
Value: class cls : public ancestor { \ PCLASSINFO(cls, ancestor); \ public: \ cls() : ancestor(manuf, name, major, minor, status, build) { } \ private: \ virtual void Main(); \ }; |
|
|
|
|
||||||||||||
|
|
1.4.2