6 #ifndef YARP_OS_NULLCONNECTIONREADER_H
7 #define YARP_OS_NULLCONNECTIONREADER_H
28 bool expectBlock(
char* data,
size_t len)
override;
29 std::string expectText(
const char terminatingChar =
'\n')
override;
30 std::int8_t expectInt8()
override;
31 std::int16_t expectInt16()
override;
32 std::int32_t expectInt32()
override;
33 std::int64_t expectInt64()
override;
36 bool pushInt(
int x)
override;
37 bool isTextMode()
const override;
38 bool convertTextMode()
override;
39 size_t getSize()
const override;
41 Bytes readEnvelope()
override;
42 Portable* getReference()
const override;
43 Contact getRemoteContact()
const override;
44 Contact getLocalContact()
const override;
46 bool isActive()
const override;
47 bool isError()
const override;
48 void requestDrop()
override;
49 const Searchable& getConnectionModifiers()
const override;
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).
bool isValid()
Check if time is valid (non-zero).
The main, catch-all namespace for YARP.