Description
The InfoRemoteSource component is used to represent an InfoSource from another station. The only difference with an InfoSource is that it's impossible to propagate from an InfoRemoteSource to an InfoSource:
-
this component has NO action.
-
all of it's slots are Frozen.
Implementation
The InfoRemote can only be implemented as a result of a Synchronization
Properties
-
Status: Status of InfoSource. Can be {ok}, {fault}, {disabled} or {null}.
-
FaultCause: Message that complements InfoSource state (generally used to explain the reason for an initialization failure)
-
Description: Descriptive information about the source. This field can re-used in a view on the source for example. It is of SFormat type. The SFormat is expressed relative to the InfoSource.
-
SourceDisplayName: Display name of the source (the parent). This field is of SFormat type. The SFormat is expressed relative to the InfoSource.
-
SourceStation: The name of the station from which the InfoRemoteSource comes from.
-
SyncOriginOrd: Ord leading to the original InfoSource.