|
#include <RobotAPI/components/units/RobotUnit/NJointControllers/NJointKinematicUnitPassThroughController.h>
Public Types | |
template<class T > | |
using | maybe_const_ptr = std::conditional_t< ConstPtr, const T *, T * > |
Public Member Functions | |
float | getValue () const |
template<bool constPtr = ConstPtr, std::enable_if_t<!constPtr, int > = 0> | |
void | setValue (float val) |
Public Attributes | |
maybe_const_ptr< float > | _float {nullptr} |
maybe_const_ptr< std::int16_t > | _int16 {nullptr} |
Definition at line 100 of file NJointKinematicUnitPassThroughController.h.
using maybe_const_ptr = std::conditional_t<ConstPtr, const T*, T*> |
Definition at line 126 of file NJointKinematicUnitPassThroughController.h.
|
inline |
Definition at line 103 of file NJointKinematicUnitPassThroughController.h.
|
inline |
Definition at line 114 of file NJointKinematicUnitPassThroughController.h.
maybe_const_ptr<float> _float {nullptr} |
Definition at line 127 of file NJointKinematicUnitPassThroughController.h.
maybe_const_ptr<std::int16_t> _int16 {nullptr} |
Definition at line 128 of file NJointKinematicUnitPassThroughController.h.