Changeset 350 in pacpusframework for trunk/include/Pacpus/PacpusTools/PosixShMem.h


Ignore:
Timestamp:
10/15/15 14:40:14 (9 years ago)
Author:
nguyenhu
Message:

add Zoe types and shared memory for linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/PosixShMem.h

    r162 r350  
    3434    virtual void *read();
    3535    /// @todo Documentation
     36    virtual void read(void * mem, int size);
     37    /// @todo Documentation
    3638    virtual void write(void *data, int size, unsigned long offset = 0);
    3739    /// @todo Documentation
Note: See TracChangeset for help on using the changeset viewer.