Subversion Repositories f9daq

Rev

Rev 120 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. //----------------------------------------------------------------------------------------------------
  3. //----------------------------------------------------------------------------------------------------
  4. //
  5. //  "MIKRO_uic.h"
  6. //
  7. //  Declaration and include file for UI build functions
  8. //
  9.  
  10. //  Date: 10-17-2015
  11. //
  12.  
  13. //----------------------------------------------------------------------------------------------------
  14. //----------------------------------------------------------------------------------------------------
  15.  
  16. #ifndef _MIKRO_UIC_INCLUDED
  17. #define _MIKRO_UIC_INCLUDED
  18.  
  19. #ifdef __cplusplus
  20.     extern "C" {            /* Assume C declarations for C++ */
  21. #endif  /* __cplusplus */
  22.  
  23. //----------------------------------------------------------------------------------------------------
  24. //  Include required headers
  25. //----------------------------------------------------------------------------------------------------
  26.  
  27. #include <cvidef.h> // definition of CVICALLBACK
  28.  
  29. //----------------------------------------------------------------------------------------------------
  30. //  Prototype UI build functions.
  31. //----------------------------------------------------------------------------------------------------
  32.  
  33. int BuildP1 (int hParentPanel);
  34.  
  35. //-------------------------------------------------------------------------------------------------
  36. // Prototype callbacks for Panel: P1
  37. // ------------------------------------------------------------------------------------------------
  38.  
  39.  
  40. //-------------------------------------------------------------------------------------------------
  41. // Declare identifiers for Panel:  P1
  42. // ------------------------------------------------------------------------------------------------
  43.  
  44. extern int P1_S2                                    ;     // control identifier
  45. extern int P1_S1                                    ;     // control identifier
  46. extern int P1_B1                                    ;     // control identifier
  47. extern int P1_B2                                    ;     // control identifier
  48. extern int P1_EN                                    ;     // control identifier
  49. extern int P1_HO                                    ;     // control identifier
  50. extern int P1_B3                                    ;     // control identifier
  51. extern int P1_N2                                    ;     // control identifier
  52. extern int P1_N1                                    ;     // control identifier
  53. extern int P1_L16                                   ;     // control identifier
  54. extern int P1_L15                                   ;     // control identifier
  55. extern int P1_L14                                   ;     // control identifier
  56. extern int P1_L13                                   ;     // control identifier
  57. extern int P1_L12                                   ;     // control identifier
  58. extern int P1_L11                                   ;     // control identifier
  59. extern int P1_L10                                   ;     // control identifier
  60. extern int P1_L9                                    ;     // control identifier
  61. extern int P1_L8                                    ;     // control identifier
  62. extern int P1_L7                                    ;     // control identifier
  63. extern int P1_L6                                    ;     // control identifier
  64. extern int P1_L5                                    ;     // control identifier
  65. extern int P1_L4                                    ;     // control identifier
  66. extern int P1_L3                                    ;     // control identifier
  67. extern int P1_L2                                    ;     // control identifier
  68. extern int P1_L1                                    ;     // control identifier
  69. extern int P1_B4                                    ;     // control identifier
  70. extern int P1_N3                                    ;     // control identifier
  71. extern int P1_T1                                    ;     // control identifier
  72. extern int P1_BF                                    ;     // control identifier
  73. extern int P1_BD                                    ;     // control identifier
  74. extern int P1_BB                                    ;     // control identifier
  75. extern int P1_BR                                    ;     // control identifier
  76. extern int P1_BU                                    ;     // control identifier
  77. extern int P1_BL                                    ;     // control identifier
  78. extern int P1_XG                                    ;     // control identifier
  79. extern int P1_ZG                                    ;     // control identifier
  80. extern int P1_ZP                                    ;     // control identifier
  81. extern int P1_YG                                    ;     // control identifier
  82. extern int P1_XP                                    ;     // control identifier
  83. extern int P1_YP                                    ;     // control identifier
  84. extern int P1_GZ                                    ;     // control identifier
  85. extern int P1_GY                                    ;     // control identifier
  86. extern int P1_GX                                    ;     // control identifier
  87. extern int P1_G                                     ;     // control identifier
  88. extern int P1_P                                     ;     // control identifier
  89. extern int P1_PORT                                  ;     // control identifier
  90. extern int P1_STAGETYPE                             ;     // control identifier
  91. extern int P1_COMLED                                ;     // control identifier
  92. extern int P1_TEXTMSG                               ;     // control identifier
  93. extern int P1_DECORATION                            ;     // control identifier
  94. extern int P1_DECORATION_2                          ;     // control identifier
  95.  
  96. #ifdef __cplusplus
  97.     }
  98. #endif
  99.  
  100. #endif // _MIKRO_UIC_INCLUDED