monado/src/xrt/ipc/ipc_documentation.h
Jakob Bornecrantz 7c8a8a3f87 ipc: Add code to enable a service process
This enables out of process compositing.
2020-04-29 14:58:24 +01:00

40 lines
607 B
C

// Copyright 2020, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief IPC documentation.
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup ipc
*/
#pragma once
/*!
* @defgroup ipc Inter-Process Communication
* @ingroup xrt
*
* @brief Inter-Process Communication layer for Monado.
*/
/*!
* @defgroup ipc_client Client IPC
* @ingroup ipc
*
* @brief Client side IPC code.
*/
/*!
* @defgroup ipc_server Server IPC
* @ingroup ipc
*
* @brief Server side IPC code.
*/
/*!
* @dir xrt/ipc
* @ingroup xrt
*
* @brief Inter-Process Communication layer
*/