Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify a bit the CPU creation API
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 08:13:29 +0000 (09:13 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Feb 2016 08:13:31 +0000 (09:13 +0100)
commit90559b37332c0f396c09fd1c75326cfbdbbe5dc1
tree7cd0b1a35e4a09975ab54916b7658cdac56363b0
parentc6df69a0a8da173567c52aa716201d929d07de0e
simplify a bit the CPU creation API

pstate and initiallyOn are not passed anymore to the constructor. They
default respectively to 0 and true. You can change the values after
creation if you want.
src/surf/cpu_cas01.cpp
src/surf/cpu_cas01.hpp
src/surf/cpu_interface.cpp
src/surf/cpu_interface.hpp
src/surf/cpu_ti.cpp
src/surf/cpu_ti.hpp
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp
src/surf/sg_platf.cpp
src/surf/vm_hl13.cpp