YARP
Yet Another Robot Platform
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
{
12
namespace
os {
13
namespace
idl {
14
18
class
YARP_os_API
WireState
19
{
20
public
:
21
int
len
;
22
int
code
;
23
bool
need_ok
;
24
WireState
*
parent
;
25
26
WireState
();
27
28
bool
isValid
()
const
;
29
};
30
31
}
// namespace idl
32
}
// namespace os
33
}
// namespace yarp
34
35
#endif
// YARP_OS_IDL_WIRESTATE_H
yarp::os::idl::WireState
IDL-friendly state.
Definition:
WireState.h:19
yarp::os::idl::WireState::len
int len
Definition:
WireState.h:21
yarp::os::idl::WireState::parent
WireState * parent
Definition:
WireState.h:24
yarp::os::idl::WireState::need_ok
bool need_ok
Definition:
WireState.h:23
yarp::os::idl::WireState::code
int code
Definition:
WireState.h:22
yarp::os::Time::isValid
bool isValid()
Check if time is valid (non-zero).
Definition:
Time.cpp:314
yarp
The main, catch-all namespace for YARP.
Definition:
dirs.h:16
api.h
YARP_os_API
#define YARP_os_API
Definition:
api.h:18
YARP
3.5.1
src
libYARP_os
src
yarp
os
idl
WireState.h
Generated on Sat Dec 25 2021 02:23:03 for YARP by
1.9.1