Skip to content

Commit

Permalink
Merge pull request #3 from GfSE/API-Integration
Browse files Browse the repository at this point in the history
Api integration
  • Loading branch information
N-Jansen authored Nov 21, 2024
2 parents 98ddd02 + f5a84d3 commit 5f88f7e
Show file tree
Hide file tree
Showing 13 changed files with 904 additions and 50 deletions.
10 changes: 5 additions & 5 deletions Functions/Integration/ControllerSystem/ControllerSystem.sysml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package Controller{
import RobotPortDefs::*;
import Signals::ControllerSignals::*;
private import RobotPortDefs::*;
private import Signals::ControllerSignals::*;

port def DriverUnitControlSignal {
out attribute forward : Boolean;
out attribute left : Boolean;
out attribute right : Boolean;
out attribute forward;
out attribute left;
out attribute right;
}

interface def DriverUnitControlInterface{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package EnergySupplySystem{
import RobotPortDefs::*;
private import RobotPortDefs::*;

part def energySupplySystem{
port powerSignal : PowerSignal;
Expand Down
Loading

0 comments on commit 5f88f7e

Please sign in to comment.