Return to pelco.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / src |
version 1.1, 2013/01/17 10:05:35 | version 1.1.1.1.6.1, 2013/05/26 20:03:19 |
---|---|
Line 54 SUCH DAMAGE. | Line 54 SUCH DAMAGE. |
* return: crc for packet, if is 0 check and crc_GetErrno() == EINVAL | * return: crc for packet, if is 0 check and crc_GetErrno() == EINVAL |
Pelco protocol not supported | Pelco protocol not supported |
*/ | */ |
inline u_char | u_char |
crcPelco(u_char ver, u_char *pkt) | crcPelco(u_char ver, u_char *pkt) |
{ | { |
register u_char i, crc; | register u_char i, crc; |