YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
deprecated.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
6
#include <iostream>
7
8
int
main
(
int
argc,
char
*argv[]) {
9
std::cerr << argv[0] <<
" is deprecated. Please use \"yarpserver\" instead."
<< std::endl;
10
return
1;
11
}
main
int main(int argc, char *argv[])
Definition
deprecated.cpp:8
YARP
4.0.0+20250814.3+git8c5a8e3c5
src
commands
yarpserver
src
deprecated.cpp
Generated on Mon Aug 25 2025 02:46:47 for YARP by
1.9.8