#include "PilotPipeServer.hpp"
#include "PilotCommander.hpp"
#include <sstream>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
Named Pipe 服务端实现