Sam Grove / canopen_masternode

Description: CANfestival - an open source CANopen framework

Committer:
user Sam Grove
Date:
Mon May 30 09:56:46 2011 +0000
Revision:
2:fbf764f13798

    

Who changed what in which revision?

UserRevisionLine numberNew contents of line
http://mbed0:9dd7c6129683 1
http://mbed0:9dd7c6129683 2/* File generated by gen_cfile.py. Should not be modified. */
http://mbed0:9dd7c6129683 3
http://mbed0:9dd7c6129683 4#ifndef MBED_MASTER_H
http://mbed0:9dd7c6129683 5#define MBED_MASTER_H
http://mbed0:9dd7c6129683 6
http://mbed0:9dd7c6129683 7#include "data.h"
http://mbed0:9dd7c6129683 8
http://mbed0:9dd7c6129683 9/* Prototypes of function provided by object dictionnary */
http://mbed0:9dd7c6129683 10UNS32 mbed_master_valueRangeTest (UNS8 typeValue, void * value);
http://mbed0:9dd7c6129683 11const indextable * mbed_master_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
http://mbed0:9dd7c6129683 12
http://mbed0:9dd7c6129683 13/* Master node data struct */
http://mbed0:9dd7c6129683 14extern CO_Data mbed_master_Data;
http://mbed0:9dd7c6129683 15extern UNS8 MasterMap1; /* Mapped at index 0x2000, subindex 0x00*/
http://mbed0:9dd7c6129683 16extern UNS8 MasterMap2; /* Mapped at index 0x2001, subindex 0x00*/
http://mbed0:9dd7c6129683 17extern UNS8 MasterMap3; /* Mapped at index 0x2002, subindex 0x00*/
http://mbed0:9dd7c6129683 18extern UNS8 MasterMap4; /* Mapped at index 0x2003, subindex 0x00*/
http://mbed0:9dd7c6129683 19extern UNS8 MasterMap5; /* Mapped at index 0x2004, subindex 0x00*/
http://mbed0:9dd7c6129683 20extern UNS8 MasterMap6; /* Mapped at index 0x2005, subindex 0x00*/
http://mbed0:9dd7c6129683 21extern UNS8 MasterMap7; /* Mapped at index 0x2006, subindex 0x00*/
http://mbed0:9dd7c6129683 22extern UNS8 MasterMap8; /* Mapped at index 0x2007, subindex 0x00*/
http://mbed0:9dd7c6129683 23extern UNS8 MasterMap9; /* Mapped at index 0x2008, subindex 0x00*/
http://mbed0:9dd7c6129683 24extern UNS32 MasterMap10; /* Mapped at index 0x2009, subindex 0x00*/
http://mbed0:9dd7c6129683 25extern UNS16 MasterMap11; /* Mapped at index 0x200A, subindex 0x00*/
http://mbed0:9dd7c6129683 26extern INTEGER16 MasterMap12; /* Mapped at index 0x200B, subindex 0x00*/
http://mbed0:9dd7c6129683 27extern INTEGER16 MasterMap13; /* Mapped at index 0x200C, subindex 0x00*/
http://mbed0:9dd7c6129683 28
http://mbed0:9dd7c6129683 29#endif // MBED_MASTER_H