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

void Impala::Application::SDash::SurveillanceApp::ReadActivityEvents ( std::map< int, std::vector< CameraEvent > > &  camEventSchedule  )  [inline]

Definition at line 1011 of file SurveillanceApp.cpp.

References Impala::Application::SDash::gXmlPathMichael, Impala::Application::SDash::Sax2Reader::ProperlyConstructed(), and Impala::Application::SDash::ActivityReader::Read().

Referenced by ScheduleCamEvents().

01012     {
01013         ActivityReader reader;
01014         if (reader.ProperlyConstructed())
01015             reader.Read(gXmlPathMichael, camEventSchedule);
01016     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:50:01 2010 for ImpalaSrc by  doxygen 1.5.1