Commit Graph

22 Commits

Author SHA1 Message Date
Torsten Bögershausen
7e446c04da send_mess() uses 'const char *'
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.

This is a minimal part of a series from Dirk Zimoch,
more warnings can be removed here and there.
2019-09-20 15:38:10 +02:00
klang
961d5b082e Changed NULL casts from 'char' to 'char*' 2017-11-08 14:04:12 -06:00
Henrique Dante de Almeida
77be7ed5c7 Add all missing stdlib.h and errlog.h includes 2016-05-23 18:01:38 -03:00
Ron Sluiter
52f6723b39 Changed diagnostic message macro 'Debug' to Mark Rivers inline variable argument function calls. 2011-11-29 20:50:00 +00:00
Ron Sluiter
3ffcf86930 Eliminate 64-bit compiler warnings. 2009-09-08 18:29:27 +00:00
Ron Sluiter
61eaf13f89 Initialize "update_delay". 2005-05-10 16:36:46 +00:00
David Kline
1a9f569836 Corrected compiler error when passing Asyn parameter(s). 2005-04-14 18:36:19 +00:00
MarkRivers
a03a4c70a4 Changed from using hardcoded stack size and priority to generic EPICS values 2005-03-30 00:49:55 +00:00
Ron Sluiter
f8b04b3d44 MicroSoft Visual C compiler compatibility. 2004-12-20 21:12:51 +00:00
MarkRivers
e731ae9509 New asyn EOS processing. No longer add output EOS or strip input EOS 2004-11-10 05:33:20 +00:00
MarkRivers
8b6f2577f9 Changes for new asynOctetSyncIO API 2004-09-28 23:53:28 +00:00
Ron Sluiter
1ebc15c9c6 32axis/controller support. 2004-09-20 20:53:00 +00:00
MarkRivers
1ad36ce80c asynSyncIO renamed to asynOctetSyncIO 2004-08-17 21:29:52 +00:00
MarkRivers
a963d6c388 Changes in asynSyncIO->read for latest asyn 2004-07-30 04:09:11 +00:00
Ron Sluiter
d6ffff666c removed unused <driver>Setup() argument. 2004-07-16 19:06:58 +00:00
MarkRivers
d7d08ef9ab Convert from MPF to asyn 2004-04-20 20:57:23 +00:00
Ron Sluiter
8e2954eea7 Eliminate erroneous "Motor motion timeout ERROR". 2004-02-03 19:53:04 +00:00
Ron Sluiter
d82cc7926f Converted MSTA #define's to bit field. 2003-12-12 21:40:27 +00:00
Ron Sluiter
1b7f232ada Merged with R3_13_Branch. 2003-06-16 15:07:25 +00:00
Ron Sluiter
3ca5d9c228 Changed to C++ serialIO interface. 2003-05-27 21:48:45 +00:00
Ron Sluiter
14ad2d722b Restore errlogPrintf in debug messages. 2003-05-27 14:09:10 +00:00
Ron Sluiter
8c0787d33d Moved to C++ for R3.14.x. 2003-05-27 13:39:41 +00:00