-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added image used in blog post and wiki, remove unused images
- Loading branch information
Showing
17 changed files
with
36 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.57 KB
documentation/images/camera_purchase_walkthrough/camera_purchase_walkthrough_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.76 KB
documentation/images/camera_purchase_walkthrough/camera_purchase_walkthrough_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.88 KB
documentation/images/camera_purchase_walkthrough/create_purchase_walkthrough_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.45 KB
documentation/images/camera_purchase_walkthrough/create_purchase_walkthrough_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.08 KB
documentation/images/camera_purchase_walkthrough/create_purchase_walkthrough_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.15 KB
documentation/images/camera_purchase_walkthrough/create_purchase_walkthrough_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
TARGETS = $(shell ls -1 | sed -n 's/\.txt$$/\.png/p') | ||
|
||
all: $(TARGETS) | ||
|
||
%.png: %.txt | ||
java -Djava.awt.headless=true -jar plantuml.jar -pipe < $< > $@ | ||
|
||
kqwait: kqwait.c | ||
gcc -std=c99 -Wall -g -o kqwait kqwait.c | ||
|
||
.PHONY: clean | ||
clean: | ||
@rm -f $(TARGETS) kqwait kqwait.dSYM core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startuml | ||
|
||
"Backbeat Client" -> "Backbeat Server" : Create Workflow for Contract | ||
|
||
"Backbeat Client" -> "Backbeat Server" : Signal "Make Payment" | ||
|
||
"Backbeat Client" <- "Backbeat Server" : Run "Make Payment" | ||
|
||
"Backbeat Client" -> "Backbeat Server" : Add Make Payment Child Activities | ||
|
||
"Backbeat Client" <- "Backbeat Server" : Run "Get Sold Vouchers" | ||
|
||
"Backbeat Client" -> "Backbeat Server" : "Get Sold Vouchers" Completed | ||
|
||
"Backbeat Client" <- "Backbeat Server" : Run "Create Payment" | ||
|
||
"Backbeat Client" -> "Backbeat Server" : "Create Payment" Completed | ||
|
||
"Backbeat Client" <- "Backbeat Server" : Run "Send to Bank" | ||
|
||
"Backbeat Client" -> "Backbeat Server" : "Send to Bank" Complete | ||
|
||
@enduml |
File renamed without changes.
Binary file not shown.
This file was deleted.
Oops, something went wrong.