Skip to content
Snippets Groups Projects
Commit 199d5bcb authored by René Schöne's avatar René Schöne
Browse files

Rename read/write to receive/send

parent f86f4292
No related branches found
No related tags found
No related merge requests found
Pipeline #7534 passed
/* Version 2020-07-15 */
// --- update definitions ---
read Link.CurrentPosition using ParseRobotState, RobotStateToIntPosition ;
write RobotArm.AppropriateSpeed using CreateSpeedMessage, SerializeRobotConfig ;
receive Link.CurrentPosition using ParseRobotState, RobotStateToIntPosition ;
send RobotArm.AppropriateSpeed using CreateSpeedMessage, SerializeRobotConfig ;
// --- dependency definitions ---
RobotArm.AppropriateSpeed canDependOn Link.CurrentPosition as dependency1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment