From caa6e5307552b2a18f780ef1df2076b8c0924851 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 14 May 2020 11:03:25 +0200 Subject: [PATCH] Starting terminology section in the READMe --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5a5a2e5..a6c2583 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,11 @@ ln -s "$(pwd)""/""sf_stream" /usr/bin/sf_stream ln -s "$(pwd)""/""sf_replay" /usr/bin/sf_replay ln -s "$(pwd)""/""sf_writer" /usr/bin/sf_writer ``` + +## Terminology + +In order to unify the way we write code and talk about concept the following +terminology definitions should be followed: + +- frame (data from a single module) +- image (data of the assembled image) \ No newline at end of file