HOG2
Public Member Functions | Public Attributes | List of all members
armAngles Class Reference

#include <RoboticArm.h>

Public Member Functions

 armAngles ()
 
int GetAngle (int which) const
 
void SetAngle (int which, int value)
 
int GetNumArms () const
 
void SetNumArms (int count)
 
void SetGoal (double x, double y)
 
void GetGoal (double &x, double &y) const
 
bool IsGoalState () const
 

Public Attributes

uint64_t angles
 

Detailed Description

Definition at line 29 of file RoboticArm.h.

Constructor & Destructor Documentation

◆ armAngles()

armAngles::armAngles ( )
inline

Definition at line 31 of file RoboticArm.h.

References angles.

Member Function Documentation

◆ GetAngle()

int armAngles::GetAngle ( int  which) const

◆ GetGoal()

void armAngles::GetGoal ( double &  x,
double &  y 
) const

◆ GetNumArms()

int armAngles::GetNumArms ( ) const

◆ IsGoalState()

bool armAngles::IsGoalState ( ) const

◆ SetAngle()

void armAngles::SetAngle ( int  which,
int  value 
)

◆ SetGoal()

void armAngles::SetGoal ( double  x,
double  y 
)

◆ SetNumArms()

void armAngles::SetNumArms ( int  count)

Member Data Documentation

◆ angles

uint64_t armAngles::angles

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