mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
18 lines
414 B
C++
18 lines
414 B
C++
// ======================================================================
|
|
// RateGroupDriver.hpp
|
|
// Standardization header for RateGroupDriver
|
|
// ======================================================================
|
|
|
|
#ifndef Svc_RateGroupDriver_HPP
|
|
#define Svc_RateGroupDriver_HPP
|
|
|
|
#include "Svc/RateGroupDriver/RateGroupDriverImpl.hpp"
|
|
|
|
namespace Svc {
|
|
|
|
using RateGroupDriver = RateGroupDriverImpl;
|
|
|
|
}
|
|
|
|
#endif
|