ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtDatavisualisationDefines.hpp File Reference

DDT Utils. Definitions for the data visualisation. Utilities for the DDT Datavisualisation. More...

Go to the source code of this file.

Enumerations

enum  PickMode {
  OBJECT_PICK = 1 , CURSOR_PICK = 2 , INACTIVE_PICK = 3 , OBJECT_INACTIVE_PICK = 4 ,
  CURSOR_INACTIVE_PICK = 5
}
 
enum  PvcmParameters {
  MIN_MAX , AUTO_CUTS , CUT_VALUES , AUTO_0 ,
  AUTO_1 , AUTO_2 , AUTO_3 , AUTO_4 ,
  AUTO_5
}
 
enum  ConnectionStatus {
  CONNECTION_DETACHED , CONNECTION_ATTACHED , CONNECTION_RECEIVING , CONNECTION_RECONNECTING ,
  CONNECTION_LOST , CONNECTION_PUBLISHER_LOST
}
 

Detailed Description

DDT Utils. Definitions for the data visualisation. Utilities for the DDT Datavisualisation.

Enumeration Type Documentation

◆ ConnectionStatus

Current connection status

Enumerator
CONNECTION_DETACHED 

Detached

CONNECTION_ATTACHED 

Attached

CONNECTION_RECEIVING 

Data received

CONNECTION_RECONNECTING 

Attempting to recover a previously lost broker connection

CONNECTION_LOST 

Broker connection was lost and reconnection failed.

CONNECTION_PUBLISHER_LOST 

Broker is reachable but the publisher of data stream is not.

◆ PickMode

enum PickMode

Current pick mode

Enumerator
OBJECT_PICK 

Pick mode set to object pick

CURSOR_PICK 

Pick mode set to cursor pick

INACTIVE_PICK 

No pick mode selected

OBJECT_INACTIVE_PICK 

Inactive object mode

CURSOR_INACTIVE_PICK 

Inactive cursor mode

◆ PvcmParameters

Current pvcm parameter

Enumerator
MIN_MAX 

Min max cut values set

AUTO_CUTS 

Auto cut values set

CUT_VALUES 

User specified cut values set

AUTO_0 

Auto set 90.0%

AUTO_1 

Auto set 95.0%

AUTO_2 

Auto set 98.0%

AUTO_3 

Auto set 99.0%

AUTO_4 

Auto set 99.5%

AUTO_5 

Auto set 100.0%