Displaying 1 result from an estimated 1 matches for "bcmxcp_meter_map_max".
2012 Feb 19
0
[nut-commits] svn commit r3448 - trunk/drivers (extern variables)
...t; --- trunk/drivers/bcmxcp.c Thu Feb 16 16:05:56 2012 (r3447)
> +++ trunk/drivers/bcmxcp.c Sun Feb 19 03:19:02 2012 (r3448)
> @@ -186,6 +186,15 @@
> };
>
>
> +/* allocate storage for shared variables (extern in bcmxcp.h) */
> +BCMXCP_METER_MAP_ENTRY_t
> + bcmxcp_meter_map[BCMXCP_METER_MAP_MAX];
> +BCMXCP_ALARM_MAP_ENTRY_t
> + bcmxcp_alarm_map[BCMXCP_ALARM_MAP_MAX];
> +BCMXCP_STATUS_t
> + bcmxcp_status;
> +
> +
> /* get_word function from nut driver metasys.c */
> int get_word(const unsigned char *buffer) /* return an integer reading a word in the supplied buffer...