Changeset 41598 for trunk/ippTools/src
- Timestamp:
- May 18, 2021, 3:31:23 PM (5 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pztool.c (modified) (5 diffs)
-
pztoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r41595 r41598 49 49 static bool updatepzexpMode(pxConfig *config); 50 50 static bool updatenewexpMode(pxConfig *config); 51 static bool updatesummitExpMode(pxConfig *config); 51 52 // XXX EAM : 2021.05.18 : code for updatesummitExp was added but not finished. 53 // XXX static bool updatesummitExpMode(pxConfig *config); 52 54 53 55 // static bool copydoneCompleteExp(pxConfig *config); … … 55 57 static psArray *pzArrayZip(psArray *arraySet, psS64 limit); 56 58 static bool pzDownloadExpSetState(pxConfig *config, const psS64 summit_id, const char *state); 57 static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault); 59 60 // XXX static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault); 58 61 59 62 # define MODECASE(caseName, func) \ … … 90 93 MODECASE(PZTOOL_MODE_UPDATEPZEXP, updatepzexpMode); 91 94 MODECASE(PZTOOL_MODE_UPDATENEWEXP, updatenewexpMode); 92 MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode);95 // XXX MODECASE(PZTOOL_MODE_UPDATESUMMITEXP, updatesummitExpMode); 93 96 default: 94 97 psAbort("invalid option (this should not happen)"); … … 936 939 } 937 940 941 # if (0) 938 942 static bool summitExpSetFault(pxConfig *config, const psS64 summit_id, const int fault) 939 943 { … … 968 972 return true; 969 973 } 970 974 # endif 971 975 972 976 static bool updatepzexpMode(pxConfig *config) -
trunk/ippTools/src/pztoolConfig.c
r41582 r41598 171 171 psMetadataAddStr(updatepzexpArgs, PS_LIST_TAIL, "-set_state", 0, "define new state (required)", NULL); 172 172 173 # if (0) 173 174 // -updatesummitexp 174 175 psMetadata *updatesummitexpArgs = psMetadataAlloc(); … … 178 179 psMetadataAddStr(updatesummitexpArgs, PS_LIST_TAIL, "-telescope", 0, "search by telescope (required)", NULL); 179 180 psMetadataAddS32(updatesummitexpArgs, PS_LIST_TAIL, "-set_fault", 0, "define new fault (required)", 0); 181 # endif 180 182 181 183 // -updatenewexp
Note:
See TracChangeset
for help on using the changeset viewer.
