Skip to content

Commit

Permalink
Update autopilot_interface.h
Browse files Browse the repository at this point in the history
See commit message for autopilot_interface.cpp
  • Loading branch information
bclay1297 authored Jul 12, 2023
1 parent 0790da5 commit 0a3f95b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MavTest/MavTest/autopilot_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@ class Autopilot_Interface

void send_setpoint();

void SendHeartbeat();
void SendSetMode();
void SendRequestMessage();
void SendSetMessageInterval();

int recv_message(SOCKET mavSocket, int bufSize, char* dataBuf);
int send_message(SOCKET mavSocket, const mavlink_message_t& message);


private:

bool time_to_exit;
Expand All @@ -249,6 +258,9 @@ class Autopilot_Interface

Time_Stamps this_timestamps;

unsigned short mSendPort;

unsigned char mMsgSequence;

};

Expand Down

0 comments on commit 0a3f95b

Please sign in to comment.