Skip to content

SHMModbus/dump_shm

Repository files navigation

Dump SHM

This application dumps the content of a shared memory object to stdout.

Dependencies

On Arch linux they are available via the official repositories and the AUR:

Build

cmake -B build . -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
cmake --build build 

Use

dump_shm <shm_name>