summaryrefslogtreecommitdiff
path: root/source/protocol.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-18 19:32:11 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-18 19:32:11 +0000
commitb7d3939f3f68617f80d74d0a2bf6ea34ddea1065 (patch)
tree65ddb08896c05b73b427267b0f22034839fd5420 /source/protocol.h
parent24ea5c3d91c6aec73b8ef9633bf5a12146055c42 (diff)
Renamed `gtv.h' to `mvd_gtv.h'.
A few fixes here and there.
Diffstat (limited to 'source/protocol.h')
-rw-r--r--source/protocol.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/source/protocol.h b/source/protocol.h
index 517e6ce..68fba83 100644
--- a/source/protocol.h
+++ b/source/protocol.h
@@ -140,7 +140,7 @@ typedef enum mvd_ops_e {
mvd_serverdata,
mvd_configstring,
mvd_frame,
- mvd_frame_nodelta,
+ mvd_frame_nodelta, // reserved
mvd_unicast,
mvd_unicast_r,
mvd_multicast_all,
@@ -150,12 +150,19 @@ typedef enum mvd_ops_e {
mvd_multicast_pvs_r,
mvd_multicast_phs_r,
mvd_sound,
- mvd_print, // reserved
+ mvd_print,
mvd_stufftext, // reserved
mvd_num_types
} mvd_ops_t;
+// MVD stream flags (only 3 bits can be used)
+typedef enum {
+ MVF_NOMSGS = 1,
+ MVF_RESERVED1 = 2,
+ MVF_RESERVED2 = 4
+} mvd_flags_t;
+
//==============================================
//