mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
added documentation for parser and higher level packages
This commit is contained in:
committed by
Tristan Schnell
parent
d32f66473e
commit
2f0b8eae1a
@@ -35,9 +35,17 @@ namespace ur_driver
|
||||
{
|
||||
namespace primary_interface
|
||||
{
|
||||
/*!
|
||||
* \brief The PrimaryPackage is solely an abstraction level.
|
||||
* It inherits form the URPackage and is also a parent class for primary_interface::RobotMessage,
|
||||
* primary_interface::RobotState
|
||||
*/
|
||||
class PrimaryPackage : public comm::URPackage<PackageHeader>
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Creates a new PrimaryPackage object.
|
||||
*/
|
||||
PrimaryPackage() = default;
|
||||
virtual ~PrimaryPackage() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user