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:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user