From: Ian Jackson Date: Sun, 20 Feb 2011 14:09:38 +0000 (+0000) Subject: hostside: hidrawconv: add separator comments for each kind of reporter X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=1d6839444eaac3a05fbc554d300a6d71c04730b2;p=trains.git hostside: hidrawconv: add separator comments for each kind of reporter --- diff --git a/hostside/hidrawconv.h b/hostside/hidrawconv.h index 8bf12be..cc2c4ec 100644 --- a/hostside/hidrawconv.h +++ b/hostside/hidrawconv.h @@ -29,6 +29,8 @@ void dispatch(LastReports *lasts, const char *message_prefix, /*---------- specific reporters ----------*/ +/*----- "bits", ie keys and buttons -----*/ + typedef struct { const char *str; int pos; @@ -38,6 +40,7 @@ typedef struct { void reportbits(const uint8_t msg[], const uint8_t last[], int len, const KeyBit keybits[]); +/*----- "vals", ie absolute values -----*/ typedef struct { const char *str;