cmvr-es/src/hardware/serial/serial_manager.cpp

13 lines
194 B
C++
Raw Normal View History

2025-10-22 16:40:55 +08:00
//
// Created by linbo on 2025/10/22.
//
#include "hardware/serial/serial_manager.h"
2025-10-24 09:51:14 +08:00
using namespace std;
2025-10-24 10:51:49 +08:00
using namespace cmvr::hardware;
2025-10-24 09:51:14 +08:00
SerialManager::SerialManager(const XmlNode &cfg)
{
}