1. in – National Instruments AutoCode NI MATRIX User Manual
Page 121

Chapter 5
Generated Code Architecture
© National Instruments Corporation
5-13
Note
If you specify a specific partition with the %var name in the block form (that is,
A.GAIN
), that %var is directly used, not indirectly referenced.
Example 5-1
Relevant Code to Support Partitioned %vars Within a Procedure
/* Xmath variable definitions. */
VAR_FLOAT A_GAIN;
VAR_FLOAT B_GAIN;
/******** Procedures’ declarations ********/
/******* Procedure: foo *******/
/***** Inputs type declaration. *****/
struct _foo_u {
RT_FLOAT foo_1;
};
/***** Outputs type declaration. *****/
struct _foo_y {
RT_FLOAT foo_2_1;
};
/***** Info type declaration. *****/
struct _foo_info {
RT_INTEGER iinfo[5];
VAR_FLOAT *GAIN;
};
/******* Procedure: foo *******/
void foo(U, Y, I)
struct _foo_u *U;
struct _foo_y *Y;
struct _foo_info *I;
{
RT_INTEGER *iinfo = &I->iinfo[0];
/***** Output Update. *****/
/* ---------------------------- Gain Block */
/* {foo..2} */
Y->foo_2_1 = (*I->GAIN)*U->foo_1;
iinfo[1] = 0;
- Instrument Driver NI-DMM (12 pages)
- 24-Bit Half/Full-Bridge Analog Input Module NI 9237 (36 pages)
- NI PXIe-8105 (76 pages)
- PXI NI 5401 (60 pages)
- Fieldpoint CFP-2210 (38 pages)
- NI 781xR (48 pages)
- NI 6233 (180 pages)
- 6508 PCI-DIO-96 (93 pages)
- PXI/CompactPCI Embedded Computer NI PXI-8108 (83 pages)
- NI 9233 (34 pages)
- NI USB-9219 (25 pages)
- GPIB-PC (262 pages)
- cFP-RTD-122 (15 pages)
- USB device 625x (23 pages)
- Isolated Analog Input Modules SCC-AI01 (18 pages)
- NI PCI-6111 (118 pages)
- NI USB-6008 (32 pages)
- PC-DIO-24 (75 pages)
- NI 9474 (31 pages)
- NI 6013 (109 pages)
- PXI-1428 (46 pages)
- NI PCI-5911 (51 pages)
- 2 SD Card Memory Module NI 9802 (16 pages)
- cFP-20xx (24 pages)
- NI USB-9234 (23 pages)
- NI 9871 (24 pages)
- Interface Device NI PCI-1426 (35 pages)
- AT E Series (184 pages)
- 9211A (19 pages)
- Module NI PXI-8250 (39 pages)
- 8330 Series (30 pages)
- NI PXIe-8360 (40 pages)
- Deterministic Ethernet Expansion Chassis NI 9144 (65 pages)
- NI 6509 (23 pages)
- NI MATRIXx Xmath (127 pages)
- NI 9481 (23 pages)
- Monochrome Image Acquisition Device NI 1410 (34 pages)
- VXI-1394 (74 pages)
- NI PXI-8104 (69 pages)
- NI 9235 (38 pages)
- 370620B-01 (17 pages)
- FP-RTD-124 (15 pages)
- VXI-USB (61 pages)
- NI PCI-8254R (45 pages)
- Interface Device NI PCI-8254R (16 pages)