TwiceAsNice  2019-02-18
Classes | Macros | Functions | Variables
AvtListAttributes.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <PvApi.h>
Include dependency graph for AvtListAttributes.cc:

Classes

struct  tCamera
 

Macros

#define TRUE   0
 

Functions

const char * DatatypeToString (tPvDatatype aType)
 
void WaitForCamera ()
 
bool CameraGrab ()
 
bool CameraOpen ()
 
bool CameraOpen (unsigned long IP)
 
void CameraClose ()
 
void QueryAttribute (const char *aLabel)
 
void ListAttributes ()
 
int main (int argc, char *argv[])
 

Variables

tCamera GCamera
 

Macro Definition Documentation

◆ TRUE

#define TRUE   0

Function Documentation

◆ CameraClose()

void CameraClose ( )

◆ CameraGrab()

bool CameraGrab ( )

◆ CameraOpen() [1/2]

bool CameraOpen ( )

◆ CameraOpen() [2/2]

bool CameraOpen ( unsigned long  IP)

◆ DatatypeToString()

const char* DatatypeToString ( tPvDatatype  aType)

◆ ListAttributes()

void ListAttributes ( )

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ QueryAttribute()

void QueryAttribute ( const char *  aLabel)

◆ WaitForCamera()

void WaitForCamera ( )

Variable Documentation

◆ GCamera

tCamera GCamera