|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_SHMEM_SHMEMINPUTSTREAM_H
11 #define YARP_SHMEM_SHMEMINPUTSTREAM_H
21 #include <ace/config.h>
22 #include <ace/Mutex.h>
23 #include <ace/Process_Mutex.h>
24 #include <ace/SOCK_Stream.h>
25 #include <ace/SOCK_Acceptor.h>
26 #include <ace/SOCK_Connector.h>
27 #include <ace/Log_Msg.h>
28 #if defined(ACE_LACKS_SYSV_SHMEM)
29 #include <ace/Shared_Memory_MM.h>
31 #include <ace/Shared_Memory_SV.h>
52 int read(
char* data,
int len);
59 #if defined(_ACE_USE_SV_SEM)
#define SHMEM_DEFAULT_SIZE
A simple abstraction for a block of bytes.