Return the serial number of the cube containing the coordinate
| 555 | |
| 556 | //! Return the serial number of the cube containing the coordinate |
| 557 | QString ControlMeasure::GetCubeSerialNumber() const { |
| 558 | return *p_serialNumber; |
| 559 | } |
| 560 | |
| 561 | |
| 562 | //! Return the date/time the coordinate was last changed |
no outgoing calls