Package org.hxzon.netprotocol.field

Examples of org.hxzon.netprotocol.field.ProtocolInt31Field


        return _sync_grandmasterClockIdentifier;
    }

    public ProtocolInt31Field fetchGrandmasterClockVariance() {
        if (_sync_grandmasterClockVariance == null) {
            _sync_grandmasterClockVariance = new ProtocolInt31Field("grandmasterClockVariance", "grandmasterClockVariance", 74, 2, false, this);//2 byte reserved
        }
        return _sync_grandmasterClockVariance;
    }
View Full Code Here


        return _sync_grandmasterClockVariance;
    }

    public ProtocolInt31Field fetchGrandmasterClockPreferred() {
        if (_sync_grandmasterClockPreferred == null) {
            _sync_grandmasterClockPreferred = new ProtocolInt31Field("grandmasterPreferred", "grandmasterPreferred", 77, 1, true, this);//1 byte reserved
        }
        return _sync_grandmasterClockPreferred;
    }
View Full Code Here

        return _sync_grandmasterClockPreferred;
    }

    public ProtocolInt31Field fetchGrandmasterClockIsBoundaryClock() {
        if (_sync_grandmasterClockIsBoundaryClock == null) {
            _sync_grandmasterClockIsBoundaryClock = new ProtocolInt31Field("grandmasterIsBoundaryClock", "grandmasterIsBoundaryClock", 79, 1, true, this);//1 byte reserved
        }
        return _sync_grandmasterClockIsBoundaryClock;
    }
View Full Code Here

        return _sync_grandmasterClockIsBoundaryClock;
    }

    public ProtocolInt31Field fetchSyncInterval() {
        if (_sync_syncInterval == null) {
            _sync_syncInterval = new ProtocolInt31Field("syncInterval", "syncInterval", 83, 1, true, this);//3 byte reserved
        }
        return _sync_syncInterval;
    }
View Full Code Here

        return _sync_syncInterval;
    }

    public ProtocolInt31Field fetchLocalClockVariance() {
        if (_sync_localClockVariance == null) {
            _sync_localClockVariance = new ProtocolInt31Field("localClockVariance", "localClockVariance", 86, 2, false, this);//2 byte reserved
        }
        return _sync_localClockVariance;
    }
View Full Code Here

        return _sync_localClockVariance;
    }

    public ProtocolInt31Field fetchLocalStepsRemoved() {
        if (_sync_localStepsRemoved == null) {
            _sync_localStepsRemoved = new ProtocolInt31Field("localStepsRemoved", "localStepsRemoved", 90, 2, true, this);//2 byte reserved
        }
        return _sync_localStepsRemoved;
    }
View Full Code Here

        return _sync_localStepsRemoved;
    }

    public ProtocolInt31Field fetchLocalClockStratum() {
        if (_sync_localClockStratum == null) {
            _sync_localClockStratum = new ProtocolInt31Field("localClockStratum", "localClockStratum", 95, 1, true, this);//3 byte reserved
        }
        return _sync_localClockStratum;
    }
View Full Code Here

        return _sync_parentPort;
    }

    public ProtocolInt31Field fetchEstimatedMasterVariance() {
        if (_sync_estimatedMasterVariance == null) {
            _sync_estimatedMasterVariance = new ProtocolInt31Field("estimatedMasterVariance", "estimatedMasterVariance", 114, 2, true, this);//2 byte reserved
        }
        return _sync_estimatedMasterVariance;
    }
View Full Code Here

        return _sync_estimatedMasterVariance;
    }

    public ProtocolInt31Field fetchEstimatedMasterDrift() {
        if (_sync_estimatedMasterDrift == null) {
            _sync_estimatedMasterDrift = new ProtocolInt31Field("estimatedMasterDrift", "estimatedMasterDrift", 116, 4, true, this);
        }
        return _sync_estimatedMasterDrift;
    }
View Full Code Here

        return _sync_estimatedMasterDrift;
    }

    public ProtocolInt31Field fetchUtcReasonable() {
        if (_sync_utcReasonable == null) {
            _sync_utcReasonable = new ProtocolInt31Field("utcReasonable", "utcReasonable", 123, 1, true, this) {//3 byte reserved
                public String getValueAsString() {
                    return getValue() == 0 ? "FALSE" : "TRUE";
                }
            };
        }
View Full Code Here

TOP

Related Classes of org.hxzon.netprotocol.field.ProtocolInt31Field

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.