mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Tested producer part with real data
This commit is contained in:
@@ -34,11 +34,11 @@ class URProducer : public IProducer<HeaderT>
|
||||
{
|
||||
private:
|
||||
URStream<HeaderT>& stream_;
|
||||
URParser<HeaderT>& parser_;
|
||||
Parser<HeaderT>& parser_;
|
||||
std::chrono::seconds timeout_;
|
||||
|
||||
public:
|
||||
URProducer(URStream<HeaderT>& stream, URParser<HeaderT>& parser) : stream_(stream), parser_(parser), timeout_(1)
|
||||
URProducer(URStream<HeaderT>& stream, Parser<HeaderT>& parser) : stream_(stream), parser_(parser), timeout_(1)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user