_cmslib.ecllib 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*##############################################################################
  2. HPCC SYSTEMS software Copyright (C) 2020 HPCC Systems® .
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. ############################################################################## */
  13. /* Proxy plugin definition for (EE only) cms library */
  14. export cmsLib := SERVICE : plugin('cmslib')
  15. varstring GetBuildInfo() : c, pure, entrypoint='cmsGetBuildInfo';
  16. string100 GetBuildInfo100() : c, pure, entrypoint='cmsGetBuildInfo100', hole;
  17. integer4 ReasonCodeRank(string s, integer4 n, integer4 flag) : c, pure, entrypoint='cmsReasonCodeRank', hole;
  18. integer4 ReasonCodeRankSet(set of integer4 s, integer4 n, integer4 flag) : c, pure, entrypoint='cmsReasonCodeRankSet';
  19. string30 ReasonCodeAllRanks(set of integer4 s, integer4 flag) : c, pure, entrypoint='cmsReasonCodeAllRanks';
  20. string80 CleanAddress80(const string src) : c, pure, entrypoint='cmsCleanAddress80', hole;
  21. string CleanAddress(const string src) : c, pure, entrypoint='cmsCleanAddress';
  22. string25 RemoveCommas25(const string src) : c, pure, entrypoint='cmsRemoveCommas25', hole;
  23. string RemoveCommas(const string src) : c, pure, entrypoint='cmsRemoveCommas';
  24. string25 CleanSpaces25(const string src) : c, pure, entrypoint='cmsCleanSpaces25', hole;
  25. string CleanSpaces(const string src) : c, pure, entrypoint='cmsCleanSpaces';
  26. string10 ExtMemNum(const string2 indCode, unsigned4 memnum) : c, pure, entrypoint='cmsExtMemNum2', hole;
  27. string25 LocateAddr25(const string src) : c, pure, entrypoint='cmsLocateAddr25', hole;
  28. END;