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

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

Definition at line 244 of file RgbDataSrc.h.

References GetTime().

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

00245     {
00246         long hour, minute, second, fraction;
00247         GetTime(hour, minute, second, fraction);
00248         return second;
00249     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:28 2011 for ImpalaSrc by  doxygen 1.5.1