iec104-python
v2.0.1

Contents:

  • Installation
  • Change log
  • c104 python module
  • C++ Core
    • Client
    • Server
    • Objects
      • Information
      • DataPoint
      • Station
    • Module
    • Remote
    • Enums
    • Numbers
    • Types
iec104-python
  • C++ Core
  • Objects
  • Edit on GitHub

Objects

Classes

  • Information
    • SingleInfo
    • SingleCmd
    • DoubleInfo
    • DoubleCmd
    • StepInfo
    • StepCmd
    • BinaryInfo
    • BinaryCmd
    • NormalizedInfo
    • NormalizedCmd
    • ScaledInfo
    • ScaledCmd
    • ShortInfo
    • ShortCmd
    • BinaryCounterInfo
    • ProtectionEquipmentEventInfo
    • ProtectionEquipmentStartEventsInfo
    • ProtectionEquipmentOutputCircuitInfo
    • StatusWithChangeDetection
  • DataPoint
    • DataPoint
      • DataPoint::~DataPoint()
      • DataPoint::getStation()
      • DataPoint::getInformationObjectAddress()
      • DataPoint::getRelatedInformationObjectAddress()
      • DataPoint::setRelatedInformationObjectAddress()
      • DataPoint::getRelatedInformationObjectAutoReturn()
      • DataPoint::setRelatedInformationObjectAutoReturn()
      • DataPoint::getCommandMode()
      • DataPoint::setCommandMode()
      • DataPoint::getSelectedByOriginatorAddress()
      • DataPoint::getReportInterval_ms()
      • DataPoint::setReportInterval_ms()
      • DataPoint::getTimerInterval_ms()
      • DataPoint::setInfo()
      • DataPoint::setValue()
      • DataPoint::setQuality()
      • DataPoint::getRecordedAt()
      • DataPoint::getProcessedAt()
      • DataPoint::setProcessedAt()
      • DataPoint::nextReportAt()
      • DataPoint::nextTimerAt()
      • DataPoint::onReceive()
      • DataPoint::setOnReceiveCallback()
      • DataPoint::onBeforeRead()
      • DataPoint::setOnBeforeReadCallback()
      • DataPoint::onBeforeAutoTransmit()
      • DataPoint::setOnBeforeAutoTransmitCallback()
      • DataPoint::onTimer()
      • DataPoint::setOnTimerCallback()
      • DataPoint::read()
      • DataPoint::transmit()
      • DataPoint::create()
  • Station
    • Station
      • Station::~Station()
      • Station::hasPoints()
      • Station::getPoints()
      • Station::getPoint()
      • Station::addPoint()
Previous Next

© Copyright 2020-2024, Fraunhofer Institute for Applied Information Technology FIT. Revision 3371e095.

Built with Sphinx using a theme provided by Read the Docs.