Skip to content

Commit

Permalink
Minor changes on cadmium.h and pdevs_dynamic_runner.hpp for real-time…
Browse files Browse the repository at this point in the history
… in Windows.
  • Loading branch information
Ezequiel Pecker Marcosig authored and sdavtaker committed Oct 6, 2023
1 parent 8df79c1 commit d6dc89f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cadmium.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define RT_DEVS
#elif RT_LINUX
#define RT_DEVS
#elif RT_WIN
#define RT_DEVS
#endif

#include <cadmium/modeling/coupling.hpp>
Expand Down
5 changes: 5 additions & 0 deletions include/cadmium/engine/pdevs_dynamic_runner.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/**
* 2021 - Ezequiel Pecker-Marcosig
* Universidad de Buenos Aires
*
* Copyright (c) 2018, Damian Vicino, Laouen M. L. Belloli
* Carleton University, Universite de Nice-Sophia Antipolis, Universidad de Buenos Aires
* All rights reserved.
Expand Down Expand Up @@ -39,6 +42,8 @@
#include <cadmium/real_time/arm_mbed/rt_clock.hpp>
#elif RT_LINUX
#include <cadmium/real_time/linux/rt_clock.hpp>
#elif RT_WIN
#include <cadmium/real_time/win/rt_clock.hpp>
#endif

#ifdef RT_DEVS
Expand Down

0 comments on commit d6dc89f

Please sign in to comment.