include/CaptureThread.h File Reference

#include <pthread.h>

Go to the source code of this file.

Data Structures

struct  _sCaptureThreadArgs

Typedefs

typedef _sCaptureThreadArgs sCaptureThreadArgs
typedef _sCaptureThreadArgspsCaptureThreadArgs

Functions

int CreateCaptureThread (struct _sCapture *pCapture, psCaptureThreadArgs pCaptureThreadArgs)
void JoinCaptureThread (struct _sCapture *pCapture)
void FreeCaptureThreadArgs (psCaptureThreadArgs *pCaptureThreadArgs)

Variables

int CaptureThreadStop


Typedef Documentation

typedef struct _sCaptureThreadArgs * psCaptureThreadArgs

typedef struct _sCaptureThreadArgs sCaptureThreadArgs


Function Documentation

int CreateCaptureThread ( struct _sCapture pCapture,
psCaptureThreadArgs  pCaptureThreadArgs 
)

void FreeCaptureThreadArgs ( psCaptureThreadArgs pCaptureThreadArgs  ) 

Implementation of FreeCaptureThreadArgs.

00441 {
00442    if(pCaptureThreadArgs && *pCaptureThreadArgs)
00443    {
00444       free(*pCaptureThreadArgs);
00445       *pCaptureThreadArgs = 0;
00446    }
00447 }

void JoinCaptureThread ( struct _sCapture pCapture  ) 


Variable Documentation

int CaptureThreadStop


Generated on Fri Jan 20 10:36:57 2017 for Vision Utils by  doxygen 1.4.7