YARP
Yet Another Robot Platform
port_power/ex0002_connector.cpp
Part of a series of examples on the different ways of using ports. See
Port power tutorial
.
/*
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2010 RobotCub Consortium
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/
#include <stdio.h>
#include <
yarp/os/all.h
>
using namespace
yarp::os
;
int
main
() {
Network
yarp
;
Network::connect
(
"/out"
,
"/in"
);
// connect two ports.
// can do the same thing from command line with "yarp connect /out /in"
return
0;
}
all.h
main
int main(int argc, char *argv[])
Definition:
yarpros.cpp:261
yarp::os::NetworkBase::connect
static bool connect(const std::string &src, const std::string &dest, const std::string &carrier="", bool quiet=true)
Request that an output port connect to an input port.
Definition:
Network.cpp:685
yarp::os
An interface to the operating system, including Port based communication.
Definition:
AbstractCarrier.h:17
yarp::os::Network
Utilities for manipulating the YARP network, including initialization and shutdown.
Definition:
Network.h:786
yarp
The main, catch-all namespace for YARP.
Definition:
environment.h:18
YARP
3.4.100+20201223.2+gitb8ea4d712
Generated on Sun Jan 3 2021 02:46:21 for YARP by
1.8.20