Implemented EMCY objects.
Added emcy.c and emcy.h
Modified data.h for necessary variables.
Added some EMCY message sendings in TestMasterSlave example.
Modified configure script to define EMCY_MAX_ERRORS.
Modified python scripts to make 1003h object always available (with a callback).
#ifndef TOOLS_H_
#define TOOLS_H_
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/textctrl.h>
#include <iostream>
void IntToString( int i, char* in_pszbuffer );
char *wxstr_to_charbuf(wxString s);
void charbuf_free(char *s);
#endif /*TOOLS_H_*/