summaryrefslogtreecommitdiffstats
path: root/src/sysinfolibsysfs.h
diff options
context:
space:
mode:
authorNiklas2011-06-28 10:51:08 +0200
committerNiklas2011-06-28 10:51:08 +0200
commit2842ca3160966ed1633f9d6605531e18b435de61 (patch)
treed705e55b3307985da28307e24b7ac33a0e024cce /src/sysinfolibsysfs.h
parentadded the networkDiscovery project into a new workspace folder (diff)
parentbuild.sh dummy (diff)
downloadfbgui-2842ca3160966ed1633f9d6605531e18b435de61.tar.gz
fbgui-2842ca3160966ed1633f9d6605531e18b435de61.tar.xz
fbgui-2842ca3160966ed1633f9d6605531e18b435de61.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/fbgui
Diffstat (limited to 'src/sysinfolibsysfs.h')
-rw-r--r--src/sysinfolibsysfs.h53
1 files changed, 26 insertions, 27 deletions
diff --git a/src/sysinfolibsysfs.h b/src/sysinfolibsysfs.h
index f5de0aa..c933efa 100644
--- a/src/sysinfolibsysfs.h
+++ b/src/sysinfolibsysfs.h
@@ -1,22 +1,22 @@
/*
- # Copyright (c) 2010,2011 - RZ Uni Freiburg
- # Copyright (c) 2010,2011 - OpenSLX Project
- #
- # This program/file is free software distributed under the GPL version 2.
- # See http://openslx.org/COPYING
- #
- # If you have any feedback please consult http://openslx.org/feedback and
- # send your feedback to feedback@openslx.org
- #
- # General information about OpenSLX can be found under http://openslx.org
- #
- #
- # Class collects informations about hardware devices of the client:
- # - ip address
- # - mac address
- #
- #
- # All methods return the collected informations as json- parsable object.
+ * Copyright (c) 2010,2011 - RZ Uni Freiburg
+ * Copyright (c) 2010,2011 - OpenSLX Project
+ *
+ * This program/file is free software distributed under the GPL version 2.
+ * See http://openslx.org/COPYING
+ *
+ * If you have any feedback please consult http://openslx.org/feedback and
+ * send your feedback to feedback@openslx.org
+ *
+ * General information about OpenSLX can be found under http://openslx.org
+ *
+ *
+ * Class collects informations about hardware devices of the client:
+ * - ip address
+ * - mac address
+ *
+ *
+ * All methods return the collected informations as json- parsable object.
* sysinfolibsysfs.h
*
@@ -39,16 +39,15 @@ extern "C" {
#include "fbgui.h"
#include <qjson/serializer.h>
-class SysInfoLibsysfs : public QObject
-{
- Q_OBJECT
+class SysInfoLibsysfs: public QObject {
+Q_OBJECT
public:
- SysInfoLibsysfs();
- virtual ~SysInfoLibsysfs();
- void getInfoAboutNetworkInterface();
- void getInfoAboutClassNet();
- void getInfoMbSerial();
- QString getInfoMainboardSerial();
+ SysInfoLibsysfs();
+ virtual ~SysInfoLibsysfs();
+ void getInfoAboutNetworkInterface();
+ void getInfoAboutClassNet();
+ void getInfoMbSerial();
+ QString getInfoMainboardSerial();
};