fprime/Ref/RecvBuffApp/RecvBuff.hpp
bocchino c79cd4af48 Standardize component interfaces
Revise Ref model
2021-08-02 12:19:54 -07:00

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 {
typedef RecvBuffImpl RecvBuff;
}
#endif