Code for Deliverable 05

This commit is contained in:
Silas Oettinghaus
2024-09-02 09:00:41 +02:00
parent 17a1dfbbd5
commit bb228ae2bd
20 changed files with 1094 additions and 73 deletions

8
Datatypes/coding_mode.m Normal file
View File

@@ -0,0 +1,8 @@
classdef coding_mode < int32
enumeration
encode (1)
decode (2)
end
end