|
idle_detect
0.8.3.0
Provides overall idle detection for a linux computer
|
The Tty class is a small class to hold pts/tty information. It is essentially a struct with a parameterized constructor. More...
#include <event_detect.h>
Public Member Functions | |
| Tty (const fs::path &tty_device_path) | |
| Parameterized constructor. More... | |
Public Attributes | |
| fs::path | m_tty_device_path |
| Holds the pts/tty device path. | |
| int64_t | m_tty_last_active_time |
| Holds the last active time of the pts/tty. | |
The Tty class is a small class to hold pts/tty information. It is essentially a struct with a parameterized constructor.
|
explicit |
Parameterized constructor.
| tty_device_path |
1.8.14