Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::VideoJob::Manager::Manager ( CString  videoSetName,
CString  processDefinitionFile,
CString  serverName,
int  port,
CString  passwordFile,
CmdOptions options 
) [inline]

Definition at line 46 of file Manager.h.

References flagVideoUpdated, Impala::CmdOptions::GetString(), mCurrentMask, mData, mJobServer, Impala::Core::VideoJob::Data::mPasswordFile, Impala::Core::VideoJob::Data::mPort, Impala::Core::VideoJob::Data::mProcessDefFile, mProcessDone, mReporter, Impala::Core::VideoJob::Data::mServerName, and Impala::Core::VideoJob::Data::mVideoSetName.

00048     {
00049         mData.mVideoSetName = videoSetName;
00050         mData.mServerName = serverName;
00051         mData.mPort = port;
00052         mData.mPasswordFile = passwordFile;
00053 
00054         mData.mProcessDefFile = processDefinitionFile;
00055 
00056         mJobServer = 0;
00057         mCurrentMask = "";
00058         mProcessDone = false;
00059 
00060         flagVideoUpdated = options.GetString("videoUpdate", "0");
00061 
00062         mReporter = 0;
00063     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:40 2011 for ImpalaSrc by  doxygen 1.5.1