![]() |
Walabot API
All you need to know to create a Walabot Application
|
< Imaging Tagret parameters More...
#include <WalabotAPI.h>
Public Attributes | |
TARGET_TYPE | type |
Estimated identity of target. More... | |
double | angleDeg |
Angle of pipe relative to Y axis. More... | |
double | xPosCm |
X coordinate of target center. More... | |
double | yPosCm |
Y coordinate of target center. More... | |
double | zPosCm |
Z coordinate of target center. More... | |
double | widthCm |
Reserved for future use. More... | |
double | amplitude |
Strongest signal returned from target. More... | |
< Imaging Tagret parameters
Definition at line 721 of file WalabotAPI.h.
double ImagingTarget_struct::amplitude |
Strongest signal returned from target.
Definition at line 729 of file WalabotAPI.h.
double ImagingTarget_struct::angleDeg |
Angle of pipe relative to Y axis.
Definition at line 724 of file WalabotAPI.h.
TARGET_TYPE ImagingTarget_struct::type |
Estimated identity of target.
Definition at line 723 of file WalabotAPI.h.
double ImagingTarget_struct::widthCm |
Reserved for future use.
Definition at line 728 of file WalabotAPI.h.
double ImagingTarget_struct::xPosCm |
X coordinate of target center.
Definition at line 725 of file WalabotAPI.h.
double ImagingTarget_struct::yPosCm |
Y coordinate of target center.
Definition at line 726 of file WalabotAPI.h.
double ImagingTarget_struct::zPosCm |
Z coordinate of target center.
Definition at line 727 of file WalabotAPI.h.