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.

  • 相关阅读:
    Aspect Oriented Programming
    jsp01
    监听器
    Java编写验证码
    servlet07
    MySQL02
    MySQL01
    Java的jdk1.6与jre1.8中存在的差异
    登陆验证和二级联动
    ajax和json
  • 原文地址:https://www.cnblogs.com/greencolor/p/2842575.html
Copyright © 2011-2022 走看看