AcqServProtocol.java
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:1k
- /* Copyright (C) 1998, 1999 State University of New York at Stony Brook
- Author: Andrew V. Shuvalov ( andrew@ecsl.cs.sunysb.edu )
- Software license is located in file "COPYING"
- VideoServer application
- $Id: AcqServProtocol.java,v 1.3 1999/01/14 02:41:52 andrew Exp $
- */
- package edu.sunysb.cs.ecsl.videoserver;
- public interface AcqServProtocol {
- int KEY = 0;
- int SHDESC = 1;
- int LDESC = 2;
- String[] _add_acq_stream_ =
- { "addacqstream", "add acquisition stream",
- "database server informs acquisition server of the push server which" +
- "is interested to receive video stream. If broadcast or multicast is " +
- "needed, this is performed by the push server, not by acquisition " +
- "server. Send IP and portnum" };
- }