Represents an output adapter that publishes measurements to TVA Historian for archival.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class RemoteOutputAdapter : OutputAdapterBase
Public Class RemoteOutputAdapter _ Inherits OutputAdapterBase
public ref class RemoteOutputAdapter : public OutputAdapterBase
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
RemoteOutputAdapter()()()() |
Initializes a new instance of the RemoteOutputAdapter class.
| |
AssignParentCollection(IAdapterCollection) | (Inherited from AdapterBase.) | |
AttemptConnection()()()() |
Attempts to connect to this RemoteOutputAdapter.
(Overrides OutputAdapterBase.AttemptConnection()()()().) | |
AttemptDisconnection()()()() |
Attempts to disconnect from this RemoteOutputAdapter.
(Overrides OutputAdapterBase.AttemptDisconnection()()()().) | |
AutoStart()()()() | (Inherited from AdapterBase.) | |
ConnectionAttemptInterval()()()() | (Inherited from OutputAdapterBase.) | |
ConnectionString()()()() | (Inherited from AdapterBase.) | |
ConserveBandwidth |
Gets or sets a boolean value that determines the packet
type to be used when sending data to the server.
| |
DataSource()()()() | (Inherited from AdapterBase.) | |
Dispose(Boolean) |
Releases the unmanaged resources used by this RemoteOutputAdapter and optionally releases the managed resources.
(Overrides OutputAdapterBase.Dispose(Boolean).) | |
Dispose()()()() | (Inherited from AdapterBase.) | |
Disposed()()()() | (Inherited from AdapterBase.) | |
Enabled()()()() | (Inherited from AdapterBase.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from AdapterBase.) | |
Flush()()()() | (Inherited from OutputAdapterBase.) | |
GetHashCode()()()() | (Inherited from AdapterBase.) | |
GetShortStatus(Int32) |
Gets a short one-line status of this RemoteOutputAdapter.
(Overrides AdapterBase.GetShortStatus(Int32).) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
ID()()()() | (Inherited from AdapterBase.) | |
IncrementProcessedMeasurements(Int64) | (Inherited from AdapterBase.) | |
InitializationTimeout()()()() | (Inherited from AdapterBase.) | |
Initialize()()()() |
Initializes this RemoteOutputAdapter.
(Overrides OutputAdapterBase.Initialize()()()().) | |
Initialized()()()() | (Inherited from AdapterBase.) | |
InputMeasurementKeys()()()() | (Inherited from AdapterBase.) | |
InputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
InputSourceIDs()()()() | (Inherited from OutputAdapterBase.) | |
InternalProcessQueue()()()() | (Inherited from OutputAdapterBase.) | |
IsInputMeasurement(MeasurementKey) | (Inherited from AdapterBase.) | |
MeasurementReportingInterval()()()() | (Inherited from AdapterBase.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Name()()()() | (Inherited from AdapterBase.) | |
OnConnected()()()() | (Inherited from OutputAdapterBase.) | |
OnDisconnected()()()() | (Inherited from OutputAdapterBase.) | |
OnInputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
OnOutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
OnProcessException(Exception) | (Inherited from OutputAdapterBase.) | |
OnStatusMessage(String) | (Inherited from AdapterBase.) | |
OnStatusMessage(String, array<Object>[]()[][]) | (Inherited from AdapterBase.) | |
OnUnprocessedMeasurements(Int32) | (Inherited from OutputAdapterBase.) | |
OutputIsForArchive |
Returns a flag that determines if measurements sent to this RemoteOutputAdapter are destined for archival.
(Overrides OutputAdapterBase.OutputIsForArchive()()()().) | |
OutputMeasurements()()()() | (Inherited from AdapterBase.) | |
OutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
Parent()()()() | (Inherited from AdapterBase.) | |
PayloadAware |
Gets or sets a boolean value indicating whether the payload
boundaries are to be preserved during transmission.
| |
Port |
Gets or sets the port on which the remote historian is listening.
| |
ProcessedMeasurements()()()() | (Inherited from AdapterBase.) | |
ProcessException()()()() | (Inherited from AdapterBase.) | |
ProcessingInterval()()()() | (Inherited from OutputAdapterBase.) | |
ProcessMeasurementFilter()()()() | (Inherited from AdapterBase.) | |
ProcessMeasurements(array<IMeasurement>[]()[][]) |
Publishes measurements for archival.
(Overrides OutputAdapterBase.ProcessMeasurements(array<IMeasurement>[]()[][]).) | |
QueueMeasurementForProcessing(IMeasurement) | (Inherited from OutputAdapterBase.) | |
QueueMeasurementsForProcessing(IEnumerable<(Of <<'(IMeasurement>)>>)) | (Inherited from OutputAdapterBase.) | |
RefreshMetadata()()()() | (Inherited from OutputAdapterBase.) | |
RemoveMeasurements(Int32) | (Inherited from OutputAdapterBase.) | |
RequestedInputMeasurementKeys()()()() | (Inherited from OutputAdapterBase.) | |
RequeueOnException()()()() | (Inherited from OutputAdapterBase.) | |
RunTime()()()() | (Inherited from AdapterBase.) | |
SamplesPerTransmission |
Gets or sets an integer that indicates the maximum number
of points to be published to the historian at once.
| |
Server |
Gets or sets the host name for the server hosting the remote historian.
| |
SetInitializedState(Boolean) | (Inherited from AdapterBase.) | |
SetTemporalConstraint(String, String, String) | (Inherited from AdapterBase.) | |
Settings()()()() | (Inherited from AdapterBase.) | |
Start()()()() | (Inherited from OutputAdapterBase.) | |
StartTime()()()() | (Inherited from AdapterBase.) | |
StartTimeConstraint()()()() | (Inherited from AdapterBase.) | |
Status |
Returns the detailed status of the data output source.
(Overrides OutputAdapterBase.Status()()()().) | |
StatusMessage()()()() | (Inherited from AdapterBase.) | |
Stop()()()() | (Inherited from OutputAdapterBase.) | |
StopTime()()()() | (Inherited from AdapterBase.) | |
StopTimeConstraint()()()() | (Inherited from AdapterBase.) | |
SupportsTemporalProcessing()()()() | (Inherited from OutputAdapterBase.) | |
ThrottleTransmission |
Gets or sets a boolean value that determines whether to wait for
acknowledgement from the historian that the last set of points have
been received before attempting to send the next set of points.
| |
ToString()()()() | (Inherited from Object.) | |
UnprocessedMeasurements()()()() | (Inherited from OutputAdapterBase.) | |
UseAsyncConnect |
Gets flag that determines if this RemoteOutputAdapter uses an asynchronous connection.
(Overrides OutputAdapterBase.UseAsyncConnect()()()().) | |
WaitForInitialize(Int32) | (Inherited from AdapterBase.) |
Inheritance Hierarchy
Object | |||
AdapterBase | |||
OutputAdapterBase | |||
RemoteOutputAdapter |