forked from kothiga/hri-physio
-
Notifications
You must be signed in to change notification settings - Fork 0
Modules to work on
ysomaiya13 edited this page Dec 13, 2024
·
9 revisions
From the modules, we need to decide which modules to work on; to bring it to C++ Core Guidelines Standard
To get some idea on what each of the this module does; read the description of previous group's readme: https://github.com/HBRS-SDP/ss24-physiological-computing/blob/main/README.md
Modules that we have with number of lines:
- Core - 2 header(110;549) and 1 cpp(151) = 810
- Processing - 8 header(106;50;50;49;49;96;65;108) and 7 cpp (81;43;43;43;43;150;234) = 1114
- Stream - 3 header(73;68;79) and 5 cpp (258;230; 263; 116;207) = 1294
- Manager - 3 header(79;72;83) and 3 cpp (221; 327; 218) = 1000
- Factory - 1 header(43) and 1 cpp (59) = 102
- Social - 1 header(82) and 1 cpp(117) = 199
- Helper - 1 header(135) and 1 cpp (73) = 208
According to this we can distribute as
- Processing + Social - 1313 (Prachi)
- Stream + Factory - 1396 (Ayush)
- Manager + Helper - 1208 (Yash)
Lastly, we can divide the Core accordingly