--- libaitpelco/src/set.c 2012/07/22 22:21:50 1.3 +++ libaitpelco/src/set.c 2013/05/26 20:39:14 1.3.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: set.c,v 1.3 2012/07/22 22:21:50 misho Exp $ +* $Id: set.c,v 1.3.4.1 2013/05/26 20:39:14 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ SUCH DAMAGE. * @cmd[2] = Output Commands 1 & 2 * return: 0xFF - error, 0 - ok */ -inline u_char +u_char pelco_D_fromCmd(struct bitD_Cmd1 cmd1, struct bitD_Cmd2 cmd2, u_char * __restrict cmd) { u_char ret = 0; @@ -76,7 +76,7 @@ pelco_D_fromCmd(struct bitD_Cmd1 cmd1, struct bitD_Cmd * @cmd[2] = Output Commands 1 & 2 * return: 0xFF - error, 0 - ok */ -inline u_char +u_char pelco_P_fromCmd(struct bitP_Cmd1 cmd1, struct bitP_Cmd2 cmd2, u_char * __restrict cmd) { u_char ret = 0; @@ -101,7 +101,7 @@ pelco_P_fromCmd(struct bitP_Cmd1 cmd1, struct bitP_Cmd * @p = Output Packet structure * return: 0xFF - error, 0 - ok */ -inline u_char +u_char pelco_SetCamCmdData(u_char ver, u_char cam, u_char * __restrict cmd, u_char * __restrict data, void * __restrict p) {