Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
5e2ae3db
Unverified
Commit
5e2ae3db
authored
8 years ago
by
Jake Drahos
Browse files
Options
Downloads
Patches
Plain Diff
Added frontend_common skeletons
parent
df6006c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
groundStation/src/frontend/frontend_common.c
+1
-0
1 addition, 0 deletions
groundStation/src/frontend/frontend_common.c
groundStation/src/frontend/frontend_common.h
+17
-0
17 additions, 0 deletions
groundStation/src/frontend/frontend_common.h
with
18 additions
and
0 deletions
groundStation/src/frontend/frontend_common.c
0 → 100644
+
1
−
0
View file @
5e2ae3db
#include <
This diff is collapsed.
Click to expand it.
groundStation/src/frontend/frontend_common.h
0 → 100644
+
17
−
0
View file @
5e2ae3db
#ifndef FRONTEND_COMMON_H
#define FRONTEND_COMMON_H
struct
backend_conn
;
/* Start connection to quad */
struct
backend_conn
*
ucart_backendConnect
();
/* Stop connection to quad */
void
ucart_backendDisconnect
(
struct
backend_conn
*
conn
);
/* Get a string from the backend. NOTE: free() the string when
* you are done with it.
*/
char
*
backendGetline
(
struct
backend_conn
*
conn
);
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment