protocol-opcua/opcua-device-protocol-mapping.component.ts
OnInit
OnChanges
selector | opcua-device-protocol-mapping |
templateUrl | ./opcua-device-protocol-mapping.html |
viewProviders |
|
Properties |
Methods |
Inputs |
Outputs |
constructor(addressSpaceService: AddressSpaceService)
|
||||||
Parameters :
|
getParentAttr |
Type : any
|
index |
Type : any
|
referencedRootNodeId |
Type : any
|
referencedServerId |
Type : any
|
resource |
Type : any
|
onAction |
Type : EventEmitter<any>
|
cancel |
cancel()
|
Returns :
void
|
canSave | |||
canSave(undefined)
|
|||
Parameters :
Returns :
boolean
|
initialFormSetup |
initialFormSetup()
|
Returns :
void
|
isActive |
isActive()
|
Returns :
any
|
mapHeadersObjectToList | ||||
mapHeadersObjectToList(headers)
|
||||
Parameters :
Returns :
any
|
ngAfterViewInit |
ngAfterViewInit()
|
Returns :
void
|
ngOnChanges | ||||||
ngOnChanges(changes: SimpleChanges)
|
||||||
Parameters :
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
onDelete |
onDelete()
|
Returns :
void
|
onMappingUpdate | |||||
onMappingUpdate(undefined: literal type)
|
|||||
Parameters :
Returns :
void
|
save |
save()
|
Returns :
void
|
setTreeFromRefNode |
setTreeFromRefNode()
|
Returns :
void
|
showAddressSpaceTree |
showAddressSpaceTree()
|
Returns :
boolean
|
stringfyBrowsePath | ||||
stringfyBrowsePath(path)
|
||||
Parameters :
Returns :
any
|
toggleDetail |
toggleDetail()
|
Returns :
void
|
updateBrowsePath | ||||
updateBrowsePath(node)
|
||||
Parameters :
Returns :
void
|
updateBrowsePathInput |
updateBrowsePathInput()
|
Returns :
void
|
updateDisplayname |
updateDisplayname()
|
Returns :
void
|
updateSubscriptionType | ||||
updateSubscriptionType(value)
|
||||
Parameters :
Returns :
void
|
browsePath |
Type : string
|
browsePathModel |
Type : any
|
Decorators :
@ViewChild('browsePathModel', {static: false})
|
dataReporting |
Type : string
|
Default value : 'default'
|
dataReportingName |
getMappings |
Default value : () => {...}
|
groupName |
Type : string
|
isBrowsePathUniq |
Default value : true
|
isDetailOpen |
isNew |
Default value : false
|
isPathFocused |
Default value : false
|
isTreeOpen |
Default value : false
|
mapping |
mappingTypes |
Type : []
|
Default value : [
OpcuaMeasurementObjectMapping,
OpcuaAlarmObjectMapping,
OpcuaEventObjectMapping,
OpcuaCustomActionObjectMapping
]
|
nodeDisplayName |
Type : string
|
referencedNode |
resetModel |
Default value : false
|
subFormRef |
Type : NgModelGroup
|
Decorators :
@ViewChild('variableForm', {static: false})
|