Package com.serotonin.util.queue

Examples of com.serotonin.util.queue.ByteQueue


  private int index;
 
 
  public SerialDataSourceRT(SerialDataSourceVO vo) {
    super(vo);
    buffer = new ByteQueue(1024);
    SerialDataSourceVO properties = (SerialDataSourceVO)this.getVo();
    terminator = properties.getMessageTerminator().getBytes();
  }
View Full Code Here

TOP

Related Classes of com.serotonin.util.queue.ByteQueue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.