Changeset 12130 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Feb 28, 2007, 6:43:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (84 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r12061 r12130 2510 2510 2511 2511 typedef struct { 2512 psS64 guide_id; 2512 2513 char *exp_tag; 2513 psS32 guide_version;2514 2514 char *recipe; 2515 2515 } guidePendingExpRow; … … 2521 2521 2522 2522 guidePendingExpRow *guidePendingExpRowAlloc( 2523 psS64 guide_id, 2523 2524 const char *exp_tag, 2524 psS32 guide_version,2525 2525 const char *recipe 2526 2526 ); … … 2553 2553 bool guidePendingExpInsert( 2554 2554 psDB *dbh, ///< Database handle 2555 psS64 guide_id, 2555 2556 const char *exp_tag, 2556 psS32 guide_version,2557 2557 const char *recipe 2558 2558 ); … … 2711 2711 2712 2712 typedef struct { 2713 psS64 chip_id; 2713 2714 char *exp_tag; 2714 psS32 chip_version; 2715 psS32 guide_version; 2715 psS64 guide_id; 2716 2716 char *label; 2717 2717 char *recipe; … … 2726 2726 2727 2727 chipPendingExpRow *chipPendingExpRowAlloc( 2728 psS64 chip_id, 2728 2729 const char *exp_tag, 2729 psS32 chip_version, 2730 psS32 guide_version, 2730 psS64 guide_id, 2731 2731 const char *label, 2732 2732 const char *recipe, … … 2762 2762 bool chipPendingExpInsert( 2763 2763 psDB *dbh, ///< Database handle 2764 psS64 chip_id, 2764 2765 const char *exp_tag, 2765 psS32 chip_version, 2766 psS32 guide_version, 2766 psS64 guide_id, 2767 2767 const char *label, 2768 2768 const char *recipe, … … 2924 2924 2925 2925 typedef struct { 2926 psS64 chip_id; 2926 2927 char *exp_tag; 2927 psS32 chip_version; 2928 psS32 guide_version; 2928 psS64 guide_id; 2929 2929 char *class_id; 2930 2930 char *recipe; … … 2938 2938 2939 2939 chipPendingImfileRow *chipPendingImfileRowAlloc( 2940 psS64 chip_id, 2940 2941 const char *exp_tag, 2941 psS32 chip_version, 2942 psS32 guide_version, 2942 psS64 guide_id, 2943 2943 const char *class_id, 2944 2944 const char *recipe, … … 2973 2973 bool chipPendingImfileInsert( 2974 2974 psDB *dbh, ///< Database handle 2975 psS64 chip_id, 2975 2976 const char *exp_tag, 2976 psS32 chip_version, 2977 psS32 guide_version, 2977 psS64 guide_id, 2978 2978 const char *class_id, 2979 2979 const char *recipe, … … 3134 3134 3135 3135 typedef struct { 3136 psS64 chip_id; 3136 3137 char *exp_tag; 3137 psS32 chip_version; 3138 psS32 guide_version; 3138 psS64 guide_id; 3139 3139 char *label; 3140 3140 char *expgroup; … … 3148 3148 3149 3149 chipProcessedExpRow *chipProcessedExpRowAlloc( 3150 psS64 chip_id, 3150 3151 const char *exp_tag, 3151 psS32 chip_version, 3152 psS32 guide_version, 3152 psS64 guide_id, 3153 3153 const char *label, 3154 3154 const char *expgroup, … … 3183 3183 bool chipProcessedExpInsert( 3184 3184 psDB *dbh, ///< Database handle 3185 psS64 chip_id, 3185 3186 const char *exp_tag, 3186 psS32 chip_version, 3187 psS32 guide_version, 3187 psS64 guide_id, 3188 3188 const char *label, 3189 3189 const char *expgroup, … … 3539 3539 3540 3540 typedef struct { 3541 psS64 chip_id; 3541 3542 char *exp_tag; 3542 psS32 chip_version; 3543 psS32 guide_version; 3543 psS64 guide_id; 3544 3544 char *class_id; 3545 3545 char *recipe; … … 3558 3558 3559 3559 chipProcessedImfileRow *chipProcessedImfileRowAlloc( 3560 psS64 chip_id, 3560 3561 const char *exp_tag, 3561 psS32 chip_version, 3562 psS32 guide_version, 3562 psS64 guide_id, 3563 3563 const char *class_id, 3564 3564 const char *recipe, … … 3598 3598 bool chipProcessedImfileInsert( 3599 3599 psDB *dbh, ///< Database handle 3600 psS64 chip_id, 3600 3601 const char *exp_tag, 3601 psS32 chip_version, 3602 psS32 guide_version, 3602 psS64 guide_id, 3603 3603 const char *class_id, 3604 3604 const char *recipe, … … 3764 3764 3765 3765 typedef struct { 3766 char *exp_tag; 3767 psS32 cam_version; 3768 psS32 chip_version; 3766 psS64 cam_id; 3767 psS64 chip_id; 3769 3768 char *label; 3770 3769 char *expgroup; … … 3778 3777 3779 3778 camPendingExpRow *camPendingExpRowAlloc( 3780 const char *exp_tag, 3781 psS32 cam_version, 3782 psS32 chip_version, 3779 psS64 cam_id, 3780 psS64 chip_id, 3783 3781 const char *label, 3784 3782 const char *expgroup, … … 3813 3811 bool camPendingExpInsert( 3814 3812 psDB *dbh, ///< Database handle 3815 const char *exp_tag, 3816 psS32 cam_version, 3817 psS32 chip_version, 3813 psS64 cam_id, 3814 psS64 chip_id, 3818 3815 const char *label, 3819 3816 const char *expgroup, … … 3974 3971 3975 3972 typedef struct { 3976 char *exp_tag; 3977 psS32 cam_version; 3978 psS32 chip_version; 3973 psS64 cam_id; 3974 psS64 chip_id; 3979 3975 char *label; 3980 3976 char *uri; … … 4000 3996 4001 3997 camProcessedExpRow *camProcessedExpRowAlloc( 4002 const char *exp_tag, 4003 psS32 cam_version, 4004 psS32 chip_version, 3998 psS64 cam_id, 3999 psS64 chip_id, 4005 4000 const char *label, 4006 4001 const char *uri, … … 4047 4042 bool camProcessedExpInsert( 4048 4043 psDB *dbh, ///< Database handle 4049 const char *exp_tag, 4050 psS32 cam_version, 4051 psS32 chip_version, 4044 psS64 cam_id, 4045 psS64 chip_id, 4052 4046 const char *label, 4053 4047 const char *uri, … … 4415 4409 4416 4410 typedef struct { 4417 psS 32det_id;4411 psS64 det_id; 4418 4412 psS32 iteration; 4419 4413 char *det_type; … … 4450 4444 4451 4445 detRunRow *detRunRowAlloc( 4452 psS 32det_id,4446 psS64 det_id, 4453 4447 psS32 iteration, 4454 4448 const char *det_type, … … 4506 4500 bool detRunInsert( 4507 4501 psDB *dbh, ///< Database handle 4508 psS 32det_id,4502 psS64 det_id, 4509 4503 psS32 iteration, 4510 4504 const char *det_type, … … 4688 4682 4689 4683 typedef struct { 4690 psS 32det_id;4684 psS64 det_id; 4691 4685 psS32 iteration; 4692 4686 char *exp_tag; … … 4700 4694 4701 4695 detInputExpRow *detInputExpRowAlloc( 4702 psS 32det_id,4696 psS64 det_id, 4703 4697 psS32 iteration, 4704 4698 const char *exp_tag, … … 4733 4727 bool detInputExpInsert( 4734 4728 psDB *dbh, ///< Database handle 4735 psS 32det_id,4729 psS64 det_id, 4736 4730 psS32 iteration, 4737 4731 const char *exp_tag, … … 4892 4886 4893 4887 typedef struct { 4894 psS 32det_id;4888 psS64 det_id; 4895 4889 char *exp_tag; 4896 4890 char *class_id; … … 4910 4904 4911 4905 detProcessedImfileRow *detProcessedImfileRowAlloc( 4912 psS 32det_id,4906 psS64 det_id, 4913 4907 const char *exp_tag, 4914 4908 const char *class_id, … … 4949 4943 bool detProcessedImfileInsert( 4950 4944 psDB *dbh, ///< Database handle 4951 psS 32det_id,4945 psS64 det_id, 4952 4946 const char *exp_tag, 4953 4947 const char *class_id, … … 5114 5108 5115 5109 typedef struct { 5116 psS 32det_id;5110 psS64 det_id; 5117 5111 char *exp_tag; 5118 5112 char *recipe; … … 5130 5124 5131 5125 detProcessedExpRow *detProcessedExpRowAlloc( 5132 psS 32det_id,5126 psS64 det_id, 5133 5127 const char *exp_tag, 5134 5128 const char *recipe, … … 5167 5161 bool detProcessedExpInsert( 5168 5162 psDB *dbh, ///< Database handle 5169 psS 32det_id,5163 psS64 det_id, 5170 5164 const char *exp_tag, 5171 5165 const char *recipe, … … 5330 5324 5331 5325 typedef struct { 5332 psS 32det_id;5326 psS64 det_id; 5333 5327 psS32 iteration; 5334 5328 char *class_id; … … 5347 5341 5348 5342 detStackedImfileRow *detStackedImfileRowAlloc( 5349 psS 32det_id,5343 psS64 det_id, 5350 5344 psS32 iteration, 5351 5345 const char *class_id, … … 5385 5379 bool detStackedImfileInsert( 5386 5380 psDB *dbh, ///< Database handle 5387 psS 32det_id,5381 psS64 det_id, 5388 5382 psS32 iteration, 5389 5383 const char *class_id, … … 5549 5543 5550 5544 typedef struct { 5551 psS 32det_id;5545 psS64 det_id; 5552 5546 psS32 iteration; 5553 5547 char *class_id; … … 5562 5556 5563 5557 detNormalizedStatImfileRow *detNormalizedStatImfileRowAlloc( 5564 psS 32det_id,5558 psS64 det_id, 5565 5559 psS32 iteration, 5566 5560 const char *class_id, … … 5596 5590 bool detNormalizedStatImfileInsert( 5597 5591 psDB *dbh, ///< Database handle 5598 psS 32det_id,5592 psS64 det_id, 5599 5593 psS32 iteration, 5600 5594 const char *class_id, … … 5756 5750 5757 5751 typedef struct { 5758 psS 32det_id;5752 psS64 det_id; 5759 5753 psS32 iteration; 5760 5754 char *class_id; … … 5773 5767 5774 5768 detNormalizedImfileRow *detNormalizedImfileRowAlloc( 5775 psS 32det_id,5769 psS64 det_id, 5776 5770 psS32 iteration, 5777 5771 const char *class_id, … … 5811 5805 bool detNormalizedImfileInsert( 5812 5806 psDB *dbh, ///< Database handle 5813 psS 32det_id,5807 psS64 det_id, 5814 5808 psS32 iteration, 5815 5809 const char *class_id, … … 5975 5969 5976 5970 typedef struct { 5977 psS 32det_id;5971 psS64 det_id; 5978 5972 psS32 iteration; 5979 5973 char *recipe; … … 5991 5985 5992 5986 detNormalizedExpRow *detNormalizedExpRowAlloc( 5993 psS 32det_id,5987 psS64 det_id, 5994 5988 psS32 iteration, 5995 5989 const char *recipe, … … 6028 6022 bool detNormalizedExpInsert( 6029 6023 psDB *dbh, ///< Database handle 6030 psS 32det_id,6024 psS64 det_id, 6031 6025 psS32 iteration, 6032 6026 const char *recipe, … … 6191 6185 6192 6186 typedef struct { 6193 psS 32det_id;6187 psS64 det_id; 6194 6188 psS32 iteration; 6195 6189 char *exp_tag; … … 6210 6204 6211 6205 detResidImfileRow *detResidImfileRowAlloc( 6212 psS 32det_id,6206 psS64 det_id, 6213 6207 psS32 iteration, 6214 6208 const char *exp_tag, … … 6250 6244 bool detResidImfileInsert( 6251 6245 psDB *dbh, ///< Database handle 6252 psS 32det_id,6246 psS64 det_id, 6253 6247 psS32 iteration, 6254 6248 const char *exp_tag, … … 6416 6410 6417 6411 typedef struct { 6418 psS 32det_id;6412 psS64 det_id; 6419 6413 psS32 iteration; 6420 6414 char *exp_tag; … … 6434 6428 6435 6429 detResidExpRow *detResidExpRowAlloc( 6436 psS 32det_id,6430 psS64 det_id, 6437 6431 psS32 iteration, 6438 6432 const char *exp_tag, … … 6473 6467 bool detResidExpInsert( 6474 6468 psDB *dbh, ///< Database handle 6475 psS 32det_id,6469 psS64 det_id, 6476 6470 psS32 iteration, 6477 6471 const char *exp_tag, … … 6638 6632 6639 6633 typedef struct { 6640 psS 32det_id;6634 psS64 det_id; 6641 6635 psS32 iteration; 6642 6636 psF64 bg; … … 6653 6647 6654 6648 detRunSummaryRow *detRunSummaryRowAlloc( 6655 psS 32det_id,6649 psS64 det_id, 6656 6650 psS32 iteration, 6657 6651 psF64 bg, … … 6689 6683 bool detRunSummaryInsert( 6690 6684 psDB *dbh, ///< Database handle 6691 psS 32det_id,6685 psS64 det_id, 6692 6686 psS32 iteration, 6693 6687 psF64 bg, … … 6851 6845 6852 6846 typedef struct { 6853 psS 32warp_id;6847 psS64 warp_id; 6854 6848 char *mode; 6855 6849 char *state; … … 6865 6859 6866 6860 warpRunRow *warpRunRowAlloc( 6867 psS 32warp_id,6861 psS64 warp_id, 6868 6862 const char *mode, 6869 6863 const char *state, … … 6900 6894 bool warpRunInsert( 6901 6895 psDB *dbh, ///< Database handle 6902 psS 32warp_id,6896 psS64 warp_id, 6903 6897 const char *mode, 6904 6898 const char *state, … … 7061 7055 7062 7056 typedef struct { 7063 psS32 warp_id; 7064 char *exp_tag; 7065 psS32 cam_version; 7057 psS64 warp_id; 7058 psS64 cam_id; 7066 7059 bool magiced; 7067 7060 } warpInputExpRow; … … 7073 7066 7074 7067 warpInputExpRow *warpInputExpRowAlloc( 7075 psS32 warp_id, 7076 const char *exp_tag, 7077 psS32 cam_version, 7068 psS64 warp_id, 7069 psS64 cam_id, 7078 7070 bool magiced 7079 7071 ); … … 7106 7098 bool warpInputExpInsert( 7107 7099 psDB *dbh, ///< Database handle 7108 psS32 warp_id, 7109 const char *exp_tag, 7110 psS32 cam_version, 7100 psS64 warp_id, 7101 psS64 cam_id, 7111 7102 bool magiced 7112 7103 ); … … 7265 7256 7266 7257 typedef struct { 7267 psS 32warp_id;7258 psS64 warp_id; 7268 7259 char *skycell_id; 7269 7260 char *tess_id; 7270 char *exp_tag; 7271 psS32 cam_version; 7261 psS64 cam_id; 7272 7262 char *class_id; 7273 7263 psS16 fault; … … 7280 7270 7281 7271 warpSkyCellMapRow *warpSkyCellMapRowAlloc( 7282 psS 32warp_id,7272 psS64 warp_id, 7283 7273 const char *skycell_id, 7284 7274 const char *tess_id, 7285 const char *exp_tag, 7286 psS32 cam_version, 7275 psS64 cam_id, 7287 7276 const char *class_id, 7288 7277 psS16 fault … … 7316 7305 bool warpSkyCellMapInsert( 7317 7306 psDB *dbh, ///< Database handle 7318 psS 32warp_id,7307 psS64 warp_id, 7319 7308 const char *skycell_id, 7320 7309 const char *tess_id, 7321 const char *exp_tag, 7322 psS32 cam_version, 7310 psS64 cam_id, 7323 7311 const char *class_id, 7324 7312 psS16 fault … … 7478 7466 7479 7467 typedef struct { 7480 psS 32warp_id;7468 psS64 warp_id; 7481 7469 char *skycell_id; 7482 7470 char *tess_id; … … 7492 7480 7493 7481 warpSkyfileRow *warpSkyfileRowAlloc( 7494 psS 32warp_id,7482 psS64 warp_id, 7495 7483 const char *skycell_id, 7496 7484 const char *tess_id, … … 7527 7515 bool warpSkyfileInsert( 7528 7516 psDB *dbh, ///< Database handle 7529 psS 32warp_id,7517 psS64 warp_id, 7530 7518 const char *skycell_id, 7531 7519 const char *tess_id, … … 7688 7676 7689 7677 typedef struct { 7690 psS 32diff_id;7678 psS64 diff_id; 7691 7679 char *state; 7692 7680 char *workdir; … … 7703 7691 7704 7692 diffRunRow *diffRunRowAlloc( 7705 psS 32diff_id,7693 psS64 diff_id, 7706 7694 const char *state, 7707 7695 const char *workdir, … … 7739 7727 bool diffRunInsert( 7740 7728 psDB *dbh, ///< Database handle 7741 psS 32diff_id,7729 psS64 diff_id, 7742 7730 const char *state, 7743 7731 const char *workdir, … … 7901 7889 7902 7890 typedef struct { 7903 psS 32diff_id;7904 psS 32warp_id;7891 psS64 diff_id; 7892 psS64 warp_id; 7905 7893 char *skycell_id; 7906 7894 char *tess_id; … … 7915 7903 7916 7904 diffInputSkyfileRow *diffInputSkyfileRowAlloc( 7917 psS 32diff_id,7918 psS 32warp_id,7905 psS64 diff_id, 7906 psS64 warp_id, 7919 7907 const char *skycell_id, 7920 7908 const char *tess_id, … … 7950 7938 bool diffInputSkyfileInsert( 7951 7939 psDB *dbh, ///< Database handle 7952 psS 32diff_id,7953 psS 32warp_id,7940 psS64 diff_id, 7941 psS64 warp_id, 7954 7942 const char *skycell_id, 7955 7943 const char *tess_id, … … 8111 8099 8112 8100 typedef struct { 8113 psS 32diff_id;8101 psS64 diff_id; 8114 8102 char *uri; 8115 8103 psF64 bg; … … 8123 8111 8124 8112 diffSkyfileRow *diffSkyfileRowAlloc( 8125 psS 32diff_id,8113 psS64 diff_id, 8126 8114 const char *uri, 8127 8115 psF64 bg, … … 8156 8144 bool diffSkyfileInsert( 8157 8145 psDB *dbh, ///< Database handle 8158 psS 32diff_id,8146 psS64 diff_id, 8159 8147 const char *uri, 8160 8148 psF64 bg, … … 8315 8303 8316 8304 typedef struct { 8317 psS 32stack_id;8305 psS64 stack_id; 8318 8306 char *state; 8319 8307 char *workdir; … … 8330 8318 8331 8319 stackRunRow *stackRunRowAlloc( 8332 psS 32stack_id,8320 psS64 stack_id, 8333 8321 const char *state, 8334 8322 const char *workdir, … … 8366 8354 bool stackRunInsert( 8367 8355 psDB *dbh, ///< Database handle 8368 psS 32stack_id,8356 psS64 stack_id, 8369 8357 const char *state, 8370 8358 const char *workdir, … … 8528 8516 8529 8517 typedef struct { 8530 psS 32stack_id;8531 psS 32warp_id;8518 psS64 stack_id; 8519 psS64 warp_id; 8532 8520 } stackInputSkyfileRow; 8533 8521 … … 8538 8526 8539 8527 stackInputSkyfileRow *stackInputSkyfileRowAlloc( 8540 psS 32stack_id,8541 psS 32warp_id8528 psS64 stack_id, 8529 psS64 warp_id 8542 8530 ); 8543 8531 … … 8569 8557 bool stackInputSkyfileInsert( 8570 8558 psDB *dbh, ///< Database handle 8571 psS 32stack_id,8572 psS 32warp_id8559 psS64 stack_id, 8560 psS64 warp_id 8573 8561 ); 8574 8562 … … 8726 8714 8727 8715 typedef struct { 8728 psS 32stack_id;8716 psS64 stack_id; 8729 8717 char *uri; 8730 8718 psF64 bg; … … 8738 8726 8739 8727 stackSumSkyfileRow *stackSumSkyfileRowAlloc( 8740 psS 32stack_id,8728 psS64 stack_id, 8741 8729 const char *uri, 8742 8730 psF64 bg, … … 8771 8759 bool stackSumSkyfileInsert( 8772 8760 psDB *dbh, ///< Database handle 8773 psS 32stack_id,8761 psS64 stack_id, 8774 8762 const char *uri, 8775 8763 psF64 bg,
Note:
See TracChangeset
for help on using the changeset viewer.
