YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
Connection.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
9
10Connection::~Connection() = default;
11
12bool Connection::isValid() const
13{
14 return true;
15}
16
18{
19 return false;
20}
A controller for an individual connection.
Definition Connection.h:26
virtual bool isBareMode() const
Check if carrier excludes type information from payload.