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

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

Definition at line 36 of file CameraEvent.h.

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

00037     {
00038         mCameraId = camId;
00039         mType = type;
00040         mFrameNr = -1;
00041         mSeconds = seconds;
00042         mComments = comments;
00043     }


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