yarp-devices
TechnosoftIposEmcy.hpp
1 // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
2 
3 #ifndef __TECHNOSOFT_IPOS_EMCY_HPP__
4 #define __TECHNOSOFT_IPOS_EMCY_HPP__
5 
6 #include "EmcyConsumer.hpp"
7 
8 namespace roboticslab
9 {
10 
16 {
17 public:
18  std::string codeToMessage(std::uint16_t code) override;
19 };
20 
21 } // namespace roboticslab
22 
23 #endif // __TECHNOSOFT_IPOS_EMCY_HPP__
Generic EMCY message parser.
Definition: EmcyConsumer.hpp:19
Custom EMCY messages.
Definition: TechnosoftIposEmcy.hpp:16
std::string codeToMessage(std::uint16_t code) override
Obtain string representation of an EMCY code.
Definition: TechnosoftIposEmcy.cpp:9
The main, catch-all namespace for Robotics Lab UC3M.
Definition: groups.dox:6