[examples] Add XRP C++ Examples and Templates (#5743)

This commit is contained in:
Zhiquan Yeo
2023-10-09 19:55:54 -04:00
committed by GitHub
parent 81893ad73d
commit fb07b0da49
23 changed files with 849 additions and 0 deletions

View File

@@ -100,5 +100,33 @@
"extravendordeps": [
"romi"
]
},
{
"name": "XRP - Command Robot",
"description": "XRP - Command style",
"tags": [
"Command",
"XRP"
],
"foldername": "commandbased",
"gradlebase": "cppxrp",
"commandversion": 2,
"extravendordeps": [
"xrp"
]
},
{
"name": "XRP - Timed Robot",
"description": "XRP - Timed style",
"tags": [
"Timed",
"XRP"
],
"foldername": "timed",
"gradlebase": "cppxrp",
"commandversion": 2,
"extravendordeps": [
"xrp"
]
}
]