Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

What NI product produced these c++ files

Solved!
Go to solution

I have some C++ code supposedly autogenerated and used with the 6133 DAQ board in 2006...2008. Does anyone know what would have generated them? The target operating system is QNX.

0 Kudos
Message 1 of 3
(2,291 Views)
Solution
Accepted by topic author Sorterralee

Hello again.

 

They're part of the NI Measurement Hardware DDK. We have a description format that we use to describe the registers available on a hardware board, and generate C++ accessor classes based on those. Some input files are distributed, for example, in the X Series DDK... they're the "rbm" files. It doesn't appear, at a glance, that we distribute the rbms for the chips on older products-- so all that's available is that output, sorry.

 

They're really just the C++ form of the information available in the DDK manuals. For example, tSTC.h is just an implementation of information from the DAQ-STC Technical Reference Manual.

 

If you have more questions, I'd recommend the DDK forum, or perhaps the DDK Programmers group. (Not everyone watches every forum, posting there might attract the attention of someone more involved with the DDK than I am.)

——
Brandon Streiff
ni.com/compactdaq · ni.com/daq
Message 2 of 3
(2,256 Views)

Thank you. That's a confirmation for me of what you had said in that other forum discussion.

0 Kudos
Message 3 of 3
(2,251 Views)