![]() |
![]() |
#include <ti/sdo/ce/visa.h>
Include dependency graph for skel.h:

Go to the source code of this file.
Data Structures | |
| struct | SKEL_Fxns |
| Table of functions defining the interface of a skeleton. More... | |
Typedefs | |
| typedef VISA_Status(*) | SKEL_CALLFXN (VISA_Handle handle, VISA_Msg msg) |
| Prototype for a skeleton's call() implementation. | |
| typedef VISA_Handle(*) | SKEL_CREATEFXN (Void *reserved, String name, Void *params) |
| Prototype for a skeleton's create() API. | |
| typedef Void(*) | SKEL_DESTROYFXN (VISA_Handle handle) |
| Prototype for a skeleton's destroy() API. | |