Changeset 9054 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Sep 28, 2006, 5:16:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (64 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r9044 r9054 2466 2466 typedef struct { 2467 2467 char *exp_id; 2468 char *camera; 2469 char *telescope; 2468 2470 psS32 bytes; 2469 2471 char *md5sum; … … 2480 2482 pzPendingImfileRow *pzPendingImfileRowAlloc( 2481 2483 const char *exp_id, 2484 const char *camera, 2485 const char *telescope, 2482 2486 psS32 bytes, 2483 2487 const char *md5sum, … … 2515 2519 psDB *dbh, ///< Database handle 2516 2520 const char *exp_id, 2521 const char *camera, 2522 const char *telescope, 2517 2523 psS32 bytes, 2518 2524 const char *md5sum, … … 2541 2547 psDB *dbh, ///< Database handle 2542 2548 char **exp_id, 2549 char **camera, 2550 char **telescope, 2543 2551 psS32 *bytes, 2544 2552 char **md5sum, … … 2700 2708 2701 2709 typedef struct { 2710 char *exp_tag; 2702 2711 char *exp_id; 2703 2712 char *camera; … … 2713 2722 2714 2723 newExpRow *newExpRowAlloc( 2724 const char *exp_tag, 2715 2725 const char *exp_id, 2716 2726 const char *camera, … … 2747 2757 bool newExpInsert( 2748 2758 psDB *dbh, ///< Database handle 2759 const char *exp_tag, 2749 2760 const char *exp_id, 2750 2761 const char *camera, … … 2772 2783 bool newExpPop( 2773 2784 psDB *dbh, ///< Database handle 2785 char **exp_tag, 2774 2786 char **exp_id, 2775 2787 char **camera, … … 2931 2943 2932 2944 typedef struct { 2933 char *exp_ id;2945 char *exp_tag; 2934 2946 char *class; 2935 2947 char *class_id; … … 2943 2955 2944 2956 newImfileRow *newImfileRowAlloc( 2945 const char *exp_ id,2957 const char *exp_tag, 2946 2958 const char *class, 2947 2959 const char *class_id, … … 2976 2988 bool newImfileInsert( 2977 2989 psDB *dbh, ///< Database handle 2978 const char *exp_ id,2990 const char *exp_tag, 2979 2991 const char *class, 2980 2992 const char *class_id, … … 3000 3012 bool newImfilePop( 3001 3013 psDB *dbh, ///< Database handle 3002 char **exp_ id,3014 char **exp_tag, 3003 3015 char **class, 3004 3016 char **class_id, … … 3158 3170 3159 3171 typedef struct { 3160 char *exp_ id;3172 char *exp_tag; 3161 3173 char *camera; 3162 3174 char *telescope; … … 3183 3195 3184 3196 rawDetrendExpRow *rawDetrendExpRowAlloc( 3185 const char *exp_ id,3197 const char *exp_tag, 3186 3198 const char *camera, 3187 3199 const char *telescope, … … 3229 3241 bool rawDetrendExpInsert( 3230 3242 psDB *dbh, ///< Database handle 3231 const char *exp_ id,3243 const char *exp_tag, 3232 3244 const char *camera, 3233 3245 const char *telescope, … … 3266 3278 bool rawDetrendExpPop( 3267 3279 psDB *dbh, ///< Database handle 3268 char **exp_ id,3280 char **exp_tag, 3269 3281 char **camera, 3270 3282 char **telescope, … … 3437 3449 3438 3450 typedef struct { 3439 char *exp_ id;3451 char *exp_tag; 3440 3452 char *camera; 3441 3453 char *telescope; … … 3462 3474 3463 3475 rawScienceExpRow *rawScienceExpRowAlloc( 3464 const char *exp_ id,3476 const char *exp_tag, 3465 3477 const char *camera, 3466 3478 const char *telescope, … … 3508 3520 bool rawScienceExpInsert( 3509 3521 psDB *dbh, ///< Database handle 3510 const char *exp_ id,3522 const char *exp_tag, 3511 3523 const char *camera, 3512 3524 const char *telescope, … … 3545 3557 bool rawScienceExpPop( 3546 3558 psDB *dbh, ///< Database handle 3547 char **exp_ id,3559 char **exp_tag, 3548 3560 char **camera, 3549 3561 char **telescope, … … 3716 3728 3717 3729 typedef struct { 3718 char *exp_ id;3730 char *exp_tag; 3719 3731 char *class; 3720 3732 char *class_id; … … 3741 3753 3742 3754 rawImfileRow *rawImfileRowAlloc( 3743 const char *exp_ id,3755 const char *exp_tag, 3744 3756 const char *class, 3745 3757 const char *class_id, … … 3787 3799 bool rawImfileInsert( 3788 3800 psDB *dbh, ///< Database handle 3789 const char *exp_ id,3801 const char *exp_tag, 3790 3802 const char *class, 3791 3803 const char *class_id, … … 3824 3836 bool rawImfilePop( 3825 3837 psDB *dbh, ///< Database handle 3826 char **exp_ id,3838 char **exp_tag, 3827 3839 char **class, 3828 3840 char **class_id, … … 3995 4007 3996 4008 typedef struct { 3997 char *exp_ id;4009 char *exp_tag; 3998 4010 char *recipe; 3999 4011 psS32 p1_version; … … 4006 4018 4007 4019 p1PendingExpRow *p1PendingExpRowAlloc( 4008 const char *exp_ id,4020 const char *exp_tag, 4009 4021 const char *recipe, 4010 4022 psS32 p1_version … … 4038 4050 bool p1PendingExpInsert( 4039 4051 psDB *dbh, ///< Database handle 4040 const char *exp_ id,4052 const char *exp_tag, 4041 4053 const char *recipe, 4042 4054 psS32 p1_version … … 4061 4073 bool p1PendingExpPop( 4062 4074 psDB *dbh, ///< Database handle 4063 char **exp_ id,4075 char **exp_tag, 4064 4076 char **recipe, 4065 4077 psS32 *p1_version … … 4218 4230 4219 4231 typedef struct { 4220 char *exp_ id;4232 char *exp_tag; 4221 4233 char *recipe; 4222 4234 psS32 p1_version; … … 4230 4242 4231 4243 p2PendingExpRow *p2PendingExpRowAlloc( 4232 const char *exp_ id,4244 const char *exp_tag, 4233 4245 const char *recipe, 4234 4246 psS32 p1_version, … … 4263 4275 bool p2PendingExpInsert( 4264 4276 psDB *dbh, ///< Database handle 4265 const char *exp_ id,4277 const char *exp_tag, 4266 4278 const char *recipe, 4267 4279 psS32 p1_version, … … 4287 4299 bool p2PendingExpPop( 4288 4300 psDB *dbh, ///< Database handle 4289 char **exp_ id,4301 char **exp_tag, 4290 4302 char **recipe, 4291 4303 psS32 *p1_version, … … 4445 4457 4446 4458 typedef struct { 4447 char *exp_ id;4459 char *exp_tag; 4448 4460 char *class_id; 4449 4461 char *uri; … … 4459 4471 4460 4472 p2PendingImfileRow *p2PendingImfileRowAlloc( 4461 const char *exp_ id,4473 const char *exp_tag, 4462 4474 const char *class_id, 4463 4475 const char *uri, … … 4494 4506 bool p2PendingImfileInsert( 4495 4507 psDB *dbh, ///< Database handle 4496 const char *exp_ id,4508 const char *exp_tag, 4497 4509 const char *class_id, 4498 4510 const char *uri, … … 4520 4532 bool p2PendingImfilePop( 4521 4533 psDB *dbh, ///< Database handle 4522 char **exp_ id,4534 char **exp_tag, 4523 4535 char **class_id, 4524 4536 char **uri, … … 4680 4692 4681 4693 typedef struct { 4682 char *exp_ id;4694 char *exp_tag; 4683 4695 psS32 p1_version; 4684 4696 psS32 p2_version; … … 4691 4703 4692 4704 p2ProcessedExpRow *p2ProcessedExpRowAlloc( 4693 const char *exp_ id,4705 const char *exp_tag, 4694 4706 psS32 p1_version, 4695 4707 psS32 p2_version … … 4723 4735 bool p2ProcessedExpInsert( 4724 4736 psDB *dbh, ///< Database handle 4725 const char *exp_ id,4737 const char *exp_tag, 4726 4738 psS32 p1_version, 4727 4739 psS32 p2_version … … 4746 4758 bool p2ProcessedExpPop( 4747 4759 psDB *dbh, ///< Database handle 4748 char **exp_ id,4760 char **exp_tag, 4749 4761 psS32 *p1_version, 4750 4762 psS32 *p2_version … … 4903 4915 4904 4916 typedef struct { 4905 char *exp_ id;4917 char *exp_tag; 4906 4918 char *class_id; 4907 4919 char *uri; … … 4922 4934 4923 4935 p2ProcessedImfileRow *p2ProcessedImfileRowAlloc( 4924 const char *exp_ id,4936 const char *exp_tag, 4925 4937 const char *class_id, 4926 4938 const char *uri, … … 4962 4974 bool p2ProcessedImfileInsert( 4963 4975 psDB *dbh, ///< Database handle 4964 const char *exp_ id,4976 const char *exp_tag, 4965 4977 const char *class_id, 4966 4978 const char *uri, … … 4993 5005 bool p2ProcessedImfilePop( 4994 5006 psDB *dbh, ///< Database handle 4995 char **exp_ id,5007 char **exp_tag, 4996 5008 char **class_id, 4997 5009 char **uri, … … 5158 5170 5159 5171 typedef struct { 5160 char *exp_ id;5172 char *exp_tag; 5161 5173 psS32 p2_version; 5162 5174 psS32 p3_version; … … 5169 5181 5170 5182 p3PendingExpRow *p3PendingExpRowAlloc( 5171 const char *exp_ id,5183 const char *exp_tag, 5172 5184 psS32 p2_version, 5173 5185 psS32 p3_version … … 5201 5213 bool p3PendingExpInsert( 5202 5214 psDB *dbh, ///< Database handle 5203 const char *exp_ id,5215 const char *exp_tag, 5204 5216 psS32 p2_version, 5205 5217 psS32 p3_version … … 5224 5236 bool p3PendingExpPop( 5225 5237 psDB *dbh, ///< Database handle 5226 char **exp_ id,5238 char **exp_tag, 5227 5239 psS32 *p2_version, 5228 5240 psS32 *p3_version … … 5602 5614 psS32 det_id; 5603 5615 psS32 iteration; 5604 char *exp_ id;5616 char *exp_tag; 5605 5617 bool include; 5606 5618 } detInputExpRow; … … 5614 5626 psS32 det_id, 5615 5627 psS32 iteration, 5616 const char *exp_ id,5628 const char *exp_tag, 5617 5629 bool include 5618 5630 ); … … 5647 5659 psS32 det_id, 5648 5660 psS32 iteration, 5649 const char *exp_ id,5661 const char *exp_tag, 5650 5662 bool include 5651 5663 ); … … 5671 5683 psS32 *det_id, 5672 5684 psS32 *iteration, 5673 char **exp_ id,5685 char **exp_tag, 5674 5686 bool *include 5675 5687 ); … … 5828 5840 typedef struct { 5829 5841 psS32 det_id; 5830 char *exp_ id;5842 char *exp_tag; 5831 5843 char *class_id; 5832 5844 char *uri; … … 5846 5858 detProcessedImfileRow *detProcessedImfileRowAlloc( 5847 5859 psS32 det_id, 5848 const char *exp_ id,5860 const char *exp_tag, 5849 5861 const char *class_id, 5850 5862 const char *uri, … … 5885 5897 psDB *dbh, ///< Database handle 5886 5898 psS32 det_id, 5887 const char *exp_ id,5899 const char *exp_tag, 5888 5900 const char *class_id, 5889 5901 const char *uri, … … 5915 5927 psDB *dbh, ///< Database handle 5916 5928 psS32 *det_id, 5917 char **exp_ id,5929 char **exp_tag, 5918 5930 char **class_id, 5919 5931 char **uri, … … 7231 7243 psS32 det_id; 7232 7244 psS32 iteration; 7233 char *exp_ id;7245 char *exp_tag; 7234 7246 char *class_id; 7235 7247 char *uri; … … 7250 7262 psS32 det_id, 7251 7263 psS32 iteration, 7252 const char *exp_ id,7264 const char *exp_tag, 7253 7265 const char *class_id, 7254 7266 const char *uri, … … 7290 7302 psS32 det_id, 7291 7303 psS32 iteration, 7292 const char *exp_ id,7304 const char *exp_tag, 7293 7305 const char *class_id, 7294 7306 const char *uri, … … 7321 7333 psS32 *det_id, 7322 7334 psS32 *iteration, 7323 char **exp_ id,7335 char **exp_tag, 7324 7336 char **class_id, 7325 7337 char **uri, … … 7486 7498 psS32 det_id; 7487 7499 psS32 iteration; 7488 char *exp_ id;7500 char *exp_tag; 7489 7501 char *recipe; 7490 7502 psF64 bg; … … 7504 7516 psS32 det_id, 7505 7517 psS32 iteration, 7506 const char *exp_ id,7518 const char *exp_tag, 7507 7519 const char *recipe, 7508 7520 psF64 bg, … … 7543 7555 psS32 det_id, 7544 7556 psS32 iteration, 7545 const char *exp_ id,7557 const char *exp_tag, 7546 7558 const char *recipe, 7547 7559 psF64 bg, … … 7573 7585 psS32 *det_id, 7574 7586 psS32 *iteration, 7575 char **exp_ id,7587 char **exp_tag, 7576 7588 char **recipe, 7577 7589 psF64 *bg,
Note:
See TracChangeset
for help on using the changeset viewer.
