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

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

Definition at line 45 of file CameraEvent.h.

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

00046     {
00047         mCameraId = camId;
00048         mType = type;
00049         mFrameNr = frameNr;
00050         mSeconds = -1;
00051         mComments = comments;
00052     }


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