mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
added documentation for parser and higher level packages
This commit is contained in:
committed by
Tristan Schnell
parent
d32f66473e
commit
2f0b8eae1a
@@ -33,10 +33,19 @@ namespace ur_driver
|
||||
{
|
||||
namespace comm
|
||||
{
|
||||
/*!
|
||||
* \brief The URPackage a parent class. From that two implementations are inherited,
|
||||
* one for the primary, one for the rtde interface (primary_interface::primaryPackage;
|
||||
* rtde_interface::rtdePackage). The URPackage makes use of the template HeaderT.
|
||||
*/
|
||||
template <typename HeaderT>
|
||||
class URPackage
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Creates a new URPackage object.
|
||||
*/
|
||||
|
||||
URPackage();
|
||||
virtual ~URPackage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user