initi.doc/docfiles/providers/managers/publishers/readers/reader/index.js

36 lines
739 B
JavaScript

/** @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 () {};
};