Exemple #1
0
        new public int getMarshalledSize()
        {
            int marshalSize = 0;

            marshalSize = base.getMarshalledSize();
            marshalSize = marshalSize + _realWorldTime.getMarshalledSize();  // _realWorldTime
            marshalSize = marshalSize + _simulationTime.getMarshalledSize(); // _simulationTime
            marshalSize = marshalSize + 4;                                   // _requestID

            return(marshalSize);
        }
        new public int getMarshalledSize()
        {
            int marshalSize = 0;

            marshalSize = base.getMarshalledSize();
            marshalSize = marshalSize + _realWorldTime.getMarshalledSize(); // _realWorldTime
            marshalSize = marshalSize + 1;                                  // _reason
            marshalSize = marshalSize + 1;                                  // _frozenBehavior
            marshalSize = marshalSize + 2;                                  // _padding1
            marshalSize = marshalSize + 4;                                  // _requestID

            return(marshalSize);
        }
        new public int getMarshalledSize()
        {
            int marshalSize = 0;

            marshalSize = base.getMarshalledSize();
            marshalSize = marshalSize + _realWorldTime.getMarshalledSize();  // _realWorldTime
            marshalSize = marshalSize + _simulationTime.getMarshalledSize(); // _simulationTime
            marshalSize = marshalSize + 1;                                   // _requiredReliabilityService
            marshalSize = marshalSize + 2;                                   // _pad1
            marshalSize = marshalSize + 1;                                   // _pad2
            marshalSize = marshalSize + 4;                                   // _requestID

            return(marshalSize);
        }
        new public int getMarshalledSize()
        {
            int marshalSize = 0;

            marshalSize = base.getMarshalledSize();
            marshalSize = marshalSize + _realWorldTime.getMarshalledSize(); // _realWorldTime
            marshalSize = marshalSize + 1;                                  // _reason
            marshalSize = marshalSize + 1;                                  // _frozenBehavior
            marshalSize = marshalSize + 1;                                  // _requiredReliablityService
            marshalSize = marshalSize + 1;                                  // _pad1
            marshalSize = marshalSize + 4;                                  // _requestID

            return(marshalSize);
        }