mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
18 lines
406 B
C++
18 lines
406 B
C++
// ======================================================================
|
|
// PingReceiver.hpp
|
|
// Standardization header for PingReceiver
|
|
// ======================================================================
|
|
|
|
#ifndef Ref_PingReceiver_HPP
|
|
#define Ref_PingReceiver_HPP
|
|
|
|
#include "Ref/PingReceiver/PingReceiverComponentImpl.hpp"
|
|
|
|
namespace Ref {
|
|
|
|
typedef PingReceiverComponentImpl PingReceiver;
|
|
|
|
}
|
|
|
|
#endif
|