EXIHeaderDecoder.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 0.7
  22. * @contact Joerg.Heuer@siemens.com
  23. *
  24. * <p>Code generated by EXIdizer.com</p>
  25. ********************************************************************/
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. #include "EXITypes.h"
  30. /**
  31. * \file EXIHeaderDecoder.h
  32. * \brief EXI Header Decoder
  33. *
  34. */
  35. #ifndef EXI_HEADER_DECODER_H
  36. #define EXI_HEADER_DECODER_H
  37. /**
  38. * \brief Reads EXI header
  39. *
  40. * \param stream Input Stream
  41. * \return Error-Code <> 0
  42. *
  43. */
  44. int readEXIHeader(bitstream_t* stream);
  45. #endif
  46. #ifdef __cplusplus
  47. }
  48. #endif