From 85860fbe47ca5ec24c70966f42a53162d761b91f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Nov 2014 15:08:39 +0100 Subject: A buffertest that currently does nothing else than writing a buffer to a file. --- buffertest/calendar.fbs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buffertest/calendar.fbs (limited to 'buffertest/calendar.fbs') diff --git a/buffertest/calendar.fbs b/buffertest/calendar.fbs new file mode 100644 index 0000000..203ee43 --- /dev/null +++ b/buffertest/calendar.fbs @@ -0,0 +1,12 @@ +// example IDL file + +namespace Calendar; + +table Event { + summary:string; + description:string; + attachment:[byte]; +} + +root_type Event; +file_identifier "AKFB"; -- cgit v1.2.3