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

static int Impala::Application::SDash::ActivityReader::TotalSequenceLength (  )  [inline, static]

Definition at line 44 of file ActivityReader.h.

References EMPTY_SEQUENCE, and SEQ_SIZES.

Referenced by Read(), and Impala::Application::SDash::SurveillanceApp::SetupVideoData().

00045     {
00046         int len = 0;
00047 #ifdef RICHARD
00048         len = SEQ_SIZES[2];
00049 #else
00050         for (int i = 0; i < 3; i++)
00051         {
00052             len += EMPTY_SEQUENCE;
00053             len += SEQ_SIZES[i];
00054         }
00055 #endif
00056         return len;
00057     }


Generated on Thu Jan 13 09:15:56 2011 for ImpalaSrc by  doxygen 1.5.1