libdisplaydevice master
C++ library to modify display devices.
json.h
Go to the documentation of this file.
1
5#pragma once
6
7// local includes
9#include "types.h"
10
11namespace display_device {
12 DD_JSON_DECLARE_CONVERTER(MacActiveTopology)
13 DD_JSON_DECLARE_CONVERTER(MacDeviceDisplayModeMap)
14 DD_JSON_DECLARE_CONVERTER(MacHdrStateMap)
15 DD_JSON_DECLARE_CONVERTER(MacSingleDisplayConfigState)
16} // namespace display_device
Declarations for JSON conversion functions.
#define DD_JSON_DECLARE_CONVERTER(Type)
Helper MACRO to declare the toJson and fromJson converters for a type.
Definition json.h:20
Declarations for macOS specific display device types.