Changeset 141:d0144e695baf in finroc_plugins_runtime_construction
- Timestamp:
- 25.05.2020 22:45:32 (8 months ago)
- Branch:
- 17.03
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tAdministrationService.cpp
r113 r141 246 246 parameters.release(); 247 247 FINROC_LOG_PRINT(USER, "Creating Module succeeded"); 248 return "Created Element Handle: " + std::to_string(created->GetHandle()); 248 249 } 249 250 } -
tAdministrationService.h
r94 r141 131 131 * \param parent_handle Handle of parent element 132 132 * \param serialized_creation_parameters Serialized constructor parameters in case the module requires such - otherwise empty 133 * \return Empty stringif it worked - otherwise error message133 * \return "Created Element Handle: <handle>" if it worked - otherwise error message 134 134 */ 135 135 std::string CreateModule(uint32_t create_action_index, const std::string& module_name, int parent_handle, const rrlib::serialization::tMemoryBuffer& serialized_creation_parameters);
Note: See TracChangeset
for help on using the changeset viewer.