MCPcopy Create free account
hub / github.com/cmauri/eviacam / CCaptureThread

Method CCaptureThread

wxcamwindow/capturethread.cpp:39–47  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

37
38// Constructor
39CCaptureThread::CCaptureThread (CCamera *pCamera, CCamWindow *pCamWindow,
40 CProcessImage *pProcessImage, wxThreadKind kind) : wxThread (kind)
41{
42 assert (pCamera!= NULL);
43 m_pCamera= pCamera;
44 m_pCamWindow= pCamWindow;
45 m_pProcessImage= pProcessImage;
46 m_Life = true;
47}
48
49// Destructor
50CCaptureThread::~CCaptureThread ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected