Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Standard C++ classes available?

Hi,
 
I was wondering if NI offers or has any plans to offer standard C++ classes for any DAQ devices?  So far I've heard only of the ANSI C, Labview, LabWindows, and the .NET, VB and VC++ support available with measurement studio.
 
Jeff
0 Kudos
Message 1 of 4
(3,545 Views)

Hello

Do you mean STL based classes for DAQmx? What kind of standard were you looking for?
Your list of known supported API for DAQ programming covers all the one we currently support. This should allow you to do DAQ programming in pretty much any prgramming enviornment out there.


Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,532 Views)

Yea, presumably the STL string class would be used for handling strings, but I think the main thing would be just having a set of classes (e.g. for channels, tasks, devices, timing, etc) which allow for a cleaner programming interface to the DAQ devices.  As you say, this is not a severe limitation or anything, but it might be a nice thing to have.

Thanks,

Jeff

 

0 Kudos
Message 3 of 4
(3,526 Views)

Actually, you just described the Measurement Studio C++ classes for DAQmx. They are MFC based, so they can only be used from VS 2003 or higher. These classes are only available with Measurement Studio 7.x and DAQmx.

Message Edited by bilalD on 08-02-2005 11:32 AM

Bilal Durrani
NI
0 Kudos
Message 4 of 4
(3,508 Views)