Skip to content

Struct Spinnaker::GUI_WPF::DeviceInformationStruct

ClassList > GUI_WPF > DeviceInformationStruct

More...

  • #include <SpinnakerGUI_WPF.h>

Public Attributes

Type Name
bool isCamera
bool isSystem
Spinnaker::CameraPtr * pCamera
Spinnaker::InterfacePtr * pInterface
Spinnaker::SystemPtr * pSystem

Detailed Description

Return type for ShowModal() method in CameraSelectionWindow

Public Attributes Documentation

variable isCamera

bool Spinnaker::GUI_WPF::DeviceInformationStruct::isCamera;

Whether the clicked device is camera.


variable isSystem

bool Spinnaker::GUI_WPF::DeviceInformationStruct::isSystem;

Whether the clicked object is system.


variable pCamera

Spinnaker::CameraPtr* Spinnaker::GUI_WPF::DeviceInformationStruct::pCamera;

pointer to clicked camera object.


variable pInterface

Spinnaker::InterfacePtr* Spinnaker::GUI_WPF::DeviceInformationStruct::pInterface;

pointer to clicked interface object.


variable pSystem

Spinnaker::SystemPtr* Spinnaker::GUI_WPF::DeviceInformationStruct::pSystem;

pointer to clicked system object.



The documentation for this class was generated from the following file /workspace/include/GUI/SpinnakerGUI_WPF.h