diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-21 15:08:39 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-21 15:08:39 +0100 |
commit | 85860fbe47ca5ec24c70966f42a53162d761b91f (patch) | |
tree | d64ba3ec411579c3e886b0b6673f726fb99ad3ce /buffertest/calendar.fbs | |
parent | 4adae7c3711abbeaa7f03c699a7d366c78f776bc (diff) | |
download | sink-85860fbe47ca5ec24c70966f42a53162d761b91f.tar.gz sink-85860fbe47ca5ec24c70966f42a53162d761b91f.zip |
A buffertest that currently does nothing else than writing a buffer to a file.
Diffstat (limited to 'buffertest/calendar.fbs')
-rw-r--r-- | buffertest/calendar.fbs | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | // example IDL file | ||
2 | |||
3 | namespace Calendar; | ||
4 | |||
5 | table Event { | ||
6 | summary:string; | ||
7 | description:string; | ||
8 | attachment:[byte]; | ||
9 | } | ||
10 | |||
11 | root_type Event; | ||
12 | file_identifier "AKFB"; | ||