изменил иерархию файлов
This commit is contained in:
parent
9ef7ac0df9
commit
dd1eed15cf
52 changed files with 1602 additions and 938 deletions
|
@ -0,0 +1,36 @@
|
|||
/** @typedef {Publishers.Publisher.Readers.Reader.Index} PublisherReaderIndex */
|
||||
|
||||
/**
|
||||
*
|
||||
* @group manager
|
||||
* @class Index
|
||||
* @memberof Publishers.Publisher.Readers.Reader
|
||||
*/
|
||||
var Index = function () {
|
||||
/**
|
||||
*
|
||||
* @name s_change
|
||||
* @public
|
||||
* @memberof Publishers.Publisher.Readers.Reader.Index
|
||||
* @type {number}
|
||||
*/
|
||||
this.s_change = -1;
|
||||
|
||||
/**
|
||||
*
|
||||
* @public
|
||||
* @function index
|
||||
* @memberof Publishers.Publisher.Readers.Reader.Index
|
||||
* @returns {v2.integer}
|
||||
*/
|
||||
this.index = function () {};
|
||||
|
||||
/**
|
||||
*
|
||||
* @public
|
||||
* @function inst_id
|
||||
* @memberof Publishers.Publisher.Readers.Reader.Index
|
||||
* @returns {v2.integer}
|
||||
*/
|
||||
this.inst_id = function () {};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue