diff options
Diffstat (limited to 'src/networkdiscovery.cpp')
| -rw-r--r-- | src/networkdiscovery.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/networkdiscovery.cpp b/src/networkdiscovery.cpp index 4193286..27c3a0f 100644 --- a/src/networkdiscovery.cpp +++ b/src/networkdiscovery.cpp @@ -1,3 +1,16 @@ +/** + * @class NetworkDiscovery + * + * @brief the logic behind the NetworkDiscovery. + * + * This class holds all the logic of the NetworkDiscovery. It's main task is to search for usable + * interfaces, check if they are wired (in Running state) and start a cdhcpcd process for each interface. + * It also sends signals to the ndgui class for presenting notifications to the user. + * + */ + + + #include <sys/types.h> #include <signal.h> |
