Skip to content

antony-funquality/test_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Test

How to build

mkdir -p build && cd build
cmake .. && make

How to run tests

mkdir -p build && cd build
cmake .. && make && ./tests/runTests

Architecture overview

The Thermostat module is in between some "temperature sensor" and the "temperature controller" :

  • The "temperature sensor" update the current temperature on the Thermostat via the "updateTemp" method.
  • When the Thermostat receive the update it activate the corresponding methods (start_heating, start_cooling, stop) in the "temperature controller".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published