6 #ifndef __LHXMODEL_CONFIG_IDL__ 7 #define __LHXMODEL_CONFIG_IDL__ 9 #include <UserEvent.idl> 17 constant
int NO_ERROR = 0;
18 constant
int ERR_INVALID_PARAMS = 1;
27 valueobject ComSettingsChangedEvent extends
event.UserEvent {
33 valueobject PortNameChangedEvent extends
event.UserEvent {
43 ComSettings getComSettings();
53 int setComSettings(in ComSettings settings);
70 int setName(in
string name);
byte lhxAddr
LHX STBus address.
Definition: LhxConfig.idl:23
string newName
Name after change.
Definition: LhxConfig.idl:35
LHX port communication settings.
Definition: LhxConfig.idl:21
LHX Model.
Definition: Lhx.idl:14
ComSettings newSettings
Settings after change.
Definition: LhxConfig.idl:29
LHX Configuration Interface.
Definition: LhxConfig.idl:15
byte devAddr
EMX/PX STBus address.
Definition: LhxConfig.idl:22