CommonGetFormatFlagsFromPhasorCount Method

Gets set of ONLINE data format flags based on the specified number of phasors.

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
public static OnlineDataFormatFlags GetFormatFlagsFromPhasorCount(
	int count
)

Parameters

count  Int32
Total number phasors.

Return Value

OnlineDataFormatFlags
ONLINE data format flags based on the specified number of phasors.

Remarks

This function always includes TimestampEnabled as part of the format flags.

See Also