
| Public Attributes | |
| BSTR | name | 
| LONG | count | 
| DOUBLE | min | 
| DOUBLE | max | 
| DOUBLE | avg | 
This structure defines the information a performance measurement.
Elements of struct RobotPerformanceResult
| Type | Element | Description | 
|---|---|---|
| BSTR | name | Name of the performance measurement. | 
| LONG | count | Count over recorded measurements. | 
| DOUBLE | min | Minimum over all recorded measurements. | 
| DOUBLE | max | Maximum over all recorded measurements. | 
| DOUBLE | avg | Average over all recorded measurements. | 
Definition at line 229 of file IRobot.idl.
| BSTR IRobot::RobotPerformanceResult::name | 
Name of the performance measurement.
Definition at line 231 of file IRobot.idl.
| LONG IRobot::RobotPerformanceResult::count | 
Count over recorded measurements.
Definition at line 232 of file IRobot.idl.
| DOUBLE IRobot::RobotPerformanceResult::min | 
Minimum over all recorded measurements.
Definition at line 233 of file IRobot.idl.
| DOUBLE IRobot::RobotPerformanceResult::max | 
Maximum over all recorded measurements.
Definition at line 234 of file IRobot.idl.
| DOUBLE IRobot::RobotPerformanceResult::avg | 
Average over all recorded measurements.
Definition at line 235 of file IRobot.idl.