The VisAO Camera
EDTutils.h File Reference

Declarations for some utility functions pertaining to the EDT framegrabber PCI card. More...

#include "edtinc.h"
#include "edt_trace.h"
#include <stdlib.h>
#include <ctype.h>

Go to the source code of this file.

Functions

int initcam (const char *fname, const char *bdir)
 A local version of initcam. More...
 
int setdebug (const char *kbuff)
 A local version of setdebug. More...
 

Detailed Description

Author
Jared R. Males

Definition in file EDTutils.h.

Function Documentation

int initcam ( const char *  fname,
const char *  bdir 
)

Just a copy of initcam.c, but with only fname for options

Definition at line 46 of file EDTutils.c.

Referenced by VisAO::CCD47Ctrl::load_EDT_config().

int setdebug ( const char *  kbuff)

Just a copy of setdebug.c, but with only the -k option

Definition at line 350 of file EDTutils.c.