summaryrefslogtreecommitdiff
path: root/test/ipc/unixsocket.cpp
AgeCommit message (Expand)Author
2019-08-19test: Get event dispatcher from current threadLaurent Pinchart
2019-08-19test: unixsocket: Fix typo in error messageLaurent Pinchart
2019-07-02test: ipc: unix: Add test for IPCUnixSocketNiklas Söderlund
id='n33' href='#n33'>33 34 35 36 37 38 39
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * property_ids.h - Property ID list
 *
 * This file is auto-generated. Do not edit.
 */

#ifndef __LIBCAMERA_PROPERTY_IDS_H__
#define __LIBCAMERA_PROPERTY_IDS_H__

#include <stdint.h>

#include <libcamera/controls.h>

namespace libcamera {

namespace properties {

enum {
${ids}
};

${controls}

namespace draft {

${draft_controls}

} /* namespace draft */

extern const ControlIdMap properties;

} /* namespace properties */

} /* namespace libcamera */

#endif /* __LIBCAMERA_PROPERTY_IDS_H__ */