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

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

Definition at line 1005 of file SurveillanceApp.cpp.

References Impala::Application::SDash::gCamMovementInfoPath, mVideos, and Impala::Application::SDash::CameraMovementReader::Read().

Referenced by ScheduleCamEvents().

01006     {
01007         CameraMovementReader reader;
01008         reader.Read(gCamMovementInfoPath, mVideos, camEventSchedule);
01009     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:10 2011 for ImpalaSrc by  doxygen 1.5.1