Maryamvalian / Truss-Tool

Truss Tool is a simple software for civil engineers and architects which solve a given truss structure.
MIT License
4 stars 0 forks source link

MG - 7.2(.0) - Hardware Hiding Module - Is it needed? #40

Closed balacij closed 1 year ago

balacij commented 1 year ago

From what I understood, hardware-hiding modules are for hiding extra IO devices (sensors, keyboard input, mouse input, internet connections, etc.). In other words, it would be wrappers around interactions with external (to the program) devices. I don't think you have any sort of hardware-hiding needs here, but if you did, it might also be good to note that Python's virtual machine and standard library will do the heavy lifting. I also ask this because you have written "Impl. By: NumPy - Python" for 7.3.1, but "OS" here.

balacij commented 1 year ago

Also, you had "Modules" in the section title, but I think you wanted the singular "Module" (?).

Maryamvalian commented 1 year ago

Dear Jason, 7.3.1 is about module M11, a sequence data structure. I use the Numpy library for creating arrays for joints and etc. OS implements M1 but Phyton implements M11. Also, Professor admitted that M11 is needed in my project :)