icub-client
src
modules
tools
opcPopulator
src
main.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2014 WYSIWYD Consortium, European Commission FP7 Project ICT-612139
3
* Authors: Grégoire Pointeau
4
* email: greg.pointeau@gmail.com
5
* Permission is granted to copy, distribute, and/or modify this program
6
* under the terms of the GNU General Public License, version 2 or any
7
* later version published by the Free Software Foundation.
8
*
9
* A copy of the license can be found at
10
* icub-client/license/gpl.txt
11
*
12
* This program is distributed in the hope that it will be useful, but
13
* WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
15
* Public License for more details
16
*/
17
18
19
20
#include "
opcPopulator.h
"
21
22
using namespace
std
;
23
using namespace
yarp::os
;
24
25
int
main
(
int
argc,
char
*
argv
[])
26
{
27
yarp::os::Network
yarp
;
28
if
(!yarp.checkNetwork())
29
{
30
yError()<<
"YARP network seems unavailable!"
;
31
return
1;
32
}
33
opcPopulator
mod
;
34
ResourceFinder
rf
;
35
rf.setVerbose(
true
);
36
rf.setDefaultContext(
"opcPopulator"
);
37
rf.setDefaultConfigFile(
"opcPopulator.ini"
);
38
rf.configure(argc, argv);
39
return
mod.runModule(rf);
40
}
drive_control_gui.argv
argv
Definition:
drive_control_gui.py:6
std
STL namespace.
allostatic_plot.rf
rf
Definition:
allostatic_plot.py:237
yarp
opcPopulator
Definition:
opcPopulator.h:13
main
int main()
Definition:
main.cpp:32
allostatic_plot.mod
mod
Definition:
allostatic_plot.py:236
opcPopulator.h
os
Generated on Wed Feb 19 2020 23:45:25 for icub-client by
1.8.13