22 #ifndef INCLUDED_RADAR_SIGNAL_GENERATOR_SYNC_PULSE_C_H
23 #define INCLUDED_RADAR_SIGNAL_GENERATOR_SYNC_PULSE_C_H
25 #include <gnuradio/sync_block.h>
51 typedef boost::shared_ptr<signal_generator_sync_pulse_c>
sptr;
62 static sptr make(
int packet_len,
63 std::vector<int> pulse_len,
64 std::vector<int> pulse_pause,
65 float pulse_amplitude,
66 const std::string len_key =
"packet_len");