NameTableEntries.c 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. * Copyright (C) 2007-2012 Siemens AG
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU Lesser General Public License as published
  6. * by the Free Software Foundation, either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU Lesser General Public License for more details.
  13. * GNU Lesser General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Lesser General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /*******************************************************************
  19. *
  20. * @author Daniel.Peintner.EXT@siemens.com
  21. * @version 2012-01-31
  22. * @contact Joerg.Heuer@siemens.com
  23. *
  24. * <p>Code generated by EXIdizer</p>
  25. ********************************************************************/
  26. #ifndef EXI__NAME_TABLE_ENTRIES_C
  27. #define EXI__NAME_TABLE_ENTRIES_C
  28. #include "NameTableEntries.h"
  29. /* ==================================== */
  30. /* String Table Population */
  31. #if EXI_DEBUG == EXI_DEBUG_OFF
  32. static struct exiNamePartition localNamePartitions[9] = {
  33. { 9 },
  34. { 4 },
  35. { 2 },
  36. { 46 },
  37. { 70 },
  38. { 118 },
  39. { 186 },
  40. { 6 },
  41. { 3 }
  42. };
  43. #endif /*EXI_DEBUG*/
  44. #if EXI_DEBUG == EXI_DEBUG_OFF
  45. exi_name_table_prepopulated_t exiNameTablePrepopulated = { 9, localNamePartitions };
  46. #endif /*EXI_DEBUG*/
  47. #endif