RBS
 
Loading...
Searching...
No Matches
V2XData Struct Reference

V2X 통신을 통해 수신되는 도로 및 교통 정보를 저장하는 구조체 More...

Collaboration diagram for V2XData:
Collaboration graph

Public Attributes

byte trafficLightDistance
 신호등까지의 거리 (m)
 
byte trafficLightStatus
 신호등 상태 (0: 초록, 1: 노랑, 2: 빨강)
 
byte roadGrade
 도로 경사도 (%)
 
byte congestionLevel
 교통 정체 수준 (0-5, 5가 가장 심함)
 
dword timestamp
 데이터 수신 타임스탬프
 

Detailed Description

V2X 통신을 통해 수신되는 도로 및 교통 정보를 저장하는 구조체

Member Data Documentation

◆ congestionLevel

byte V2XData::congestionLevel

교통 정체 수준 (0-5, 5가 가장 심함)

◆ roadGrade

byte V2XData::roadGrade

도로 경사도 (%)

◆ timestamp

dword V2XData::timestamp

데이터 수신 타임스탬프

◆ trafficLightDistance

byte V2XData::trafficLightDistance

신호등까지의 거리 (m)

◆ trafficLightStatus

byte V2XData::trafficLightStatus

신호등 상태 (0: 초록, 1: 노랑, 2: 빨강)


The documentation for this struct was generated from the following files: