NI MATRIXx Reference Manual

Chapter 2 C Language Reference
AutoCode Reference 2-30 ni.com
RT_SSHORT05 SS5;
RT_SSHORT SS0;
RT_SSHORT05 SS5_1;
};
struct _Sys_ExtIn {
RT_USHORT13 US13;
RT_SSHORT14 SS14;
};
/******* System Ext I/O type definitions. *******/
struct _Subsys_1_out subsys_1_out;
struct _Sys_ExtIn sys_extin;
static RT_FLOAT ExtIn [NUMIN+1];
static RT_FLOAT ExtOut [NUMOUT+1];
/******** Procedures’ declarations ********/
/******* Procedure: proc *******/
/***** Inputs type declaration. *****/
struct _proc_u {
RT_USHORT13 US13;
};
/***** Outputs type declaration. *****/
struct _proc_y {
RT_SSHORT13 SS13;
RT_SSHORT15 SS15;
RT_SSHORT15 SS15_1;
RT_USHORT14 US14;
RT_USHORT10 US10;
RT_SSHORT13 SS13_1;
RT_SSHORT12 SS12;
};
/***** Info type declaration. *****/
struct _proc_info {
RT_INTEGER iinfo[5];
};
User Types
You can define your own data types (called user types or UTs) in terms of
the intrinsic types using the Xmath UT editor. UTs and the UT editor are
described in the SystemBuild User Guide.