YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
WireState.h
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
#ifndef YARP_OS_IDL_WIRESTATE_H
7
#define YARP_OS_IDL_WIRESTATE_H
8
9
#include <
yarp/os/api.h
>
10
11
namespace
yarp::os::idl
{
12
16
class
YARP_os_API
WireState
17
{
18
public
:
19
int
len
;
20
int
code
;
21
bool
need_ok
;
22
WireState
*
parent
;
23
24
WireState
();
25
26
bool
isValid()
const
;
27
};
28
29
}
// namespace yarp::os::idl
30
31
#endif
// YARP_OS_IDL_WIRESTATE_H
yarp::os::idl::WireState
IDL-friendly state.
Definition
WireState.h:17
yarp::os::idl::WireState::len
int len
Definition
WireState.h:19
yarp::os::idl::WireState::parent
WireState * parent
Definition
WireState.h:22
yarp::os::idl::WireState::need_ok
bool need_ok
Definition
WireState.h:21
yarp::os::idl::WireState::code
int code
Definition
WireState.h:20
yarp::os::idl
Definition
BareStyle.h:13
api.h
YARP_os_API
#define YARP_os_API
Definition
api.h:18
YARP
3.9.0+210-20240906.11+gita697bdf68
src
libYARP_os
src
yarp
os
idl
WireState.h
Generated on Sun Sep 8 2024 02:30:46 for YARP by
1.9.8