YARP
Yet Another Robot Platform
all.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #ifndef YARP_OS_ALL_H
11 #define YARP_OS_ALL_H
12 
13 // everything for the yarp::os namespace
15 #include <yarp/os/BinPortable.h>
16 #include <yarp/os/Bottle.h>
17 #include <yarp/os/BufferedPort.h>
18 #include <yarp/os/Clock.h>
21 #include <yarp/os/Contact.h>
22 #include <yarp/os/Contactable.h>
23 #include <yarp/os/DummyConnector.h>
24 #include <yarp/os/Event.h>
25 #include <yarp/os/Log.h>
26 #include <yarp/os/LogStream.h>
27 #include <yarp/os/MessageStack.h>
28 #include <yarp/os/NetFloat32.h>
29 #include <yarp/os/NetFloat64.h>
30 #include <yarp/os/NetInt16.h>
31 #include <yarp/os/NetInt32.h>
32 #include <yarp/os/NetInt64.h>
33 #include <yarp/os/NetInt8.h>
34 #include <yarp/os/NetUint16.h>
35 #include <yarp/os/NetUint32.h>
36 #include <yarp/os/NetUint64.h>
37 #include <yarp/os/NetUint8.h>
38 #include <yarp/os/Network.h>
39 #include <yarp/os/NetworkClock.h>
40 #include <yarp/os/Node.h>
41 #include <yarp/os/Os.h>
42 #include <yarp/os/PeriodicThread.h>
43 #include <yarp/os/Port.h>
44 #include <yarp/os/PortInfo.h>
45 #include <yarp/os/PortReader.h>
48 #include <yarp/os/PortWriter.h>
50 #include <yarp/os/Portable.h>
51 #include <yarp/os/PortablePair.h>
52 #include <yarp/os/Property.h>
53 #include <yarp/os/Publisher.h>
54 #include <yarp/os/RFModule.h>
55 #include <yarp/os/Random.h>
56 #include <yarp/os/RpcClient.h>
57 #include <yarp/os/RpcServer.h>
58 #include <yarp/os/Searchable.h>
59 #include <yarp/os/Semaphore.h>
60 #include <yarp/os/Stamp.h>
61 #include <yarp/os/Subscriber.h>
62 #include <yarp/os/SystemClock.h>
63 #include <yarp/os/Terminator.h>
64 #include <yarp/os/Things.h>
65 #include <yarp/os/Thread.h>
66 #include <yarp/os/Time.h>
68 #include <yarp/os/Value.h>
69 #include <yarp/os/Vocab.h>
70 #include <yarp/os/Wire.h>
71 #include <yarp/os/WireLink.h>
72 
73 #ifndef YARP_NO_DEPRECATED
74 #define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE
75  // since YARP 3.0.0
76 # include <yarp/os/ConstString.h>
77 # include <yarp/os/RateThread.h>
78  // since YARP 3.3
79 # include <yarp/os/LockGuard.h>
80 # include <yarp/os/Mutex.h>
81 # include <yarp/os/RecursiveMutex.h>
82 #undef YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE
83 #endif // YARP_NO_DEPRECATED
84 
85 
107 #endif // YARP_OS_ALL_H
Contains methods and classes for generating random numbers with various (simple) distributions.
classes to handle graceful process termination.