fprime/Drv/TcpClient/TcpClient.hpp
Thomas Boyer-Chammard e17d42a9ff
Format Drv module (#3960)
* Format Drv module

* Add Drv to format CI check

* Fix double // in include path
2025-07-31 15:49:45 -07:00

18 lines
382 B
C++

// ======================================================================
// TcpClient.hpp
// Standardization header for TcpClient
// ======================================================================
#ifndef Drv_TcpClient_HPP
#define Drv_TcpClient_HPP
#include "Drv/TcpClient/TcpClientComponentImpl.hpp"
namespace Drv {
typedef TcpClientComponentImpl TcpClient;
}
#endif