Advertisement
tranthudo

WindowCovering_internal.h

Jul 2nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.56 KB | None | 0 0
  1. /*****************************************************************************
  2.  *
  3.  * MODULE:             Window Covering Cluster
  4.  *
  5.  * COMPONENT:          WindowCovering_internal.h
  6.  *
  7.  * AUTHOR:             Vesa 'ISO-B' Ylikyl�
  8.  * DESCRIPTION:        Header for WindowCovering Client Cluster
  9.  *
  10.  * $HeadURL:  $
  11.  *
  12.  * $Revision: 1 $
  13.  *
  14.  * $LastChangedBy: isob $
  15.  *
  16.  * $LastChangedDate: 2019-01-19 12:00:00 +0200 (Sat, 19 Jan 2018) $
  17.  *
  18.  * $Id: WindowCovering_internal.h 1 2019-01-19 10:00:00Z isob $
  19.  *
  20.  ****************************************************************************/
  21.  
  22. #ifndef  WINDOWCOVERING_INTERNAL_H_INCLUDED
  23. #define  WINDOWCOVERING_INTERNAL_H_INCLUDED
  24.  
  25. #if defined __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29. /****************************************************************************/
  30. /***        Include Files                                                 ***/
  31. /****************************************************************************/
  32.  
  33. #include "jendefs.h"
  34.  
  35. #include "zcl.h"
  36. #include "WindowCovering.h"
  37.  
  38. /****************************************************************************/
  39. /***        Macro Definitions                                             ***/
  40. /****************************************************************************/
  41.  
  42. /****************************************************************************/
  43. /***        Type Definitions                                              ***/
  44. /****************************************************************************/
  45.  
  46. /****************************************************************************/
  47. /***        Exported Functions                                            ***/
  48. /****************************************************************************/
  49.  
  50. PUBLIC teZCL_Status eCLD_WindowCoveringCommandHandler(
  51.                     ZPS_tsAfEvent               *pZPSevent,
  52.                     tsZCL_EndPointDefinition    *psEndPointDefinition,
  53.                     tsZCL_ClusterInstance       *psClusterInstance);
  54.  
  55. /****************************************************************************/
  56. /***        Exported Variables                                            ***/
  57. /****************************************************************************/
  58.  
  59. #if defined __cplusplus
  60. }
  61. #endif
  62.  
  63. #endif  /* WINDOWCOVERING_INTERNAL_H_INCLUDED */
  64.  
  65. /****************************************************************************/
  66. /***        END OF FILE                                                   ***/
  67. /****************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement