Skip to content

GEMServerConfiguration

← Back to Runtime | Home

Namespace: wevr.GEM.Runtime.GEMRestCommunicationProxy

Type: Class

Properties

apiCode

int apiCode { get; set; }

gemError

GEMError gemError { get; set; }

offboard_bounds

GEMBounds offboard_bounds { get; set; }

onboard_bounds

GEMBounds onboard_bounds { get; set; }

position_update_hertz

int position_update_hertz { get; set; }

violation_update_hertz

int violation_update_hertz { get; set; }

Methods

GEMServerConfiguration

 GEMServerConfiguration()

GEMServerConfiguration

 GEMServerConfiguration(int position_update_hertz, int violation_update_hertz, GEMBounds onboard_bounds, GEMBounds offboard_bounds)

GEMServerConfiguration

 GEMServerConfiguration(int apiCode, GEMError error)