From 9319409282ee40b7d51e08155098fc813bd4a214 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 3 Feb 2015 23:29:32 +0100 Subject: [PATCH] wip --- src/cwprotocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cwprotocol.h b/src/cwprotocol.h index a7f4b0b..307af58 100644 --- a/src/cwprotocol.h +++ b/src/cwprotocol.h @@ -13,11 +13,13 @@ #define SIZE_ID 128 #define SIZE_STATUS 128 #define SIZE_CODE 51 + // This structure will be used to (dis-)connect to KOB servers struct command_packet_format{ unsigned short command; // CON / DIS unsigned short channel; // Channel number }; + // This structure will be used for id, rx and tx packets struct data_packet_format{ unsigned short command;