YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
TypedReaderCallback-inl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef YARP_OS_TYPEDREADERCALLBACK_INL_H
8#define YARP_OS_TYPEDREADERCALLBACK_INL_H
9
10
11#ifndef DOXYGEN_SHOULD_SKIP_THIS
13#endif /*DOXYGEN_SHOULD_SKIP_THIS*/
14
15template <typename T>
19
20template <typename T>
26
27template <typename T>
33
34#ifdef _MSC_VER
36#endif
37
38#endif // YARP_OS_TYPEDREADERCALLBACK_INL_H
void typedReaderMissingCallback()
A mini-server for performing network communication in the background.
virtual void onRead(T &datum)
Callback method.
#define YARP_UNUSED(var)
Definition api.h:162
#define YARP_os_API
Definition api.h:18