File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_BOUNCING_INTERACTIVE_SYSTEM_H_
3- #define SYDEVS_RESEARCH_BOUNCING_INTERACTIVE_SYSTEM_H_
2+ #ifndef SYDEVS_EXAMPLES_BOUNCING_INTERACTIVE_SYSTEM_H_
3+ #define SYDEVS_EXAMPLES_BOUNCING_INTERACTIVE_SYSTEM_H_
44
55#include < examples/research/realtime/bouncing_ball_node.h>
66#include < sydevs/systems/interactive_system.h>
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_BOUNCING_BALL_NODE_H_
3- #define SYDEVS_RESEARCH_BOUNCING_BALL_NODE_H_
2+ #ifndef SYDEVS_EXAMPLES_BOUNCING_BALL_NODE_H_
3+ #define SYDEVS_EXAMPLES_BOUNCING_BALL_NODE_H_
44
55#include < examples/research/realtime/motion_physics_types.h>
66#include < sydevs/systems/atomic_node.h>
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_MOTION_PHYSICS_TYPES_H_
3- #define SYDEVS_RESEARCH_MOTION_PHYSICS_TYPES_H_
2+ #ifndef SYDEVS_EXAMPLES_MOTION_PHYSICS_TYPES_H_
3+ #define SYDEVS_EXAMPLES_MOTION_PHYSICS_TYPES_H_
44
55#include < sydevs/core/quantity.h>
66
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_AGENT_BASE_NODE_H_
3- #define SYDEVS_RESEARCH_AGENT_BASE_NODE_H_
2+ #ifndef SYDEVS_EXAMPLES_AGENT_BASE_NODE_H_
3+ #define SYDEVS_EXAMPLES_AGENT_BASE_NODE_H_
44
55#include < sydevs/systems/atomic_node.h>
66
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_AGENT_DERIVED_A_NODE_H_
3- #define SYDEVS_RESEARCH_AGENT_DERIVED_A_NODE_H_
2+ #ifndef SYDEVS_EXAMPLES_AGENT_DERIVED_A_NODE_H_
3+ #define SYDEVS_EXAMPLES_AGENT_DERIVED_A_NODE_H_
44
55#include < examples/research/subtyping/agent_base_node.h>
66
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_AGENT_DERIVED_B_NODE_H_
3- #define SYDEVS_RESEARCH_AGENT_DERIVED_B_NODE_H_
2+ #ifndef SYDEVS_EXAMPLES_AGENT_DERIVED_B_NODE_H_
3+ #define SYDEVS_EXAMPLES_AGENT_DERIVED_B_NODE_H_
44
55#include < examples/research/subtyping/agent_base_node.h>
66
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_SUBTYPING_H_
3- #define SYDEVS_RESEARCH_SUBTYPING_H_
2+ #ifndef SYDEVS_EXAMPLES_SUBTYPING_H_
3+ #define SYDEVS_EXAMPLES_SUBTYPING_H_
44
55#include < examples/research/subtyping/subtyping_closed_system.h>
66#include < sydevs/systems/simulation.h>
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_RESEARCH_SUBTYPING_CLOSED_SYSTEM_H_
3- #define SYDEVS_RESEARCH_SUBTYPING_CLOSED_SYSTEM_H_
2+ #ifndef SYDEVS_EXAMPLES_SUBTYPING_CLOSED_SYSTEM_H_
3+ #define SYDEVS_EXAMPLES_SUBTYPING_CLOSED_SYSTEM_H_
44
55#include < examples/research/subtyping/agent_derived_A_node.h>
66#include < examples/research/subtyping/agent_derived_B_node.h>
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_DATA_GOAL_H_
3- #define SYDEVS_DATA_GOAL_H_
2+ #ifndef SYDEVS_SYSTEMS_DATA_GOAL_H_
3+ #define SYDEVS_SYSTEMS_DATA_GOAL_H_
44
55#include < sydevs/core/number_types.h>
66#include < string>
Original file line number Diff line number Diff line change 11#pragma once
2- #ifndef SYDEVS_DATA_MODE_H_
3- #define SYDEVS_DATA_MODE_H_
2+ #ifndef SYDEVS_SYSTEMS_DATA_MODE_H_
3+ #define SYDEVS_SYSTEMS_DATA_MODE_H_
44
55#include < sydevs/core/number_types.h>
66#include < string>
You can’t perform that action at this time.
0 commit comments