Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

Deprecated List

Global UartAvrGetRaw (u_char *cp)
Will be removed in the near future.

Global UartAvrPutRaw (u_char ch)
Will be removed in the near future.

Global NutRomFileClose (ROMFILE *romf)
Use _close() or fclose() in new programs.

Global NutRomFileOpen (char *name)
Use _open() or fopen() in new programs.

Global NutRomFileRead (ROMFILE *romf, void *data, size_t size)
New programs should use stdio.

Global NutRomFileSeek (ROMFILE *romf, int pos)
New programs should use stdio.

Global NutRomFileSize (ROMFILE *romf)
New programs should use stdio.

Global NutSoStreamDestroy (NUTDEVICE *dev)
Use _close() or fclose() in new programs.

Global NutDeviceClose (NUTDEVICE *dev)
Use _close() or fclose() in new programs.

Global NutDeviceIOCtl (NUTDEVICE *dev, int req, void *conf)
Use _iocntl() in new programs.

Global NutDeviceOpen (CONST char *name)
Use _open() or fopen() in new programs.

Global NutDeviceGetLine (NUTDEVICE *dev, void *data, int size)
Use fscanf() in new programs.

Global NutDeviceRead (NUTDEVICE *dev, void *data, int size)
Use _read() or fread() in new programs.

Global NutDeviceReadTran (NUTDEVICE *dev, void *data, int size)
Will be removed.

Global NutDeviceWriteTran (NUTDEVICE *dev, CONST void *data)
Will be removed.

Global NutDeviceWrite (NUTDEVICE *dev, CONST void *data, int len)
Use _write() or fwrite() in new programs.

Global NutDeviceWrite_P (NUTDEVICE *dev, PGM_P data, int len)
Use _write_P() or fwrite_P() in new programs..

Global NutIfStreamReadTran (NUTDEVICE *dev, char *data, int size)
Will be removed.

Global NutIfStreamWriteTran (NUTDEVICE *dev, CONST char *data)
Will be removed.

Global NutIfStreamFlush (NUTDEVICE *dev)
Use fflush() in new programs.

Global NutIfStreamGetLine (NUTDEVICE *dev, char *data, int size)
Use fgets() in new programs.

Global NutIfStreamRead (NUTDEVICE *dev, char *data, int size)
Use _read() or fread() in new programs.

Global NutIfStreamWrite (NUTDEVICE *dev, CONST char *data, int len)
Use _write() or fwrite() in new programs.

Global NutIfStreamWrite_P (NUTDEVICE *dev, PGM_P data, int len)
Use _write_P() or fwrite_P() in new programs.

Global NutPrintBinary (NUTDEVICE *dev, CONST char *data, int len)
Use _write() or fwrite() in new programs.

Global NutPrintBinary_P (NUTDEVICE *dev, PGM_P data, int len)
Use _write_P() or fwrite_P() in new programs.

Global NutPrintFlush (NUTDEVICE *dev)
Use fflush() in new programs.

Global NutPrintFormat (NUTDEVICE *dev, CONST char *fmt,...)
Use fprintf() in new programs.

Global NutPrintInteger (NUTDEVICE *dev, u_long val, u_char radix, u_char width, u_char flags)
Use fprintf() in new programs.

Global NutPrintString (NUTDEVICE *dev, CONST char *str)
Use fputs() in new programs.

Global NutPrintString_P (NUTDEVICE *dev, PGM_P str)
Use fputs_P() in new programs.

Group xgOldInit
New programs should link to nutinit.

Global main (void)
New programs should link to nutinit.

Global NutDnsConfig (u_char *hostname, u_char *domain, u_long dnsip)
New applications should use NutDnsConfig2().

Global NutSoStreamFlush (NUTDEVICE *dev)
Use fflush() in new programs.

Global NutSoStreamInput (NUTDEVICE *dev)
Use _read() or fread() in new programs.

Global NutSoStreamOutput (NUTDEVICE *dev)
Will be removed soon.

© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/