Atlas-Cronos  7.2.0
Public Member Functions | Properties | List of all members
Flir.Atlas.Live.Device.GenICamParameter Class Referenceabstract

Base class for GenICam parameters More...

Inheritance diagram for Flir.Atlas.Live.Device.GenICamParameter:
Flir.Atlas.Live.Device.GenICamBoolean Flir.Atlas.Live.Device.GenICamCommand Flir.Atlas.Live.Device.GenICamEnum Flir.Atlas.Live.Device.GenICamFloat Flir.Atlas.Live.Device.GenICamInteger Flir.Atlas.Live.Device.GenICamString

Public Member Functions

abstract void Refresh ()
 Refresh data value. More...
 

Properties

ThermalGigabitCamera Camera [get, set]
 connected gigabit camera. More...
 
string DisplayName [get, set]
 Get the parameter display name. More...
 
string Name [get, set]
 Name of GenICam register. More...
 
string Category [get, set]
 Category i.e. Device control, Image settings, etc. More...
 
string Description [get, set]
 Description of the command. More...
 
bool IsPersistent [get, set]
 check if the value is saved in the camera. More...
 
GenICamType Type [get, protected set]
 Data type. More...
 

Detailed Description

Base class for GenICam parameters

Member Function Documentation

◆ Refresh()

abstract void Flir.Atlas.Live.Device.GenICamParameter.Refresh ( )
pure virtual

Property Documentation

◆ Camera

ThermalGigabitCamera Flir.Atlas.Live.Device.GenICamParameter.Camera
getsetprotected

connected gigabit camera.

◆ Category

string Flir.Atlas.Live.Device.GenICamParameter.Category
getset

Category i.e. Device control, Image settings, etc.

◆ Description

string Flir.Atlas.Live.Device.GenICamParameter.Description
getset

Description of the command.

◆ DisplayName

string Flir.Atlas.Live.Device.GenICamParameter.DisplayName
getset

Get the parameter display name.

◆ IsPersistent

bool Flir.Atlas.Live.Device.GenICamParameter.IsPersistent
getset

check if the value is saved in the camera.

◆ Name

string Flir.Atlas.Live.Device.GenICamParameter.Name
getset

Name of GenICam register.

◆ Type

GenICamType Flir.Atlas.Live.Device.GenICamParameter.Type
getprotected set

Data type.