fprime/Ref/SendBuffApp/SendBuff.hpp
2025-09-10 15:02:07 -07:00

18 lines
368 B
C++

// ======================================================================
// SendBuff.hpp
// Standardization header for SendBuff
// ======================================================================
#ifndef Ref_SendBuff_HPP
#define Ref_SendBuff_HPP
#include "Ref/SendBuffApp/SendBuffComponentImpl.hpp"
namespace Ref {
typedef SendBuffImpl SendBuff;
}
#endif