| Index: sample_config.json
|
| diff --git a/sample_config.json b/sample_config.json
|
| index 82d7845da3cbcd18b1c27a8a646d52c60b51cdc8..1a93135480a4aed4390bdb07aac91120d9fe8688 100644
|
| --- a/sample_config.json
|
| +++ b/sample_config.json
|
| @@ -5,7 +5,23 @@
|
| "output": "place/generated/files/here",
|
| "namespace": ["sample_project", "protocol"],
|
| "export_macro": "LIB_EXPORT",
|
| - "export_header": "lib/lib_export.h"
|
| + "export_header": "lib/lib_export.h",
|
| + "options": [
|
| + {
|
| + "domain": "Domain1",
|
| + "include": ["command1", "command2"],
|
| + "async": ["command1"]
|
| + },
|
| + {
|
| + "domain": "Domain2",
|
| + "exclude": ["command3", "command4"],
|
| + "exclude_events": ["event1"],
|
| + "async": ["command10"]
|
| + },
|
| + {
|
| + "domain": "Domain3"
|
| + }
|
| + ],
|
| },
|
|
|
| "exported": {
|
|
|