fprime/Ref/RecvBuffApp/RecvBuff.hpp
2025-09-10 15:02:07 -07:00

18 lines
368 B
C++

// ======================================================================
// RecvBuff.hpp
// Standardization header for RecvBuff
// ======================================================================
#ifndef Ref_RecvBuff_HPP
#define Ref_RecvBuff_HPP
#include "Ref/RecvBuffApp/RecvBuffComponentImpl.hpp"
namespace Ref {
typedef RecvBuffImpl RecvBuff;
}
#endif