EyeLogic SDK  1.1.9
ELCScreenConfig Struct Reference

Screen configuration. More...

#include "ELCApi.h"

Public Attributes

bool localMachine
 whether the screen is connected to the this machine
 
char id [32]
 identifier name of the screen (0-terminated string)
 
char name [32]
 descriptive name of the screen (0-terminated string)
 
int32_t resolutionX
 screen X resolution [px]
 
int32_t resolutionY
 screen Y resolution [px]
 
double physicalSizeX_mm
 horizontal physical dimension of the screen [mm]
 
double physicalSizeY_mm
 vertical physical dimension of the screen [mm]
 

Detailed Description

Screen configuration.