-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheasycomm-response-types-ctors.h
33 lines (30 loc) · 1.56 KB
/
easycomm-response-types-ctors.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
#include "easycomm-response-types.h"
void easycommResponseSingleLine(EasycommResponseSingleLine *d);
void easycommResponseAzimuth(EasycommResponseAzimuth *d);
void easycommResponseElevation(EasycommResponseElevation *d);
void easycommResponseUplinkFrequency(EasycommResponseUplinkFrequency *d);
void easycommResponseDownlinkFrequency(EasycommResponseDownlinkFrequency *d);
void easycommResponseUplinkMode(EasycommResponseUplinkMode *d);
void easycommResponseDownlinkMode(EasycommResponseDownlinkMode *d);
void easycommResponseDownlinkRadio(EasycommResponseDownlinkRadio *d);
void easycommResponseUplinkRadio(EasycommResponseUplinkRadio *d);
void easycommResponseDigitalInput(EasycommResponseDigitalInput *d);
void easycommResponseAnalogueInput(EasycommResponseAnalogueInput *d);
void easycommResponseTime(EasycommResponseTime *d);
void easycommResponseVersion(EasycommResponseVersion *d);
void easycommResponseAlarm(EasycommResponseAlarm *d);
void easycommResponseVelocityLeft(EasycommResponseVelocityLeft *d);
void easycommResponseVelocityRight(EasycommResponseVelocityRight *d);
void easycommResponseVelocityUp(EasycommResponseVelocityUp *d);
void easycommResponseVelocityDown(EasycommResponseVelocityDown *d);
void easycommResponseConfigRegister(EasycommResponseConfigRegister *d);
void easycommResponseStatusRegister(EasycommResponseStatusRegister *d);
void easycommResponseErrorRegister(EasycommResponseErrorRegister *d);
#ifdef __cplusplus
}
#endif