BioCMAMC-ST
sync.hpp
1#ifndef __SYNC_NODES_HPP__
2#define __SYNC_NODES_HPP__
3
4#include <common/execinfo.hpp>
5
6namespace Simulation
7{
8 class SimulationUnit;
9}
10
23void sync_step(const ExecInfo& exec, Simulation::SimulationUnit& simulation);
24
37void sync_prepare_next(Simulation::SimulationUnit& simulation);
38
50void last_sync(const ExecInfo& exec, Simulation::SimulationUnit& simulation);
51
52#endif //__SYNC_NODES_HPP__
Definition simulation.hpp:57
Namespace that contains classes and structures related to simulation handling.
Definition host_specific.hpp:13
Definition execinfo.hpp:12