09-19-2017 11:04 PM
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.
Solved! Go to Solution.
09-20-2017 05:30 PM - last edited on 06-11-2024 04:08 PM by Content Cleaner
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.)
09-20-2017 06:52 PM
Thank you. That's a confirmation for me of what you had said in that other forum discussion.