areaDetector
3-13
EPICS areaDetector framework
|
#include <arv.h>
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
Macros | |
#define | NRAW 5 |
#define | WIDTH 320 |
#define | HEIGHT 240 |
Functions | |
ArvBuffer * | allocBuffer () |
void | arv_viewer_new_buffer_cb (ArvStream *stream, void *nothing) |
void | getFramesAttempt1 (int w, int h) |
void | getFramesAttempt2 (int w, int h) |
int | main (int argc, char *argv[]) |
Variables | |
GMutex * | mutex |
#define HEIGHT 240 |
#define NRAW 5 |
#define WIDTH 320 |
ArvBuffer* allocBuffer | ( | ) |
void arv_viewer_new_buffer_cb | ( | ArvStream * | stream, |
void * | nothing | ||
) |
void getFramesAttempt1 | ( | int | w, |
int | h | ||
) |
void getFramesAttempt2 | ( | int | w, |
int | h | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
GMutex* mutex |