Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

  • IVariableHistorian

Implemented by

Index

Methods

extractDataValues

  • extractDataValues(historyReadRawModifiedDetails: ReadRawModifiedDetails, maxNumberToExtract: number, isReversed: boolean, reverseDataValue: boolean, callback: (err: Error, dataValue?: DataValue[]) => void): void
  • Extract a series of dataValue from the History database for this value

    Parameters

    • historyReadRawModifiedDetails: ReadRawModifiedDetails
    • maxNumberToExtract: number
    • isReversed: boolean
    • reverseDataValue: boolean
    • callback: (err: Error, dataValue?: DataValue[]) => void
        • (err: Error, dataValue?: DataValue[]): void
        • Parameters

          Returns void

    Returns void

push

  • push(newDataValue: DataValue): Promise<void>
  • push a new value into the history for this variable the method should take a very small amount of time and not directly write to the underlying database

    Parameters

    Returns Promise<void>

Generated using TypeDoc