Set the operational mode of this camera
| 87 | |
| 88 | // Set the operational mode of this camera |
| 89 | inline void SetMode(const Mode t) |
| 90 | { |
| 91 | m_nMode = t; |
| 92 | } |
| 93 | |
| 94 | // Get the operational mode of this camera |
| 95 | inline Mode GetMode() const |
nothing calls this directly
no outgoing calls
no test coverage detected