6#ifndef YARP_OS_NULLCONNECTIONREADER_H
7#define YARP_OS_NULLCONNECTIONREADER_H
27 bool expectBlock(
char* data,
size_t len)
override;
29 std::int8_t expectInt8()
override;
30 std::int16_t expectInt16()
override;
31 std::int32_t expectInt32()
override;
32 std::int64_t expectInt64()
override;
35 bool pushInt(
int x)
override;
36 bool isTextMode()
const override;
37 bool convertTextMode()
override;
38 size_t getSize()
const override;
40 Bytes readEnvelope()
override;
41 Portable* getReference()
const override;
42 Contact getRemoteContact()
const override;
43 Contact getLocalContact()
const override;
44 bool isValid()
const override;
45 bool isActive()
const override;
46 bool isError()
const override;
47 void requestDrop()
override;
48 const Searchable& getConnectionModifiers()
const override;
A mini-server for performing network communication in the background.
A simple abstraction for a block of bytes.
An interface for reading from a network connection.
An interface for writing to a network connection.
Dummy ConnectionReader that has no data.
This is a base class for objects that can be both read from and be written to the YARP network.
A base class for nested structures that can be searched.
A single value (typically within a Bottle).
An interface to the operating system, including Port based communication.