examples/AT91/Master/ObjDict.h
author Christian Taedcke <Christian.Taedcke@ica-traffic.de>
Fri, 19 Feb 2010 08:18:40 +0100
changeset 639 27c0a025acf3
parent 521 731bbe1b67b4
permissions -rw-r--r--
CHANGED: - if variable starts with a digit, add a "_" at the beginning
* * *
FIXED: - if callback array name starts with a digit, prepend "_"

/* File generated by gen_cfile.py. Should not be modified. */

#ifndef OBJDICT_H
#define OBJDICT_H

#include "data.h"

/* Prototypes of function provided by object dictionnary */
UNS32 ObjDict_valueRangeTest (UNS8 typeValue, void * value);
const indextable * ObjDict_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);

/* Master node data struct */
extern CO_Data ObjDict_Data;
extern UNS8 DI1;		/* Mapped at index 0x2000, subindex 0x00*/
extern UNS8 DI2;		/* Mapped at index 0x2001, subindex 0x00*/
extern UNS8 DO1;		/* Mapped at index 0x2100, subindex 0x00*/
extern UNS8 DO2;		/* Mapped at index 0x2101, subindex 0x00*/

#endif // OBJDICT_H