Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 16
and
Version 17
of
BlueCAN
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/27/13 03:43:22 (
12 years
ago)
Author:
Boris Ioffe
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
BlueCAN
v16
v17
25
25
}}}
26
26
27
28
List of responces from CAN transiver:
29
30
{{{
31
enum {
32
ACK_SUBSCRIBE = 1,
33
ACK_SUBSCRIBE_BITMASK,
34
ACK_UNSUBSCRIBE,
35
ACK_UNSUBSCRIBE_BITMASK,
36
ACK_LIST,
37
ACK_RESET,
38
ACK_MSG
39
} cmd_type;
40
41
}}}
42
43
27
44
Command message structure
28
45