Sets the time when this message was received. @param time The time to set
(double time)
| 179 | * @param time The time to set |
| 180 | */ |
| 181 | public void setReceiveTime(double time) { |
| 182 | this.timeReceived = time; |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * Returns the time when this message was received |