Skip to content
Snippets Groups Projects
Commit fd9eb582 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Moved the dyn_server variable to the protected fields.

parent c875355b
No related branches found
No related tags found
No related merge requests found
......@@ -27,18 +27,12 @@ typedef struct
class CDynamixelMotorGroup
{
private:
/**
* \brief
*
*/
std::string group_id;
/**
* \brief
*
*/
CDynamixelServer *dyn_server;
/**
* \brief
*
......@@ -132,6 +126,11 @@ class CDynamixelMotorGroup
*/
std::vector<unsigned char> servo_id;
protected:
/**
* \brief
*
*/
CDynamixelServer *dyn_server;
/* Motion sequence attributes */
/**
* \brief
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment