]> rtime.felk.cvut.cz Git - sojka/can-utils.git/commit
Introduced new functions:
authorOliver Hartkopp <socketcan@hartkopp.net>
Fri, 20 Jun 2008 09:15:13 +0000 (09:15 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Fri, 20 Jun 2008 09:15:13 +0000 (09:15 +0000)
commitddbe7d95755a8a744c4534f36d9e0c277c03c8a0
treebc41b0b6529e08aa4e36703b824a4ad5c8d697f5
parent278344e5d52f12964119d3cb887e23794642d474
Introduced new functions:
unsigned char asc2nibble(char c);
int hexstring2candata(char *arg, struct can_frame *cf);
(see documentation in lib.h)
As prerequsite to fix the commandline interface of cangen.
lib.c
lib.h