Agilent Technologies 86100-90086 Sprinkler User Manual


 
2-15
Sample Programs
Listings of the Sample Programs
Listings of the Sample Programs
Listings of the C sample programs in this section include:
hpibdecl.h
•init.c
gen_srq.c
•srq.c
learnstr.c
sicl_IO.c
natl_IO.c
Listings of the BASIC sample programs in this section include:
•init.bas
•srq.bas
•lrn_str.bas
hpib_decl.h Sample Program
/* hpibdecl.h */
/*
* This file includes necessary prototypes and declarations for
* the example programs for the Agilent 86100*/
*/
/*
* User must indicate which GPIB card (Agilent or National) is being used.
* Also, if using a National card, indicate which version of windows
* (WIN31 or WIN95) is being used.
*/
#define AGILENT /* Uncomment if using AGILENT interface card */
/* #define NATL */
/* #define WIN31 */ /* For National card ONLY - select windows version */
#define WIN95