mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
18 lines
370 B
C++
18 lines
370 B
C++
// ======================================================================
|
|
// SendBuff.hpp
|
|
// Standardization header for SendBuff
|
|
// ======================================================================
|
|
|
|
#ifndef Ref_SendBuff_HPP
|
|
#define Ref_SendBuff_HPP
|
|
|
|
#include "Ref/SendBuffApp/SendBuffComponentImpl.hpp"
|
|
|
|
namespace Ref {
|
|
|
|
using SendBuff = SendBuffImpl;
|
|
|
|
}
|
|
|
|
#endif
|