nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_device_info.h>
Public Member Functions | |
virtual const char * | id () const =0 |
virtual const char * | vendor () const =0 |
virtual const char * | model () const =0 |
virtual const char * | firmware () const =0 |
virtual const char * | name () const =0 |
virtual const char * | url () const =0 |
virtual const char * | login () const =0 |
virtual const char * | password () const =0 |
virtual const char * | sharedId () const =0 |
virtual const char * | logicalId () const =0 |
virtual int | channelNumber () const =0 |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
template<class Interface > | |
Ptr< Interface > | queryInterface () |
template<class Interface > | |
Ptr< const Interface > | queryInterface () const |
virtual int | addRef () const =0 |
virtual int | releaseRef () const =0 |
int | refCountThreadUnsafe () const |
Static Public Member Functions | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
![]() | |
template<int len> | |
static constexpr const InterfaceId * | makeId (const char(&charArray)[len]) |
template<class TemplateInstance , class TemplateArg , int len> | |
static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
Provides various information about a Device. For multichannel devices, the Device represents a single channel.
|
pure virtual |
Implemented in nx::sdk::DeviceInfo.
|
pure virtual |
Implemented in nx::sdk::DeviceInfo.
|
pure virtual |
Implemented in nx::sdk::DeviceInfo.