|
HDK
|
#include <UT/UT_DSOVersion.h>#include <UT/UT_WritePipe.h>#include <FS/FS_EventGenerator.h>#include <CMD/CMD_Args.h>#include <CMD/CMD_Manager.h>
Include dependency graph for FS_Background.C:Go to the source code of this file.
Classes | |
| class | HDK_Sample::BackgroundTask |
| BackgroundTask is the object which keeps track of the background process. More... | |
| class | HDK_Sample::BackgroundTimer |
| Event generator to poll for completed tasks. More... | |
Namespaces | |
| HDK_Sample | |
| This namespace is used to hold all HDK example source code. | |
Functions | |
| void | CMDextendLibrary (CMD_Manager *cman) |
This example uses UT_WritePipe to open a pipe to an external process, then use FS_EventGenerator to poll the list of running background tasks.
Definition in file FS_Background.C.
| void CMDextendLibrary | ( | CMD_Manager * | cman | ) |
CMDextendLibrary is the plug-in hook called to install extensions to the CMD library.
Definition at line 246 of file FS_Background.C.