| 367 | uint8_t GetSeconds() const { return Seconds_; } |
| 368 | void SetSeconds(uint8_t Value) { Seconds_ = Value; } |
| 369 | uint32_t GetFrames() const { return Frames_; } |
| 370 | void SetFrames(int32_t Value) { Frames_ = Value; } |
| 371 | |
| 372 | uint32_t GetFramesMax() const { return FramesMax_; } |
no outgoing calls
no test coverage detected