处理机场飞行控制数据
This commit is contained in:
parent
5bd7ba0d8f
commit
cae0018b88
|
|
@ -24,6 +24,8 @@ public class TuohengMqttClientService {
|
||||||
private static final String AIRPORT_NEST_BASIC_TOPIC = "/topic/v1/airportNest/+/realTime/basic";
|
private static final String AIRPORT_NEST_BASIC_TOPIC = "/topic/v1/airportNest/+/realTime/basic";
|
||||||
private static final String AIRPORT_NEST_CONFIRM_TOPIC = "/topic/v1/airportNest/+/control/confirm";
|
private static final String AIRPORT_NEST_CONFIRM_TOPIC = "/topic/v1/airportNest/+/control/confirm";
|
||||||
private static final String AIRPORT_DRONE_REALTIME_TOPIC = "/topic/v1/airportDrone/+/realTime/data";
|
private static final String AIRPORT_DRONE_REALTIME_TOPIC = "/topic/v1/airportDrone/+/realTime/data";
|
||||||
|
private static final String AIRPORT_FLY_DATA_TOPIC = "/topic/v1/airportFly/+/control/data";
|
||||||
|
private static final String AIRPORT_FLY_CONFIRM_TOPIC = "/topic/v1/airportFly/+/control/confirm";
|
||||||
private static final String HEARTBEAT_MESSAGE_TOPIC = "/topic/v1/heartbeat/+/message";
|
private static final String HEARTBEAT_MESSAGE_TOPIC = "/topic/v1/heartbeat/+/message";
|
||||||
private static final String PRODUCT_OSD_TOPIC = "thing/product/+/osd";
|
private static final String PRODUCT_OSD_TOPIC = "thing/product/+/osd";
|
||||||
private static final String PRODUCT_EVENTS_TOPIC = "thing/product/+/events";
|
private static final String PRODUCT_EVENTS_TOPIC = "thing/product/+/events";
|
||||||
|
|
@ -124,6 +126,8 @@ public class TuohengMqttClientService {
|
||||||
AIRPORT_NEST_BASIC_TOPIC,
|
AIRPORT_NEST_BASIC_TOPIC,
|
||||||
AIRPORT_NEST_CONFIRM_TOPIC,
|
AIRPORT_NEST_CONFIRM_TOPIC,
|
||||||
AIRPORT_DRONE_REALTIME_TOPIC,
|
AIRPORT_DRONE_REALTIME_TOPIC,
|
||||||
|
AIRPORT_FLY_DATA_TOPIC,
|
||||||
|
AIRPORT_FLY_CONFIRM_TOPIC,
|
||||||
HEARTBEAT_MESSAGE_TOPIC,
|
HEARTBEAT_MESSAGE_TOPIC,
|
||||||
PRODUCT_OSD_TOPIC,
|
PRODUCT_OSD_TOPIC,
|
||||||
PRODUCT_EVENTS_TOPIC
|
PRODUCT_EVENTS_TOPIC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue