The Request class is a mutable abstraction over types which are written to loaned shared memory. These requests are sent to the server via the iceoryx system.
More...
#include <iceoryx_posh/popo/request.hpp>
template<
typename T>
class iox::popo::Request< T >
The Request class is a mutable abstraction over types which are written to loaned shared memory. These requests are sent to the server via the iceoryx system.
◆ getRequestHeader() [1/2]
Retrieve the request-header of the underlying memory chunk loaned to the sample.
- Returns
- The request-header of the underlying memory chunk.
◆ getRequestHeader() [2/2]
Retrieve the request-header of the underlying memory chunk loaned to the sample.
- Returns
- The request-header of the underlying memory chunk.
◆ send()
Sends the request via the client from which it was loaned and automatically release ownership to it.
Only available for client (non-const type T)
The documentation for this class was generated from the following file: