YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
7
8int main(int argc, char *argv[]) {
9 int ret=yarpserver_main(argc, argv);
10 return (ret!=0?1:0);
11}
bool ret
int main(int argc, char *argv[])
Definition main.cpp:393
int yarpserver_main(int argc, char *argv[])