|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_OS_NULLCONNECTIONREADER_H
10 #define YARP_OS_NULLCONNECTIONREADER_H
31 bool expectBlock(
char* data,
size_t len)
override;
32 std::string expectText(
const char terminatingChar =
'\n')
override;
33 std::int8_t expectInt8()
override;
34 std::int16_t expectInt16()
override;
35 std::int32_t expectInt32()
override;
36 std::int64_t expectInt64()
override;
39 bool pushInt(
int x)
override;
40 bool isTextMode()
const override;
41 bool convertTextMode()
override;
42 size_t getSize()
const override;
44 Bytes readEnvelope()
override;
45 Portable* getReference()
const override;
46 Contact getRemoteContact()
const override;
47 Contact getLocalContact()
const override;
49 bool isActive()
const override;
50 bool isError()
const override;
51 void requestDrop()
override;
52 const Searchable& getConnectionModifiers()
const override;
58 #endif // YARP_OS_NULLCONNECTIONREADER_H
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.
Dummy ConnectionReader that has no data.
bool isValid()
Check if time is valid (non-zero).
An interface for writing to a network connection.
A simple abstraction for a block of bytes.
An interface for reading from a network connection.
The main, catch-all namespace for YARP.
A single value (typically within a Bottle).