mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +02:00
8 lines
125 B
C++
8 lines
125 B
C++
#pragma once
|
|
#include "ur_modern_driver/bin_parser.h"
|
|
|
|
class Packet
|
|
{
|
|
public:
|
|
virtual bool parseWith(BinParser& bp) = 0;
|
|
}; |