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