CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_ADSB/sagetech-sdk/sagetech_mxs.h
Views: 1799
1
#pragma once
2
3
#ifdef __cplusplus
4
extern "C"
5
{
6
#endif
7
8
#include "sg.h"
9
#include "sgUtil.h"
10
11
#ifdef __cplusplus
12
}
13
#endif
14