Sure thing Les (the following is brought to you by Les Hammer).
We now know a ViObject is a long and a ViSession is a long. Good call on ViBoolean aye? And the equivalent is? short! Reiner, this is basically all the info necessary to get the IVI driver working - without going through the IVI VEE thing.
-SHAWN-
-----Original Message-----
From: leshammer@frii.com [mailto:leshammer@frii.com]
Sent: Saturday, June 03, 2006 8:11 PM
To: Shawn Fessenden
Subject: RE: [vrf] VEE and Thermotron
Hi Shawn,
Could you please forward this on to vrf. I'm on my other computer and vrf doesn't know the alternate email name.
> There are three unknowns now:
> ViResource, ViSession and ViBoolean.
From visatype.h:
typedef unsigned long ViUInt32;
typedef unsigned short ViUInt16;
typedef ViUInt32 ViObject;
typedef ViObject ViSession;
typedef ViUInt16 ViBoolean;
I don't see ViResource, but:
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ||
defined(__NT__)) && !defined(_NI_mswin16_) #define _VI_FAR #elif defined(_CVI_) && defined(_NI_i386_) #define _VI_FAR ##elif (defined(_WINDOWS) || defined(_Windows)) && !defined(_NI_mswin16_)
#define _VI_FAR _far
#elif (defined(hpux) || defined(__hpux)) && (defined(__cplusplus) ||
defined(__cplusplus__))
#define _VI_FAR
#else
#define _VI_FAR
#endif
#define _VI_PTR _VI_FAR *
typedef char ViChar;
typedef ViChar _VI_PTR ViPChar;
typedef ViPChar ViString;
typedef ViString ViRsrc;
~~Les Hammer
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
We now know a ViObject is a long and a ViSession is a long. Good call on ViBoolean aye? And the equivalent is? short! Reiner, this is basically all the info necessary to get the IVI driver working - without going through the IVI VEE thing.
-SHAWN-
-----Original Message-----
From: leshammer@frii.com [mailto:leshammer@frii.com]
Sent: Saturday, June 03, 2006 8:11 PM
To: Shawn Fessenden
Subject: RE: [vrf] VEE and Thermotron
Hi Shawn,
Could you please forward this on to vrf. I'm on my other computer and vrf doesn't know the alternate email name.
> There are three unknowns now:
> ViResource, ViSession and ViBoolean.
From visatype.h:
typedef unsigned long ViUInt32;
typedef unsigned short ViUInt16;
typedef ViUInt32 ViObject;
typedef ViObject ViSession;
typedef ViUInt16 ViBoolean;
I don't see ViResource, but:
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ||
defined(__NT__)) && !defined(_NI_mswin16_) #define _VI_FAR #elif defined(_CVI_) && defined(_NI_i386_) #define _VI_FAR ##elif (defined(_WINDOWS) || defined(_Windows)) && !defined(_NI_mswin16_)
#define _VI_FAR _far
#elif (defined(hpux) || defined(__hpux)) && (defined(__cplusplus) ||
defined(__cplusplus__))
#define _VI_FAR
#else
#define _VI_FAR
#endif
#define _VI_PTR _VI_FAR *
typedef char ViChar;
typedef ViChar _VI_PTR ViPChar;
typedef ViPChar ViString;
typedef ViString ViRsrc;
~~Les Hammer
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
We now know a ViObject is a long and a ViSession is a long. Good call on
ViBoolean aye? And the equivalent is? short! Reiner, this is basically all
the info necessary to get the IVI driver working - without going through the
IVI VEE thing.
-SHAWN-
-----Original Message-----
From: leshammer@frii.com [mailto:leshammer@frii.com]
Sent: Saturday, June 03, 2006 8:11 PM
To: Shawn Fessenden
Subject: RE: [vrf] VEE and Thermotron
Hi Shawn,
Could you please forward this on to vrf. I'm on my other computer and vrf
doesn't know the alternate email name.
> There are three unknowns now:
> ViResource, ViSession and ViBoolean.
>From visatype.h:
typedef unsigned long ViUInt32;
typedef unsigned short ViUInt16;
typedef ViUInt32 ViObject;
typedef ViObject ViSession;
typedef ViUInt16 ViBoolean;
I don't see ViResource, but:
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ||
defined(__NT__)) && !defined(_NI_mswin16_)
#define _VI_FAR
#elif defined(_CVI_) && defined(_NI_i386_)
#define _VI_FAR
##elif (defined(_WINDOWS) || defined(_Windows)) && !defined(_NI_mswin16_)
#define _VI_FAR _far
#elif (defined(hpux) || defined(__hpux)) && (defined(__cplusplus) ||
defined(__cplusplus__))
#define _VI_FAR
#else
#define _VI_FAR
#endif
#define _VI_PTR _VI_FAR *
typedef char ViChar;
typedef ViChar _VI_PTR ViPChar;
typedef ViPChar ViString;
typedef ViString ViRsrc;
~~Les Hammer
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".