1 #ifndef SIGNALGENERATOR_H 2 #define SIGNALGENERATOR_H 13 #include "../SocketComm/q_socket_comm.h" 14 #include "../AbstractSocketCommunicator/abstractsocketcommunictor.h" 19 SignalGenerator( std::string ip_addr, uint port_number, QObject* parent = 0 );
24 void SetFrequency(
double freq_MHz );
25 void SetPower(
double power_dBm );
33 #endif // SIGNALGENERATOR_H Definition: signal_generator.h:16
Definition: abstractsocketcommunictor.h:16