1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Added note about thrown exception

This commit is contained in:
Felix Mauch
2019-09-25 07:36:42 +02:00
parent e4920258a4
commit 2ba942bc5a

View File

@@ -141,6 +141,7 @@ public:
* *
* \param name The string identifier for the data field as used in the documentation. * \param name The string identifier for the data field as used in the documentation.
* \param val Target variable. Make sure, it's the correct type. * \param val Target variable. Make sure, it's the correct type.
* \exception boost::bad_get if the type under given \p name does not match the template type T.
* *
* \returns True on success, false if the field cannot be found inside the package. * \returns True on success, false if the field cannot be found inside the package.
*/ */
@@ -166,6 +167,7 @@ public:
* *
* \param name The string identifier for the data field as used in the documentation. * \param name The string identifier for the data field as used in the documentation.
* \param val Target variable. Make sure, it's the correct type. * \param val Target variable. Make sure, it's the correct type.
* \exception boost::bad_get if the type under given \p name does not match the template type T.
* *
* \returns True on success, false if the field cannot be found inside the package. * \returns True on success, false if the field cannot be found inside the package.
*/ */