You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
513 B
27 lines
513 B
6 years ago
|
# Type of the document
|
||
|
wbres:
|
||
|
version: "2.0"
|
||
|
type: "root"
|
||
|
|
||
|
# Execution context definitions
|
||
|
executionContexts:
|
||
|
application:
|
||
|
numberOfDpcs: 8
|
||
|
numberOfRequests: 20
|
||
|
numberOfResponses: 25
|
||
|
externalThread: true # we run this execution context in main thread
|
||
|
stackSize: 768
|
||
|
priority: normal
|
||
|
meas:
|
||
|
numberOfDpcs: 9
|
||
|
numberOfRequests: 25
|
||
|
numberOfResponses: 10
|
||
|
stackSize: 768
|
||
|
priority: normal
|
||
|
|
||
|
|
||
|
apis:
|
||
|
AccelerometerSample.*:
|
||
|
apiId: 100
|
||
|
defaultExecutionContext: meas
|