RobotDefinition.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of ArmarX.
3
*
4
* ArmarX is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation.
7
*
8
* ArmarX is distributed in the hope that it will be useful, but
9
* WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
* @package RobotAPI::ArmarXObjects::RobotNameService
17
* @author [Author Name] ( [Author Email] )
18
* @date 2018
19
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20
* GNU General Public License
21
*/
22
23
#include "
RobotDefinition.h
"
24
25
namespace
armarx
26
{
27
void
28
RobotDefinition::onInitComponent
()
29
{
30
}
31
32
void
33
RobotDefinition::onConnectComponent
()
34
{
35
}
36
37
void
38
RobotDefinition::onDisconnectComponent
()
39
{
40
}
41
42
void
43
RobotDefinition::onExitComponent
()
44
{
45
}
46
47
armarx::PropertyDefinitionsPtr
48
RobotDefinition::createPropertyDefinitions
()
49
{
50
armarx::PropertyDefinitionsPtr
defs =
51
new
ComponentPropertyDefinitions
(
getConfigIdentifier
());
52
53
return
defs;
54
}
55
}
// namespace armarx
armarx::RobotDefinition::onConnectComponent
void onConnectComponent() override
Definition:
RobotDefinition.cpp:33
armarx::RobotDefinition::onInitComponent
void onInitComponent() override
Definition:
RobotDefinition.cpp:28
RobotDefinition.h
armarx::Component::getConfigIdentifier
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Definition:
Component.cpp:74
armarx::RobotDefinition::onExitComponent
void onExitComponent() override
Definition:
RobotDefinition.cpp:43
armarx::ComponentPropertyDefinitions
Default component property definition container.
Definition:
Component.h:70
IceUtil::Handle< class PropertyDefinitionContainer >
armarx::RobotDefinition::onDisconnectComponent
void onDisconnectComponent() override
Definition:
RobotDefinition.cpp:38
armarx::RobotDefinition::createPropertyDefinitions
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Definition:
RobotDefinition.cpp:48
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
RobotAPI
components
RobotDefinition
RobotDefinition.cpp
Generated on Sat Oct 12 2024 09:14:06 for armarx_documentation by
1.8.17