fprime/Svc/CmdDispatcher/CommandDispatcher.hpp
Thomas Boyer-Chammard c69ff72110
Format Svc and add to CI (#3978)
* Format Svc and add to CI

* Fix comlogger include

* fix assert UTs

* Fix static analysis warning

* formatting
2025-08-04 16:21:47 -07:00

18 lines
424 B
C++

// ======================================================================
// CommandDispatcher.hpp
// Standardization header for CommandDispatcher
// ======================================================================
#ifndef Svc_CommandDispatcher_HPP
#define Svc_CommandDispatcher_HPP
#include "Svc/CmdDispatcher/CommandDispatcherImpl.hpp"
namespace Svc {
typedef CommandDispatcherImpl CommandDispatcher;
}
#endif