mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:06:34 +00:00
Fixed camera control related issues and
This commit is contained in:
@@ -35,8 +35,9 @@ private:
|
||||
AiEngineGimbalServerUDPResponse mUdpResponse;
|
||||
AiEngineGimbalServerActions mActions;
|
||||
bool mIsAvailable;
|
||||
QUdpSocket mReceiveUdpSocket; // UDP socket for receiving commands
|
||||
QUdpSocket *mReceiveUdpSocket; // UDP socket for receiving commands
|
||||
|
||||
private slots:
|
||||
void processPendingDatagrams(void); // Handles incoming UDP messages
|
||||
// void processPendingDatagrams(void); // Handles incoming UDP messages
|
||||
void processUdpCommands(void);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user