HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gpib_tests.h
Go to the documentation of this file.
1 
15 #ifndef _GPIB_TESTS_H_
16 #define _GPIB_TESTS_H_
17 
18 /* gpib_tests.c */
19 void gpib_help ( int full );
20 int gpib_tests ( int argc , char *argv []);
21 #endif // #ifndef _GPIB_TESTS_H_
gpib_tests
int gpib_tests(int argc, char *argv[])
GPIB user tests User invoked GPIB functions and tasks.
Definition: gpib_tests.c:63
gpib_help
void gpib_help(int full)
Help Menu for User invoked GPIB functions and tasks See: int gpib_tests(char *str)
Definition: gpib_tests.c:33