blob: 41896ac9c0fdef6107c3aa96ec5e2b916ff6c82e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- include start from qos/interval.xml.i -->
<leafNode name="interval">
<properties>
<help>Interval used to measure the delay</help>
<valueHelp>
<format>u32</format>
<description>Interval in milliseconds</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-4294967295"/>
</constraint>
<constraintErrorMessage>Interval must be in range 0 to 4294967295</constraintErrorMessage>
</properties>
<defaultValue>100</defaultValue>
</leafNode>
<!-- include end -->
|