zoukankan      html  css  js  c++  java
  • TANGO CLASS

    1 Data object classes
    DeviceData: Obect used to send and receive data on device.
    DbDatum: Object used to put or get properties on database.
    DbDevInfo: Object used to read device information on database.
    DbDevImportInfo: Object used to read imported device information on database.
    DbDevExportInfo: Object used to read exported device information on database.

    2 Asynchronous callback related classes
    CallBack: Object called at asynchronous call reply
    CmdDoneEvent: Object to pass asynchronous command reply data to a CallBack object.
    ReadAttrEvent: Object to pass asynchronous read_attribute reply data to a CallBack object.
    AttrWrittenEvent: Object to pass asynchronous write_attribute reply data to a CallBack object.

    3 Devices and Database access classes
    DeviceProxy: Device access (aggregates DbDevice class).
    Group: Multiple device access class
    Database: Direct access to TANGO database.
    DbClass: Class properties access to TANGO database.
    DbServer: Server properties access to TANGO database.
    DbDevice Device properties access to TANGO database.

  • 相关阅读:
    从Ecma规范深入理解js中的this的指向
    js中继承的几种用法总结(apply,call,prototype)
    缓存 Array.length 是老生常谈的小优化
    spark app
    source code spark
    spark dev by IDEA
    编译spark-0.9.1
    图解GIT,ZT
    Spark分布式安装
    倒排索引(Inverted Index)
  • 原文地址:https://www.cnblogs.com/greencolor/p/2842575.html
Copyright © 2011-2022 走看看