QDMI
v1.1.0
Quantum Device Management Interface
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
/*------------------------------------------------------------------------------
2
Copyright 2024 Munich Quantum Software Stack Project
3
4
Licensed under the Apache License, Version 2.0 with LLVM Exceptions (the
5
"License"); you may not use this file except in compliance with the License.
6
You may obtain a copy of the License at
7
8
https://github.com/Munich-Quantum-Software-Stack/QDMI/blob/develop/LICENSE
9
10
Unless required by applicable law or agreed to in writing, software
11
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
License for the specific language governing permissions and limitations under
14
the License.
15
16
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
17
------------------------------------------------------------------------------*/
18
24
#pragma once
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
// The following clang-tidy warning cannot be addressed because this header is
31
// used from both C and C++ code.
32
// NOLINTBEGIN(modernize-use-using)
33
53
typedef
struct
QDMI_Site_impl_d *
QDMI_Site
;
54
72
typedef
struct
QDMI_Operation_impl_d *
QDMI_Operation
;
73
74
// NOLINTEND(modernize-use-using)
75
76
#ifdef __cplusplus
77
}
// extern "C"
78
#endif
QDMI_Site
struct QDMI_Site_impl_d * QDMI_Site
A handle for a site.
Definition
types.h:53
QDMI_Operation
struct QDMI_Operation_impl_d * QDMI_Operation
A handle for an operation.
Definition
types.h:72
types.h
Generated by
1.12.0