Skip to content

Commit

Permalink
Change instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungWoo-L committed Mar 12, 2024
1 parent 898c702 commit 45313c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions fidl/CanReceiver.fdepl → fidl/CanTransceiver.fdepl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "platform:/plugin/org.genivi.commonapi.someip/deployment/CommonAPI-4-SOMEIP_deployment_spec.fdepl"
import "CanReceiver.fidl"
import "CanTransceiver.fidl"

define org.genivi.commonapi.someip.deployment for interface commonapi.CanReceiver {
define org.genivi.commonapi.someip.deployment for interface commonapi.CanTransceiver {
SomeIpServiceID = 3000
attribute distances {
SomeIpNotifierEventGroups = { 3100 }
Expand All @@ -24,8 +24,8 @@ define org.genivi.commonapi.someip.deployment for interface commonapi.CanReceive
}

define org.genivi.commonapi.someip.deployment for provider as Service {
instance commonapi.CanReceiver {
InstanceId = "commonapi.CanReceiver"
instance commonapi.CanTransceiver {
InstanceId = "commonapi.CanTransceiver"
SomeIpInstanceID = 3001
SomeIpUnicastAddress = "192.168.0.2"
SomeIpReliableUnicastPort = 30010
Expand Down
2 changes: 1 addition & 1 deletion fidl/CanReceiver.fidl → fidl/CanTransceiver.fidl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package commonapi

interface CanReceiver {
interface CanTransceiver {
version { major 0 minor 1 }

attribute SonarArrayStruct distances readonly
Expand Down

0 comments on commit 45313c7

Please sign in to comment.