Skip to content

Group IInteger_h

Modules > IInteger_h

Public Attributes

Type Name
interface SPINNAKER_API_ABSTRACT IInteger
Interface for integer properties.

Public Functions

Type Name
virtual void ImposeMax (int64_t Value) = 0
virtual void ImposeMin (int64_t Value) = 0
virtual IInteger & operator= (int64_t Value) = 0

Public Attributes Documentation

variable IInteger

Interface for integer properties.

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::IInteger;


Public Functions Documentation

function ImposeMax

virtual void ImposeMax (
    int64_t Value
) = 0

Restrict maximum value


function ImposeMin

virtual void ImposeMin (
    int64_t Value
) = 0

Restrict minimum value


function operator=

virtual IInteger & operator= (
    int64_t Value
) = 0

Set node value