versadac  1
versadac - Scalable Recorder Firmware
monitor.h
1 /*---------------------------------------------------------------------------*/
2 /* Copyright (C) 2006 Woodhead Software & Electonics. All rights reserved. */
3 /*---------------------------------------------------------------------------*/
4 /* This program is protected by international copyright. */
5 /* */
6 /* The use of this software including but not limited to its Source Code */
7 /* is subject to restrictions as agreed in the license agreement between */
8 /* you and Woodhead. */
9 /* Copying or distribution is not allowed unless expressly permitted */
10 /* according to your license agreement with Woodhead. */
11 /*---------------------------------------------------------------------------*/
12 /* */
13 /* Project : STACK PROFINET Controller */
14 /* Component : AREP managment */
15 /* $Workfile:: monitor.h $*/
16 /* $Revision:: 2 $*/
17 /* $Date:: 9/22/09 6:01p $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : */
22 /* Access API to AREP array. Internal used */
23 /* */
24 /*---------------------------------------------------------------------------*/
25 
26 
27 #ifndef _MONITOR_H
28 #define _MONITOR_H
29 
30 #define NB_MEMORY_TASK_COLUMN 5
31 #define NB_MONITOR_TASK_COLUMN 8
32 #define NB_MONITOR_AREP_COLUMN 13
33 #define NB_MONITOR_NETWORK_COLUMN 3
34 #define NB_MONITOR_DEBUG_COLUMN 9
35 
36 
37 #endif
38 
39