Skip to content

Commit d7693f5

Browse files
Mock adapter interface
1 parent df6070c commit d7693f5

File tree

21 files changed

+42
-741
lines changed

21 files changed

+42
-741
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/target
2-
/.idea
1+
target
2+
.idea

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Incubation repository for interprocess communication framework
55

66
Examples can be built from examples directory by passing desired IPC adapter as feature.
77

8-
For Iceoryx2 build:
8+
For mock build:
99
```
10-
inc_mw_com/com-api$ cargo run --example basic-consumer-producer --features "iceoryx"
10+
inc_mw_com/com-api$ cargo run --example basic-consumer-producer --features "mock"
1111
```
1212

1313
For LoLa build:

com-api-example/Cargo.lock

Lines changed: 0 additions & 7 deletions
This file was deleted.

com-api-example/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

com-api-example/src/main.rs

Lines changed: 0 additions & 112 deletions
This file was deleted.

com-api-sample-gen/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

com-api-sample-gen/src/lib.rs

Lines changed: 0 additions & 97 deletions
This file was deleted.

com-api-sample-runtime/Cargo.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)