appHand_NameTableEntries.c 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_appHand_NAME_TABLE_ENTRIES_C
  27. #define EXI_appHand_NAME_TABLE_ENTRIES_C
  28. #include "appHand_NameTableEntries.h"
  29. /* ==================================== */
  30. /* String Table Population */
  31. #if EXI_DEBUG == EXI_DEBUG_OFF
  32. struct exiNamePartition localNamePartitions[5] = {
  33. { 7 },
  34. { 4 },
  35. { 2 },
  36. { 46 },
  37. { 8 }
  38. };
  39. #endif /*EXI_DEBUG*/
  40. #if EXI_DEBUG == EXI_DEBUG_OFF
  41. exi_name_table_prepopulated_t exiappHandNameTablePrepopulated = { 5, localNamePartitions };
  42. #endif /*EXI_DEBUG*/
  43. #endif