Public Member Functions | Private Attributes | List of all members
hebi::Feedback::QuaternionfField Class Referencefinal

A message field representable by a 3-D vector of single-precision floating point values. More...

#include <feedback.hpp>

Public Member Functions

Quaternionf get () const
 If the field has a value, returns that value; otherwise, returns a default. More...
 
bool has () const
 True if (and only if) the field has a value. More...
 
 operator bool () const
 Allows casting to a bool to check if the field has a value without directly calling has(). More...
 
 QuaternionfField (const HebiFeedbackRef &internal, HebiFeedbackQuaternionfField field)
 

Private Attributes

HebiFeedbackQuaternionfField const field_
 
const HebiFeedbackRefinternal_
 

Detailed Description

A message field representable by a 3-D vector of single-precision floating point values.

Definition at line 303 of file feedback.hpp.

Constructor & Destructor Documentation

hebi::Feedback::QuaternionfField::QuaternionfField ( const HebiFeedbackRef internal,
HebiFeedbackQuaternionfField  field 
)

Definition at line 96 of file feedback.cpp.

Member Function Documentation

Quaternionf hebi::Feedback::QuaternionfField::get ( ) const

If the field has a value, returns that value; otherwise, returns a default.

Definition at line 103 of file feedback.cpp.

bool hebi::Feedback::QuaternionfField::has ( ) const

True if (and only if) the field has a value.

Definition at line 99 of file feedback.cpp.

hebi::Feedback::QuaternionfField::operator bool ( ) const
inlineexplicit

Allows casting to a bool to check if the field has a value without directly calling has().

This can be used as in the following (assuming 'parent' is a parent message, and this field is called 'myField')

Feedback::QuaternionfField& f = parent.myField();
if (f)
std::cout << "Field has value!" << std::endl;
else
std::cout << "Field has no value!" << std::endl;

Definition at line 320 of file feedback.hpp.

Member Data Documentation

HebiFeedbackQuaternionfField const hebi::Feedback::QuaternionfField::field_
private

Definition at line 330 of file feedback.hpp.

const HebiFeedbackRef& hebi::Feedback::QuaternionfField::internal_
private

Definition at line 329 of file feedback.hpp.


The documentation for this class was generated from the following files:


hebi_cpp_api_ros
Author(s): Chris Bollinger , Matthew Tesch
autogenerated on Thu May 28 2020 03:14:45