Merge branch 'master-develop' of gitee.com:shenzhen-jiuyilian/ipc into master-develop
This commit is contained in:
commit
fc424e4044
|
@ -15,7 +15,9 @@
|
||||||
#ifndef I_STATE_MACHINE_H
|
#ifndef I_STATE_MACHINE_H
|
||||||
#define I_STATE_MACHINE_H
|
#define I_STATE_MACHINE_H
|
||||||
#include "StatusCode.h"
|
#include "StatusCode.h"
|
||||||
|
#include <iostream>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
class VStateMessage
|
class VStateMessage
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#ifndef LOG_EASYLOGGING_H
|
#ifndef LOG_EASYLOGGING_H
|
||||||
#define LOG_EASYLOGGING_H
|
#define LOG_EASYLOGGING_H
|
||||||
#include "ILogCpp.h"
|
#include "ILogCpp.h"
|
||||||
|
#include <iostream>
|
||||||
class LogEasylogging : public ILogCpp
|
class LogEasylogging : public ILogCpp
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
*/
|
*/
|
||||||
#include "UartDeviceImpl.h"
|
#include "UartDeviceImpl.h"
|
||||||
#include "ILog.h"
|
#include "ILog.h"
|
||||||
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user