TwiceAsNice
2019-02-18
|
#include <Nice/Log/HexDump.hh>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <PvApi.h>
Classes | |
struct | tCamera |
Macros | |
#define | _STDCALL |
#define | TRUE 0 |
#define | FRAMESCOUNT 15 |
Functions | |
void _STDCALL | CameraEventCB (void *Context, tPvInterface Interface, tPvLinkEvent Event, unsigned long UniqueId) |
void | WaitForCamera () |
void | WaitForTime () |
void | WaitForEver () |
void _STDCALL | FrameDoneCB (tPvFrame *pFrame) |
bool | CameraGrab () |
bool | CameraSetup () |
bool | CameraStart () |
void | CameraStop () |
void | CameraUnsetup () |
void | CtrlCHandler (int Signo) |
int | main (int argc, char *argv[]) |
Variables | |
tCamera | GCamera |
#define _STDCALL |
#define FRAMESCOUNT 15 |
#define TRUE 0 |
void _STDCALL CameraEventCB | ( | void * | Context, |
tPvInterface | Interface, | ||
tPvLinkEvent | Event, | ||
unsigned long | UniqueId | ||
) |
bool CameraGrab | ( | ) |
bool CameraSetup | ( | ) |
bool CameraStart | ( | ) |
void CameraStop | ( | ) |
void CameraUnsetup | ( | ) |
void CtrlCHandler | ( | int | Signo | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void WaitForCamera | ( | ) |
void WaitForEver | ( | ) |
void WaitForTime | ( | ) |
tCamera GCamera |