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

Impala::Application::SDash::CameraEvent::CameraEvent ( int  camId,
int  type,
std::string  comments = "" 
) [inline]

Definition at line 27 of file CameraEvent.h.

References mCameraId, mComments, mFrameNr, mSeconds, and mType.

00028     {
00029         mCameraId = camId;
00030         mType = type;
00031         mFrameNr = -1;
00032         mSeconds = -1;
00033         mComments = comments;
00034     }


Generated on Fri Mar 19 10:48:38 2010 for ImpalaSrc by  doxygen 1.5.1