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++
// ======================================================================
|
|
// RecvBuff.hpp
|
|
// Standardization header for RecvBuff
|
|
// ======================================================================
|
|
|
|
#ifndef Ref_RecvBuff_HPP
|
|
#define Ref_RecvBuff_HPP
|
|
|
|
#include "Ref/RecvBuffApp/RecvBuffComponentImpl.hpp"
|
|
|
|
namespace Ref {
|
|
|
|
using RecvBuff = RecvBuffImpl;
|
|
|
|
}
|
|
|
|
#endif
|