01-08-2013 05:11 PM
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?
01-09-2013 02:58 AM
Can you give some examples for this?
What language/development environment are you using?
Norbert
01-09-2013 10:24 AM
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.
01-09-2013 10:32 AM
@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
01-09-2013 10:59 AM - edited 01-09-2013 11:00 AM
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?
01-09-2013 11:46 AM
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 ...