QDMI Devices v0.1
Quantum Device Management Interface Devices
Loading...
Searching...
No Matches
session.h File Reference

Description

The header file for QDMI_Device_Session

Go to the source code of this file.

Classes

struct  DCDB_QDMI_Device_Session_impl_d
 The implementation of the encapsulated type QDMI_Device_Session on the device-side. More...
 

Enumerations

enum class  DCDB_QDMI_DEVICE_SESSION_STATUS : uint8_t { ALLOCATED , INITIALIZED }
 Enum of the session status that can be set internally. More...
 

Enumeration Type Documentation

◆ DCDB_QDMI_DEVICE_SESSION_STATUS

enum class DCDB_QDMI_DEVICE_SESSION_STATUS : uint8_t
strong

Enum of the session status that can be set internally.

See also
DCDB_QDMI_device_session_alloc
DCDB_QDMI_Device_Session_impl_d::connect
Enumerator
ALLOCATED 

The session is allocated but not yet initialized.

INITIALIZED 

The session is successfully initialized.