YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarpmanager.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#include "ymanager.h"
7#include <yarp/os/Time.h>
8
9int main(int argc, char* argv[])
10{
12
13 YConsoleManager ymanager(argc, argv);
14
15 return 0;
16}
Class YConsoleManager.
Definition ymanager.h:28
Utilities for manipulating the YARP network, including initialization and shutdown.
Definition Network.h:706
@ YARP_CLOCK_SYSTEM
Definition Time.h:28
The main, catch-all namespace for YARP.
Definition dirs.h:16
int main(int argc, char *argv[])