Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Gaussier
Drone FlyMonitor2
Commits
c1ccf9e9
Commit
c1ccf9e9
authored
Mar 26, 2021
by
Philippe Gaussier
Browse files
Add missing include.
parent
284a41b4
Pipeline
#1264
failed with stage
in 3 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Com_server/include/PixhawkServer.h
0 → 100644
View file @
c1ccf9e9
/**
* @author Sylvain Colomer
* @date 18/04/19.
*/
#ifndef PIXHAWK_SERVER_H
#define PIXHAWK_SERVER_H
#include <common/mavlink.h>
#include <cstdlib>
#include <iostream>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include <sys/time.h>
#include "blc_channel.h"
#include "blc_program.h"
#include "Data_Drone.h"
#include "Com_SerialReadingThread.h"
#include "Com_SerialWritingThread.h"
#include "Display_IHM.h"
void
command_loop
();
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment