|
rohdeschwarz
0.2.0
TCPIP socket library for Rohde & Schwarz instrument control
|
VISA C function pointer types. More...
#include "rs-visa/visa.h"Go to the source code of this file.
Namespaces | |
| rohdeschwarz | |
| rohdeschwarz::busses | |
| rohdeschwarz::busses::visa | |
Typedefs | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_OPEN_DEFAULT_RM_PTR) (ViPSession vi) |
Function pointer type for viOpenDefaultRM More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_FIND_RSRC_PTR) (ViSession sesn, ViString expr, ViPFindList vi, ViPUInt32 retCnt, ViChar _VI_FAR desc[]) |
Function pointer type for viFindRsrc More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_FIND_NEXT_PTR) (ViFindList vi, ViChar _VI_FAR desc[]) |
Function pointer type for viFindNext More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_PARSE_RSRC_EX_PTR) (ViSession rmSesn, ViRsrc rsrcName, ViPUInt16 intfType, ViPUInt16 intfNum, ViChar _VI_FAR rsrcClass[], ViChar _VI_FAR expandedUnaliasedName[], ViChar _VI_FAR aliasIfExists[]) |
Function pointer type for viParseRsrcEx More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_OPEN_PTR) (ViSession sesn, ViRsrc name, ViAccessMode mode, ViUInt32 timeout, ViPSession vi) |
Function pointer type for viOpen More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_CLOSE_PTR) (ViObject vi) |
Function pointer type for viClose More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_WRITE_PTR) (ViSession vi, ViBuf buf, ViUInt32 cnt, ViPUInt32 retCnt) |
Function pointer type for viWrite More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_READ_PTR) (ViSession vi, ViPBuf buf, ViUInt32 cnt, ViPUInt32 retCnt) |
Function pointer type for viRead More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_ENABLE_EVENT_PTR) (ViSession vi, ViEventType eventType, ViUInt16 mechanism, ViEventFilter context) |
Function pointer type for viEnableEvent More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_DISABLE_EVENT_PTR) (ViSession vi, ViEventType eventType, ViUInt16 mechanism) |
Function pointer type for viDisableEvent More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_WAITON_EVENT_PTR) (ViSession vi, ViEventType inEventType, ViUInt32 timeout, ViPEventType outEventType, ViPEvent outContext) |
Function pointer type for viWaitOnEvent More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_DISCARD_EVENTS_PTR) (ViSession vi, ViEventType eventType, ViUInt16 mechanism) |
Function pointer type for viDiscardEvents More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_READ_STB_PTR) (ViSession vi, ViPUInt16 status) |
Function pointer type for viReadSTB More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_GPIB_SEND_IFC_PTR) (ViSession vi) |
Function pointer type for viGpibSendIFC More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_SET_ATTRIBUTE_PTR) (ViObject vi, ViAttr attrName, ViAttrState attrValue) |
Function pointer type for viSetAttribute More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_GET_ATTRIBUTE_PTR) (ViObject vi, ViAttr attrName, void _VI_PTR attrValue) |
Function pointer type for viGetAttribute More... | |
| typedef ViStatus(_VI_FUNC * | rohdeschwarz::busses::visa::VI_STATUS_DESC_PTR) (ViObject vi, ViStatus status, ViChar _VI_FAR desc[]) |
Function pointer type for viStatusDesc More... | |
VISA C function pointer types.
Definition in file cvisatypes.hpp.