|
|
@@ -64,14 +64,16 @@ public class CommonSttsService {
|
|
|
FcltSttsListDto vds = this.vdsService.findAllSttsListTotal(true);
|
|
|
result.getFcltList().add(vds.getFcltList().get(0));
|
|
|
|
|
|
- // RSE
|
|
|
+ // RSE(DSRC)
|
|
|
FcltSttsListDto rse = this.rseService.findAllSttsListTotal(true);
|
|
|
result.getFcltList().add(rse.getFcltList().get(0));
|
|
|
|
|
|
- // 신호제어기
|
|
|
+ // 신호제어기(SIG)
|
|
|
FcltSttsListDto sgnl = this.sgnlService.findAllSttsListTotal(true);
|
|
|
result.getFcltList().add(sgnl.getFcltList().get(0));
|
|
|
|
|
|
+ // TODO: 스마트교차로카메라
|
|
|
+
|
|
|
return result;
|
|
|
}
|
|
|
|