File: rtwtypes.h1 /* 2 * rtwtypes.h 3 * 4 * Code generation for model "Controller". 5 * 6 * Model version : 1.1303 7 * Simulink Coder version : 8.3 (R2012b) 20-Jul-2012 8 * C++ source code generated on : Sun Jun 01 14:58:10 2014 9 * 10 * Target selection: grt.tlc 11 * Note: GRT includes extra infrastructure and instrumentation for prototyping 12 * Embedded hardware selection: Generic->32-bit x86 compatible 13 * Code generation objectives: Unspecified 14 * Validation result: Not run 15 */ 16 17 #ifndef __RTWTYPES_H__ 18 #define __RTWTYPES_H__ 19 #include "tmwtypes.h" 20 21 /* This ID is used to detect inclusion of an incompatible rtwtypes.h */ 22 #define RTWTYPES_ID_C08S16I32L32N32F1 23 #include "simstruc_types.h" 24 #ifndef POINTER_T 25 # define POINTER_T 26 27 typedef void * pointer_T; 28 29 #endif 30 31 #ifndef TRUE 32 # define TRUE (1U) 33 #endif 34 35 #ifndef FALSE 36 # define FALSE (0U) 37 #endif 38 39 /* 40 * Definitions supporting external data access 41 */ 42 typedef int32_T chunk_T; 43 typedef uint32_T uchunk_T; 44 45 /* 46 * MultiWord supporting definitions 47 */ 48 typedef long int long_T; 49 50 /* 51 * MultiWord types 52 */ 53 typedef struct { 54 uint32_T chunks[2]; 55 } int64m_T; 56 57 typedef struct { 58 int64m_T re; 59 int64m_T im; 60 } cint64m_T; 61 62 typedef struct { 63 uint32_T chunks[2]; 64 } uint64m_T; 65 66 typedef struct { 67 uint64m_T re; 68 uint64m_T im; 69 } cuint64m_T; 70 71 typedef struct { 72 uint32_T chunks[3]; 73 } int96m_T; 74 75 typedef struct { 76 int96m_T re; 77 int96m_T im; 78 } cint96m_T; 79 80 typedef struct { 81 uint32_T chunks[3]; 82 } uint96m_T; 83 84 typedef struct { 85 uint96m_T re; 86 uint96m_T im; 87 } cuint96m_T; 88 89 typedef struct { 90 uint32_T chunks[4]; 91 } int128m_T; 92 93 typedef struct { 94 int128m_T re; 95 int128m_T im; 96 } cint128m_T; 97 98 typedef struct { 99 uint32_T chunks[4]; 100 } uint128m_T; 101 102 typedef struct { 103 uint128m_T re; 104 uint128m_T im; 105 } cuint128m_T; 106 107 typedef struct { 108 uint32_T chunks[5]; 109 } int160m_T; 110 111 typedef struct { 112 int160m_T re; 113 int160m_T im; 114 } cint160m_T; 115 116 typedef struct { 117 uint32_T chunks[5]; 118 } uint160m_T; 119 120 typedef struct { 121 uint160m_T re; 122 uint160m_T im; 123 } cuint160m_T; 124 125 typedef struct { 126 uint32_T chunks[6]; 127 } int192m_T; 128 129 typedef struct { 130 int192m_T re; 131 int192m_T im; 132 } cint192m_T; 133 134 typedef struct { 135 uint32_T chunks[6]; 136 } uint192m_T; 137 138 typedef struct { 139 uint192m_T re; 140 uint192m_T im; 141 } cuint192m_T; 142 143 typedef struct { 144 uint32_T chunks[7]; 145 } int224m_T; 146 147 typedef struct { 148 int224m_T re; 149 int224m_T im; 150 } cint224m_T; 151 152 typedef struct { 153 uint32_T chunks[7]; 154 } uint224m_T; 155 156 typedef struct { 157 uint224m_T re; 158 uint224m_T im; 159 } cuint224m_T; 160 161 typedef struct { 162 uint32_T chunks[8]; 163 } int256m_T; 164 165 typedef struct { 166 int256m_T re; 167 int256m_T im; 168 } cint256m_T; 169 170 typedef struct { 171 uint32_T chunks[8]; 172 } uint256m_T; 173 174 typedef struct { 175 uint256m_T re; 176 uint256m_T im; 177 } cuint256m_T; 178 179 typedef struct { 180 uint32_T chunks[9]; 181 } int288m_T; 182 183 typedef struct { 184 int288m_T re; 185 int288m_T im; 186 } cint288m_T; 187 188 typedef struct { 189 uint32_T chunks[9]; 190 } uint288m_T; 191 192 typedef struct { 193 uint288m_T re; 194 uint288m_T im; 195 } cuint288m_T; 196 197 typedef struct { 198 uint32_T chunks[10]; 199 } int320m_T; 200 201 typedef struct { 202 int320m_T re; 203 int320m_T im; 204 } cint320m_T; 205 206 typedef struct { 207 uint32_T chunks[10]; 208 } uint320m_T; 209 210 typedef struct { 211 uint320m_T re; 212 uint320m_T im; 213 } cuint320m_T; 214 215 typedef struct { 216 uint32_T chunks[11]; 217 } int352m_T; 218 219 typedef struct { 220 int352m_T re; 221 int352m_T im; 222 } cint352m_T; 223 224 typedef struct { 225 uint32_T chunks[11]; 226 } uint352m_T; 227 228 typedef struct { 229 uint352m_T re; 230 uint352m_T im; 231 } cuint352m_T; 232 233 typedef struct { 234 uint32_T chunks[12]; 235 } int384m_T; 236 237 typedef struct { 238 int384m_T re; 239 int384m_T im; 240 } cint384m_T; 241 242 typedef struct { 243 uint32_T chunks[12]; 244 } uint384m_T; 245 246 typedef struct { 247 uint384m_T re; 248 uint384m_T im; 249 } cuint384m_T; 250 251 typedef struct { 252 uint32_T chunks[13]; 253 } int416m_T; 254 255 typedef struct { 256 int416m_T re; 257 int416m_T im; 258 } cint416m_T; 259 260 typedef struct { 261 uint32_T chunks[13]; 262 } uint416m_T; 263 264 typedef struct { 265 uint416m_T re; 266 uint416m_T im; 267 } cuint416m_T; 268 269 typedef struct { 270 uint32_T chunks[14]; 271 } int448m_T; 272 273 typedef struct { 274 int448m_T re; 275 int448m_T im; 276 } cint448m_T; 277 278 typedef struct { 279 uint32_T chunks[14]; 280 } uint448m_T; 281 282 typedef struct { 283 uint448m_T re; 284 uint448m_T im; 285 } cuint448m_T; 286 287 typedef struct { 288 uint32_T chunks[15]; 289 } int480m_T; 290 291 typedef struct { 292 int480m_T re; 293 int480m_T im; 294 } cint480m_T; 295 296 typedef struct { 297 uint32_T chunks[15]; 298 } uint480m_T; 299 300 typedef struct { 301 uint480m_T re; 302 uint480m_T im; 303 } cuint480m_T; 304 305 typedef struct { 306 uint32_T chunks[16]; 307 } int512m_T; 308 309 typedef struct { 310 int512m_T re; 311 int512m_T im; 312 } cint512m_T; 313 314 typedef struct { 315 uint32_T chunks[16]; 316 } uint512m_T; 317 318 typedef struct { 319 uint512m_T re; 320 uint512m_T im; 321 } cuint512m_T; 322 323 typedef struct { 324 uint32_T chunks[17]; 325 } int544m_T; 326 327 typedef struct { 328 int544m_T re; 329 int544m_T im; 330 } cint544m_T; 331 332 typedef struct { 333 uint32_T chunks[17]; 334 } uint544m_T; 335 336 typedef struct { 337 uint544m_T re; 338 uint544m_T im; 339 } cuint544m_T; 340 341 typedef struct { 342 uint32_T chunks[18]; 343 } int576m_T; 344 345 typedef struct { 346 int576m_T re; 347 int576m_T im; 348 } cint576m_T; 349 350 typedef struct { 351 uint32_T chunks[18]; 352 } uint576m_T; 353 354 typedef struct { 355 uint576m_T re; 356 uint576m_T im; 357 } cuint576m_T; 358 359 typedef struct { 360 uint32_T chunks[19]; 361 } int608m_T; 362 363 typedef struct { 364 int608m_T re; 365 int608m_T im; 366 } cint608m_T; 367 368 typedef struct { 369 uint32_T chunks[19]; 370 } uint608m_T; 371 372 typedef struct { 373 uint608m_T re; 374 uint608m_T im; 375 } cuint608m_T; 376 377 typedef struct { 378 uint32_T chunks[20]; 379 } int640m_T; 380 381 typedef struct { 382 int640m_T re; 383 int640m_T im; 384 } cint640m_T; 385 386 typedef struct { 387 uint32_T chunks[20]; 388 } uint640m_T; 389 390 typedef struct { 391 uint640m_T re; 392 uint640m_T im; 393 } cuint640m_T; 394 395 typedef struct { 396 uint32_T chunks[21]; 397 } int672m_T; 398 399 typedef struct { 400 int672m_T re; 401 int672m_T im; 402 } cint672m_T; 403 404 typedef struct { 405 uint32_T chunks[21]; 406 } uint672m_T; 407 408 typedef struct { 409 uint672m_T re; 410 uint672m_T im; 411 } cuint672m_T; 412 413 typedef struct { 414 uint32_T chunks[22]; 415 } int704m_T; 416 417 typedef struct { 418 int704m_T re; 419 int704m_T im; 420 } cint704m_T; 421 422 typedef struct { 423 uint32_T chunks[22]; 424 } uint704m_T; 425 426 typedef struct { 427 uint704m_T re; 428 uint704m_T im; 429 } cuint704m_T; 430 431 typedef struct { 432 uint32_T chunks[23]; 433 } int736m_T; 434 435 typedef struct { 436 int736m_T re; 437 int736m_T im; 438 } cint736m_T; 439 440 typedef struct { 441 uint32_T chunks[23]; 442 } uint736m_T; 443 444 typedef struct { 445 uint736m_T re; 446 uint736m_T im; 447 } cuint736m_T; 448 449 typedef struct { 450 uint32_T chunks[24]; 451 } int768m_T; 452 453 typedef struct { 454 int768m_T re; 455 int768m_T im; 456 } cint768m_T; 457 458 typedef struct { 459 uint32_T chunks[24]; 460 } uint768m_T; 461 462 typedef struct { 463 uint768m_T re; 464 uint768m_T im; 465 } cuint768m_T; 466 467 typedef struct { 468 uint32_T chunks[25]; 469 } int800m_T; 470 471 typedef struct { 472 int800m_T re; 473 int800m_T im; 474 } cint800m_T; 475 476 typedef struct { 477 uint32_T chunks[25]; 478 } uint800m_T; 479 480 typedef struct { 481 uint800m_T re; 482 uint800m_T im; 483 } cuint800m_T; 484 485 typedef struct { 486 uint32_T chunks[26]; 487 } int832m_T; 488 489 typedef struct { 490 int832m_T re; 491 int832m_T im; 492 } cint832m_T; 493 494 typedef struct { 495 uint32_T chunks[26]; 496 } uint832m_T; 497 498 typedef struct { 499 uint832m_T re; 500 uint832m_T im; 501 } cuint832m_T; 502 503 typedef struct { 504 uint32_T chunks[27]; 505 } int864m_T; 506 507 typedef struct { 508 int864m_T re; 509 int864m_T im; 510 } cint864m_T; 511 512 typedef struct { 513 uint32_T chunks[27]; 514 } uint864m_T; 515 516 typedef struct { 517 uint864m_T re; 518 uint864m_T im; 519 } cuint864m_T; 520 521 typedef struct { 522 uint32_T chunks[28]; 523 } int896m_T; 524 525 typedef struct { 526 int896m_T re; 527 int896m_T im; 528 } cint896m_T; 529 530 typedef struct { 531 uint32_T chunks[28]; 532 } uint896m_T; 533 534 typedef struct { 535 uint896m_T re; 536 uint896m_T im; 537 } cuint896m_T; 538 539 typedef struct { 540 uint32_T chunks[29]; 541 } int928m_T; 542 543 typedef struct { 544 int928m_T re; 545 int928m_T im; 546 } cint928m_T; 547 548 typedef struct { 549 uint32_T chunks[29]; 550 } uint928m_T; 551 552 typedef struct { 553 uint928m_T re; 554 uint928m_T im; 555 } cuint928m_T; 556 557 typedef struct { 558 uint32_T chunks[30]; 559 } int960m_T; 560 561 typedef struct { 562 int960m_T re; 563 int960m_T im; 564 } cint960m_T; 565 566 typedef struct { 567 uint32_T chunks[30]; 568 } uint960m_T; 569 570 typedef struct { 571 uint960m_T re; 572 uint960m_T im; 573 } cuint960m_T; 574 575 typedef struct { 576 uint32_T chunks[31]; 577 } int992m_T; 578 579 typedef struct { 580 int992m_T re; 581 int992m_T im; 582 } cint992m_T; 583 584 typedef struct { 585 uint32_T chunks[31]; 586 } uint992m_T; 587 588 typedef struct { 589 uint992m_T re; 590 uint992m_T im; 591 } cuint992m_T; 592 593 typedef struct { 594 uint32_T chunks[32]; 595 } int1024m_T; 596 597 typedef struct { 598 int1024m_T re; 599 int1024m_T im; 600 } cint1024m_T; 601 602 typedef struct { 603 uint32_T chunks[32]; 604 } uint1024m_T; 605 606 typedef struct { 607 uint1024m_T re; 608 uint1024m_T im; 609 } cuint1024m_T; 610 611 typedef struct { 612 uint32_T chunks[33]; 613 } int1056m_T; 614 615 typedef struct { 616 int1056m_T re; 617 int1056m_T im; 618 } cint1056m_T; 619 620 typedef struct { 621 uint32_T chunks[33]; 622 } uint1056m_T; 623 624 typedef struct { 625 uint1056m_T re; 626 uint1056m_T im; 627 } cuint1056m_T; 628 629 typedef struct { 630 uint32_T chunks[34]; 631 } int1088m_T; 632 633 typedef struct { 634 int1088m_T re; 635 int1088m_T im; 636 } cint1088m_T; 637 638 typedef struct { 639 uint32_T chunks[34]; 640 } uint1088m_T; 641 642 typedef struct { 643 uint1088m_T re; 644 uint1088m_T im; 645 } cuint1088m_T; 646 647 typedef struct { 648 uint32_T chunks[35]; 649 } int1120m_T; 650 651 typedef struct { 652 int1120m_T re; 653 int1120m_T im; 654 } cint1120m_T; 655 656 typedef struct { 657 uint32_T chunks[35]; 658 } uint1120m_T; 659 660 typedef struct { 661 uint1120m_T re; 662 uint1120m_T im; 663 } cuint1120m_T; 664 665 typedef struct { 666 uint32_T chunks[36]; 667 } int1152m_T; 668 669 typedef struct { 670 int1152m_T re; 671 int1152m_T im; 672 } cint1152m_T; 673 674 typedef struct { 675 uint32_T chunks[36]; 676 } uint1152m_T; 677 678 typedef struct { 679 uint1152m_T re; 680 uint1152m_T im; 681 } cuint1152m_T; 682 683 typedef struct { 684 uint32_T chunks[37]; 685 } int1184m_T; 686 687 typedef struct { 688 int1184m_T re; 689 int1184m_T im; 690 } cint1184m_T; 691 692 typedef struct { 693 uint32_T chunks[37]; 694 } uint1184m_T; 695 696 typedef struct { 697 uint1184m_T re; 698 uint1184m_T im; 699 } cuint1184m_T; 700 701 typedef struct { 702 uint32_T chunks[38]; 703 } int1216m_T; 704 705 typedef struct { 706 int1216m_T re; 707 int1216m_T im; 708 } cint1216m_T; 709 710 typedef struct { 711 uint32_T chunks[38]; 712 } uint1216m_T; 713 714 typedef struct { 715 uint1216m_T re; 716 uint1216m_T im; 717 } cuint1216m_T; 718 719 typedef struct { 720 uint32_T chunks[39]; 721 } int1248m_T; 722 723 typedef struct { 724 int1248m_T re; 725 int1248m_T im; 726 } cint1248m_T; 727 728 typedef struct { 729 uint32_T chunks[39]; 730 } uint1248m_T; 731 732 typedef struct { 733 uint1248m_T re; 734 uint1248m_T im; 735 } cuint1248m_T; 736 737 typedef struct { 738 uint32_T chunks[40]; 739 } int1280m_T; 740 741 typedef struct { 742 int1280m_T re; 743 int1280m_T im; 744 } cint1280m_T; 745 746 typedef struct { 747 uint32_T chunks[40]; 748 } uint1280m_T; 749 750 typedef struct { 751 uint1280m_T re; 752 uint1280m_T im; 753 } cuint1280m_T; 754 755 typedef struct { 756 uint32_T chunks[41]; 757 } int1312m_T; 758 759 typedef struct { 760 int1312m_T re; 761 int1312m_T im; 762 } cint1312m_T; 763 764 typedef struct { 765 uint32_T chunks[41]; 766 } uint1312m_T; 767 768 typedef struct { 769 uint1312m_T re; 770 uint1312m_T im; 771 } cuint1312m_T; 772 773 typedef struct { 774 uint32_T chunks[42]; 775 } int1344m_T; 776 777 typedef struct { 778 int1344m_T re; 779 int1344m_T im; 780 } cint1344m_T; 781 782 typedef struct { 783 uint32_T chunks[42]; 784 } uint1344m_T; 785 786 typedef struct { 787 uint1344m_T re; 788 uint1344m_T im; 789 } cuint1344m_T; 790 791 typedef struct { 792 uint32_T chunks[43]; 793 } int1376m_T; 794 795 typedef struct { 796 int1376m_T re; 797 int1376m_T im; 798 } cint1376m_T; 799 800 typedef struct { 801 uint32_T chunks[43]; 802 } uint1376m_T; 803 804 typedef struct { 805 uint1376m_T re; 806 uint1376m_T im; 807 } cuint1376m_T; 808 809 typedef struct { 810 uint32_T chunks[44]; 811 } int1408m_T; 812 813 typedef struct { 814 int1408m_T re; 815 int1408m_T im; 816 } cint1408m_T; 817 818 typedef struct { 819 uint32_T chunks[44]; 820 } uint1408m_T; 821 822 typedef struct { 823 uint1408m_T re; 824 uint1408m_T im; 825 } cuint1408m_T; 826 827 typedef struct { 828 uint32_T chunks[45]; 829 } int1440m_T; 830 831 typedef struct { 832 int1440m_T re; 833 int1440m_T im; 834 } cint1440m_T; 835 836 typedef struct { 837 uint32_T chunks[45]; 838 } uint1440m_T; 839 840 typedef struct { 841 uint1440m_T re; 842 uint1440m_T im; 843 } cuint1440m_T; 844 845 typedef struct { 846 uint32_T chunks[46]; 847 } int1472m_T; 848 849 typedef struct { 850 int1472m_T re; 851 int1472m_T im; 852 } cint1472m_T; 853 854 typedef struct { 855 uint32_T chunks[46]; 856 } uint1472m_T; 857 858 typedef struct { 859 uint1472m_T re; 860 uint1472m_T im; 861 } cuint1472m_T; 862 863 typedef struct { 864 uint32_T chunks[47]; 865 } int1504m_T; 866 867 typedef struct { 868 int1504m_T re; 869 int1504m_T im; 870 } cint1504m_T; 871 872 typedef struct { 873 uint32_T chunks[47]; 874 } uint1504m_T; 875 876 typedef struct { 877 uint1504m_T re; 878 uint1504m_T im; 879 } cuint1504m_T; 880 881 typedef struct { 882 uint32_T chunks[48]; 883 } int1536m_T; 884 885 typedef struct { 886 int1536m_T re; 887 int1536m_T im; 888 } cint1536m_T; 889 890 typedef struct { 891 uint32_T chunks[48]; 892 } uint1536m_T; 893 894 typedef struct { 895 uint1536m_T re; 896 uint1536m_T im; 897 } cuint1536m_T; 898 899 typedef struct { 900 uint32_T chunks[49]; 901 } int1568m_T; 902 903 typedef struct { 904 int1568m_T re; 905 int1568m_T im; 906 } cint1568m_T; 907 908 typedef struct { 909 uint32_T chunks[49]; 910 } uint1568m_T; 911 912 typedef struct { 913 uint1568m_T re; 914 uint1568m_T im; 915 } cuint1568m_T; 916 917 typedef struct { 918 uint32_T chunks[50]; 919 } int1600m_T; 920 921 typedef struct { 922 int1600m_T re; 923 int1600m_T im; 924 } cint1600m_T; 925 926 typedef struct { 927 uint32_T chunks[50]; 928 } uint1600m_T; 929 930 typedef struct { 931 uint1600m_T re; 932 uint1600m_T im; 933 } cuint1600m_T; 934 935 typedef struct { 936 uint32_T chunks[51]; 937 } int1632m_T; 938 939 typedef struct { 940 int1632m_T re; 941 int1632m_T im; 942 } cint1632m_T; 943 944 typedef struct { 945 uint32_T chunks[51]; 946 } uint1632m_T; 947 948 typedef struct { 949 uint1632m_T re; 950 uint1632m_T im; 951 } cuint1632m_T; 952 953 typedef struct { 954 uint32_T chunks[52]; 955 } int1664m_T; 956 957 typedef struct { 958 int1664m_T re; 959 int1664m_T im; 960 } cint1664m_T; 961 962 typedef struct { 963 uint32_T chunks[52]; 964 } uint1664m_T; 965 966 typedef struct { 967 uint1664m_T re; 968 uint1664m_T im; 969 } cuint1664m_T; 970 971 typedef struct { 972 uint32_T chunks[53]; 973 } int1696m_T; 974 975 typedef struct { 976 int1696m_T re; 977 int1696m_T im; 978 } cint1696m_T; 979 980 typedef struct { 981 uint32_T chunks[53]; 982 } uint1696m_T; 983 984 typedef struct { 985 uint1696m_T re; 986 uint1696m_T im; 987 } cuint1696m_T; 988 989 typedef struct { 990 uint32_T chunks[54]; 991 } int1728m_T; 992 993 typedef struct { 994 int1728m_T re; 995 int1728m_T im; 996 } cint1728m_T; 997 998 typedef struct { 999 uint32_T chunks[54]; 1000 } uint1728m_T; 1001 1002 typedef struct { 1003 uint1728m_T re; 1004 uint1728m_T im; 1005 } cuint1728m_T; 1006 1007 typedef struct { 1008 uint32_T chunks[55]; 1009 } int1760m_T; 1010 1011 typedef struct { 1012 int1760m_T re; 1013 int1760m_T im; 1014 } cint1760m_T; 1015 1016 typedef struct { 1017 uint32_T chunks[55]; 1018 } uint1760m_T; 1019 1020 typedef struct { 1021 uint1760m_T re; 1022 uint1760m_T im; 1023 } cuint1760m_T; 1024 1025 typedef struct { 1026 uint32_T chunks[56]; 1027 } int1792m_T; 1028 1029 typedef struct { 1030 int1792m_T re; 1031 int1792m_T im; 1032 } cint1792m_T; 1033 1034 typedef struct { 1035 uint32_T chunks[56]; 1036 } uint1792m_T; 1037 1038 typedef struct { 1039 uint1792m_T re; 1040 uint1792m_T im; 1041 } cuint1792m_T; 1042 1043 typedef struct { 1044 uint32_T chunks[57]; 1045 } int1824m_T; 1046 1047 typedef struct { 1048 int1824m_T re; 1049 int1824m_T im; 1050 } cint1824m_T; 1051 1052 typedef struct { 1053 uint32_T chunks[57]; 1054 } uint1824m_T; 1055 1056 typedef struct { 1057 uint1824m_T re; 1058 uint1824m_T im; 1059 } cuint1824m_T; 1060 1061 typedef struct { 1062 uint32_T chunks[58]; 1063 } int1856m_T; 1064 1065 typedef struct { 1066 int1856m_T re; 1067 int1856m_T im; 1068 } cint1856m_T; 1069 1070 typedef struct { 1071 uint32_T chunks[58]; 1072 } uint1856m_T; 1073 1074 typedef struct { 1075 uint1856m_T re; 1076 uint1856m_T im; 1077 } cuint1856m_T; 1078 1079 typedef struct { 1080 uint32_T chunks[59]; 1081 } int1888m_T; 1082 1083 typedef struct { 1084 int1888m_T re; 1085 int1888m_T im; 1086 } cint1888m_T; 1087 1088 typedef struct { 1089 uint32_T chunks[59]; 1090 } uint1888m_T; 1091 1092 typedef struct { 1093 uint1888m_T re; 1094 uint1888m_T im; 1095 } cuint1888m_T; 1096 1097 typedef struct { 1098 uint32_T chunks[60]; 1099 } int1920m_T; 1100 1101 typedef struct { 1102 int1920m_T re; 1103 int1920m_T im; 1104 } cint1920m_T; 1105 1106 typedef struct { 1107 uint32_T chunks[60]; 1108 } uint1920m_T; 1109 1110 typedef struct { 1111 uint1920m_T re; 1112 uint1920m_T im; 1113 } cuint1920m_T; 1114 1115 typedef struct { 1116 uint32_T chunks[61]; 1117 } int1952m_T; 1118 1119 typedef struct { 1120 int1952m_T re; 1121 int1952m_T im; 1122 } cint1952m_T; 1123 1124 typedef struct { 1125 uint32_T chunks[61]; 1126 } uint1952m_T; 1127 1128 typedef struct { 1129 uint1952m_T re; 1130 uint1952m_T im; 1131 } cuint1952m_T; 1132 1133 typedef struct { 1134 uint32_T chunks[62]; 1135 } int1984m_T; 1136 1137 typedef struct { 1138 int1984m_T re; 1139 int1984m_T im; 1140 } cint1984m_T; 1141 1142 typedef struct { 1143 uint32_T chunks[62]; 1144 } uint1984m_T; 1145 1146 typedef struct { 1147 uint1984m_T re; 1148 uint1984m_T im; 1149 } cuint1984m_T; 1150 1151 typedef struct { 1152 uint32_T chunks[63]; 1153 } int2016m_T; 1154 1155 typedef struct { 1156 int2016m_T re; 1157 int2016m_T im; 1158 } cint2016m_T; 1159 1160 typedef struct { 1161 uint32_T chunks[63]; 1162 } uint2016m_T; 1163 1164 typedef struct { 1165 uint2016m_T re; 1166 uint2016m_T im; 1167 } cuint2016m_T; 1168 1169 typedef struct { 1170 uint32_T chunks[64]; 1171 } int2048m_T; 1172 1173 typedef struct { 1174 int2048m_T re; 1175 int2048m_T im; 1176 } cint2048m_T; 1177 1178 typedef struct { 1179 uint32_T chunks[64]; 1180 } uint2048m_T; 1181 1182 typedef struct { 1183 uint2048m_T re; 1184 uint2048m_T im; 1185 } cuint2048m_T; 1186 1187 #endif /* __RTWTYPES_H__ */ 1188 |