examples/DS401_Slave_Gui/tools.h
author etisserant
Fri, 31 Aug 2007 10:19:46 +0200
changeset 263 d221d387ad2f
parent 246 d635cfc520ee
permissions -rw-r--r--
Minor changes in SYNC. Splitted SendSync in SendSync and SendSyncMessage to allow manual SYNC message transmission and separate SYNC proceeding (synced TPDOs)
#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_*/