examples/AT91/Master/ObjDict.h
changeset 521 731bbe1b67b4
equal deleted inserted replaced
520:cc993e72b7e6 521:731bbe1b67b4
       
     1 
       
     2 /* File generated by gen_cfile.py. Should not be modified. */
       
     3 
       
     4 #ifndef OBJDICT_H
       
     5 #define OBJDICT_H
       
     6 
       
     7 #include "data.h"
       
     8 
       
     9 /* Prototypes of function provided by object dictionnary */
       
    10 UNS32 ObjDict_valueRangeTest (UNS8 typeValue, void * value);
       
    11 const indextable * ObjDict_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
       
    12 
       
    13 /* Master node data struct */
       
    14 extern CO_Data ObjDict_Data;
       
    15 extern UNS8 DI1;		/* Mapped at index 0x2000, subindex 0x00*/
       
    16 extern UNS8 DI2;		/* Mapped at index 0x2001, subindex 0x00*/
       
    17 extern UNS8 DO1;		/* Mapped at index 0x2100, subindex 0x00*/
       
    18 extern UNS8 DO2;		/* Mapped at index 0x2101, subindex 0x00*/
       
    19 
       
    20 #endif // OBJDICT_H