Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
IRobot::RobotPerformanceResult Struct Reference
Collaboration diagram for IRobot::RobotPerformanceResult:
Collaboration graph

Public Attributes

BSTR name
 
LONG count
 
DOUBLE min
 
DOUBLE max
 
DOUBLE avg
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: