merged
This commit is contained in:
+2
-2
@@ -28,10 +28,10 @@
|
||||
#include <fstream>
|
||||
#include "result.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** \file port.h */
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** @brief available device types. */
|
||||
enum DeviceType {
|
||||
dt_serial, /*!< serial device */
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** \file appl.h */
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** @brief the available data types. */
|
||||
enum DataType {
|
||||
dt_none, /*!< default for __text_only__ */
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
#include <vector>
|
||||
#include <cstdarg>
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** \file logger.h */
|
||||
|
||||
using namespace std;
|
||||
|
||||
/** @brief available types for all subsystems */
|
||||
enum AreasType {
|
||||
bas=0, /*!< basis */
|
||||
|
||||
Reference in New Issue
Block a user