#include <yarp/os/Carriers.h>#include <yarp/os/Contact.h>#include <yarp/os/Contactable.h>#include <yarp/os/ModifyingCarrier.h>#include <yarp/os/PortReader.h>#include <yarp/os/PortReaderCreator.h>#include <yarp/os/PortReport.h>#include <yarp/os/PortWriter.h>#include <yarp/os/Property.h>#include <yarp/os/Type.h>#include <yarp/os/Vocab.h>#include <yarp/os/impl/BufferedConnectionWriter.h>#include <yarp/os/impl/PortCorePackets.h>#include <yarp/os/impl/ThreadImpl.h>#include <yarp/os/Mutex.h>#include <atomic>#include <condition_variable>#include <mutex>#include <vector>
Include dependency graph for PortCore.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | yarp::os::impl::PortDataModifier |
| This is the heart of a yarp port. More... | |
| class | yarp::os::impl::PortCore |
Namespaces | |
| yarp | |
| The main, catch-all namespace for YARP. | |
| yarp::os | |
| An interface to the operating system, including Port based communication. | |
| yarp::os::impl | |
| The components from which ports and connections are built. | |
Macros | |
| #define | YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE |
| #define | PORTCORE_SEND_NORMAL (1) |
| #define | PORTCORE_SEND_LOG (2) |
| #define | PORTCORE_IS_NULL (0) |
| #define | PORTCORE_IS_RPC (1) |
| #define | PORTCORE_IS_INPUT (2) |
| #define | PORTCORE_IS_OUTPUT (4) |
| #define PORTCORE_IS_INPUT (2) |
Definition at line 51 of file PortCore.h.
| #define PORTCORE_IS_NULL (0) |
Definition at line 49 of file PortCore.h.
| #define PORTCORE_IS_OUTPUT (4) |
Definition at line 52 of file PortCore.h.
| #define PORTCORE_IS_RPC (1) |
Definition at line 50 of file PortCore.h.
| #define PORTCORE_SEND_LOG (2) |
Definition at line 46 of file PortCore.h.
| #define PORTCORE_SEND_NORMAL (1) |
Definition at line 45 of file PortCore.h.
| #define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE |
Definition at line 29 of file PortCore.h.