Skip to content

Arax734/lighting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Lighting System Desciption

Lighting system written in SystemC. Each person passing through the door generates a pulse, which allows us to calculate how many people are currently in the room. If there is a minimum of one person in the room, the light turns on. The system handles the appearance of errors and the handling of all possible movement variations.

Compilation command on Linux

g++ -o simulation simulation.cpp -I/usr/local/systemc-2.3.3/include -L/usr/local/systemc-2.3.3/lib-linux64 -lsystemc

Map of the rooms:

enter image description here

Screenshots:

enter image description here

enter image description here

enter image description here

enter image description here

About

Lighting system written in SystemC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages