HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FS_Background.C File Reference
#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)
 

Detailed Description

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.

See Also
UT_WritePipe, FS_EventGenerator, CMD_Manager, CMD_Args

Definition in file FS_Background.C.

Function Documentation

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.