LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NIDAQmx.h documentation

When I look at NIDAQmx.h in an editor I see lots of C functions that are not listed anywhere in the NI-DAQ C Reference Help.

Where are they documented?

0 Kudos
Message 1 of 6
(3,993 Views)

Can you give some examples for this?

What language/development environment are you using?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 6
(3,977 Views)

Can you give some examples for this?

What language/development environment are you using?


I did say:


When I look at NIDAQmx.h in an editor I see lots of C functions


thus I thought it was obvious that I'm using C/C++.

 

A subset of the functions defined in the .h file are documented (in the terse sense that NI help files usually explain things) in  NI-DAQmx C Reference Help.

Functions like DAQmxGetSysDevNames are in there, but others like DAQmxGetSysNIDAQMajorVersion, even though this one is easy to guess what it does, needs and returns, and many others where that is not so obvious, are not.

 

0 Kudos
Message 3 of 6
(3,965 Views)

@instrumento wrote:

[..]thus I thought it was obvious that I'm using C/C++.[..] 


You could use LabWindows/CVI, GNU or VS. For example.....

Documentation is quite often an issue, sometimes missing, sometimes out of date or plainly wrong.

I think, NI is doing a quite good job, but even NI does not have documentation for everything. So maybe you can provide a list of all functions you require help and post it. We (the community) can then try to give some hints or documentation on those items.

I can image that some functions are not documented in the C reference help, but are in CVI......

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 6
(3,958 Views)

That function is in my version of the c reference. Do you have a an actual list of functions you could not find when doing a search?

 

 

0 Kudos
Message 5 of 6
(3,952 Views)

Reinstalled the latest NI-DAQ and now I can find everything (that I've tried so far).

Either I was looking at the wrong version or had some of the search options incorrectly set.

Thanks ...

0 Kudos
Message 6 of 6
(3,938 Views)