iec104-python
v1.18.0

Contents:

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

Objects

Classes

  • DataPoint
    • DataPoint
      • DataPoint::~DataPoint()
      • DataPoint::getStation()
      • DataPoint::getInformationObjectAddress()
      • DataPoint::getRelatedInformationObjectAddress()
      • DataPoint::setRelatedInformationObjectAddress()
      • DataPoint::getRelatedInformationObjectAutoReturn()
      • DataPoint::setRelatedInformationObjectAutoReturn()
      • DataPoint::getCommandMode()
      • DataPoint::setCommandMode()
      • DataPoint::getSelectedByOriginatorAddress()
      • DataPoint::setSelectedByOriginatorAddress()
      • DataPoint::getReportInterval_ms()
      • DataPoint::setReportInterval_ms()
      • DataPoint::getQuality()
      • DataPoint::setQuality()
      • DataPoint::getValue()
      • DataPoint::getValueAsInt32()
      • DataPoint::getValueAsFloat()
      • DataPoint::getValueAsUInt32()
      • DataPoint::setValue()
      • DataPoint::setValueEx()
      • DataPoint::getUpdatedAt_ms()
      • DataPoint::getReportedAt_ms()
      • DataPoint::getReceivedAt_ms()
      • DataPoint::getSentAt_ms()
      • DataPoint::setReportedAt_ms()
      • DataPoint::onReceive()
      • DataPoint::setOnReceiveCallback()
      • DataPoint::onBeforeRead()
      • DataPoint::setOnBeforeReadCallback()
      • DataPoint::onBeforeAutoTransmit()
      • DataPoint::setOnBeforeAutoTransmitCallback()
      • 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 81e79784.

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