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

int Impala::Core::Stream::RgbDataSrc::GetSecond (  )  const [inline]

Definition at line 227 of file RgbDataSrc.h.

References GetTime().

Referenced by Impala::Visualization::VideoPlayer::KeyboardFunc().

00228     {
00229         long hour, minute, second, fraction;
00230         GetTime(hour, minute, second, fraction);
00231         return second;
00232     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:17:05 2010 for ImpalaSrc by  doxygen 1.5.1