YARP
Yet Another Robot Platform
WireState.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 <
yarp/os/idl/WireState.h
>
7
8
#include <
yarp/os/idl/Unwrapped.h
>
9
10
using namespace
yarp::os::idl
;
11
12
WireState::WireState() :
13
len(-1),
14
code(-1),
15
need_ok(false),
16
parent(nullptr)
17
{
18
}
19
20
bool
WireState::isValid
()
const
21
{
22
return
len
>= 0;
23
}
Unwrapped.h
WireState.h
yarp::os::idl::WireState::len
int len
Definition:
WireState.h:19
yarp::os::idl::WireState::isValid
bool isValid() const
Definition:
WireState.cpp:20
yarp::os::idl
Definition:
BareStyle.h:13
YARP
3.7.2+72-20221008.2+gitbb7fa68a9
src
libYARP_os
src
yarp
os
idl
WireState.cpp
Generated on Thu Oct 27 2022 02:58:50 for YARP by
1.9.4