mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Removed "using namespace" from header
This commit is contained in:
@@ -33,9 +33,6 @@ namespace ur_driver
|
|||||||
{
|
{
|
||||||
namespace comm
|
namespace comm
|
||||||
{
|
{
|
||||||
// TODO: Remove these!!!
|
|
||||||
using namespace moodycamel;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Parent class for for arbitrary consumers.
|
* \brief Parent class for for arbitrary consumers.
|
||||||
*
|
*
|
||||||
@@ -328,7 +325,7 @@ private:
|
|||||||
IConsumer<_package_type>* consumer_;
|
IConsumer<_package_type>* consumer_;
|
||||||
std::string name_;
|
std::string name_;
|
||||||
INotifier& notifier_;
|
INotifier& notifier_;
|
||||||
BlockingReaderWriterQueue<std::unique_ptr<_package_type>> queue_;
|
moodycamel::BlockingReaderWriterQueue<std::unique_ptr<_package_type>> queue_;
|
||||||
std::atomic<bool> running_;
|
std::atomic<bool> running_;
|
||||||
std::thread pThread_, cThread_;
|
std::thread pThread_, cThread_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user