Click or drag to resize
Grid Solutions Framework

Concentrator Methods

The Concentrator type exposes the following members.

Methods
  Name Description
Protected method AssignMeasurementToFrame Assign IMeasurement to its IFrame.
(Inherited from PhasorDataConcentratorBase)
Protected method CacheConfigurationFrame Serialize configuration frame to cache folder for later use (if needed).
(Inherited from PhasorDataConcentratorBase)
Public method Static member CreateDataFrame Creates a new BPA PDCstream specific DataFrame for the given timestamp.
Protected method CreateNewConfigurationFrame Creates a new BPA PDCstream specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
(Overrides PhasorDataConcentratorBaseCreateNewConfigurationFrame(ConfigurationFrame))
Protected method CreateNewFrame Creates a new BPA PDCstream specific DataFrame for the given timestamp.
(Overrides ConcentratorBaseCreateNewFrame(Ticks))
Protected method DeviceCommandHandler Handles incoming commands from devices connected over the command channel.
(Inherited from PhasorDataConcentratorBase)
Public method Dispose Releases all the resources used by the ConcentratorBase object.
(Inherited from ConcentratorBase)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the PhasorDataConcentratorBase object and optionally releases the managed resources.
(Inherited from PhasorDataConcentratorBase)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method ExamineQueueState Examines the concentrator frame queue state of the ActionAdapterBase.
(Inherited from ActionAdapterBase)
Protected method Finalize Releases the unmanaged resources before the ConcentratorBase object is reclaimed by GC.
(Inherited from ConcentratorBase)
Protected method GetConnectionID Gets connection ID (i.e., IP:Port) for specified clientID.
(Inherited from PhasorDataConcentratorBase)
Public method GetHashCode Returns the hash code for this instance.
(Inherited from PhasorDataConcentratorBase)
Public method GetShortStatus Gets a short one-line status of this ActionAdapterBase.
(Inherited from ActionAdapterBase)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Initialize Initializes Concentrator.
(Overrides PhasorDataConcentratorBaseInitialize)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method MillisecondsFromRealTime Returns the deviation, in milliseconds, that the given number of ticks is from real-time (i.e., RealTime).
(Inherited from ConcentratorBase)
Protected method OnConfigurationChanged Raises ConfigurationChanged event.
(Inherited from ActionAdapterBase)
Protected method OnDiscardingMeasurements Raises the DiscardingMeasurements event.
(Inherited from ConcentratorBase)
Protected method OnInputMeasurementKeysUpdated Raises InputMeasurementKeysUpdated event.
(Inherited from ActionAdapterBase)
Protected method OnNewMeasurements Raises the NewMeasurements event.
(Inherited from ActionAdapterBase)
Protected method OnOutputMeasurementsUpdated Raises OutputMeasurementsUpdated event.
(Inherited from ActionAdapterBase)
Protected method OnProcessException(Exception) Obsolete.
Raises the ProcessException event.
(Inherited from ConcentratorBase)
Protected method OnProcessException(MessageLevel, Exception, String, MessageFlags) Raises the ProcessException event.
(Inherited from ConcentratorBase)
Protected method OnStatusMessage(String) Obsolete.
Raises the StatusMessage event.
(Inherited from ActionAdapterBase)
Protected method OnStatusMessage(String, Object) Obsolete.
Raises the StatusMessage event with a formatted status message.
(Inherited from ActionAdapterBase)
Protected method OnStatusMessage(MessageLevel, String, String, MessageFlags) Raises the StatusMessage event and sends this data to the Logger.
(Inherited from ActionAdapterBase)
Protected method OnUnpublishedSamples Raises the UnpublishedSamples event.
(Inherited from ConcentratorBase)
Protected method PublishConfigFrame Execute the publish operation for a configuration frame.
(Inherited from PhasorDataConcentratorBase)
Protected method PublishFrame Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined LagTime.
(Inherited from PhasorDataConcentratorBase)
Public method QueueMeasurementsForProcessing Queues a collection of measurements for processing.
(Inherited from PhasorDataConcentratorBase)
Public method ResetLatencyCounters Resets counters related to latency calculations.
(Inherited from PhasorDataConcentratorBase)
Public method ResetLifetimeCounters Resets the counters for the lifetime statistics without interrupting the adapter's operations.
(Inherited from PhasorDataConcentratorBase)
Public method ResetStatistics Resets the statistics of the ActionAdapterBase.
(Inherited from ActionAdapterBase)
Public method SecondsFromRealTime Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime).
(Inherited from ConcentratorBase)
Public method SetInitializedState Manually sets the initialized state of the ActionAdapterBase.
(Inherited from ActionAdapterBase)
Public method SetTemporalConstraint Defines a temporal processing constraint for the adapter.
(Inherited from ActionAdapterBase)
Public method SortMeasurement Sorts the IMeasurement placing the data point in its proper IFrame.
(Inherited from ConcentratorBase)
Public method SortMeasurements Sorts each IMeasurement placing each data point in its proper IFrame.
(Inherited from ConcentratorBase)
Public method Start Starts the PhasorDataConcentratorBase, if it is not already running.
(Inherited from PhasorDataConcentratorBase)
Public method StartDataChannel Starts the PhasorDataConcentratorBase real-time data stream.
(Inherited from PhasorDataConcentratorBase)
Public method Stop Stops the PhasorDataConcentratorBase.
(Inherited from PhasorDataConcentratorBase)
Public method StopDataChannel Stops the PhasorDataConcentratorBase real-time data stream.
(Inherited from PhasorDataConcentratorBase)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Protected method TryGetMinimumNeededMeasurements Attempts to retrieve the minimum needed number of measurements from the frame (as specified by MinimumMeasurementsToUse)
(Inherited from ActionAdapterBase)
Public method UpdateConfiguration Reloads the configuration for this PhasorDataConcentratorBase.
(Inherited from PhasorDataConcentratorBase)
Top
See Also