31 lines
351 B
C
31 lines
351 B
C
![]() |
#ifndef CMD_CMDLINE_H
|
||
|
#define CMD_CMDLINE_H
|
||
|
|
||
|
|
||
|
#include "QObject"
|
||
|
#include "base/base.h"
|
||
|
|
||
|
|
||
|
//class cmd_line_slots:public QObject
|
||
|
//{
|
||
|
// Q_OBJECT
|
||
|
//public:
|
||
|
// cmd_line_slots(){}
|
||
|
// ~cmd_line_slots(){}
|
||
|
//public slots:
|
||
|
// void rate_slot(int rate,mystring str);
|
||
|
// void end_slot(int addr,int ack,myarray data);
|
||
|
//};
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // CMD_CMDLINE_H
|