Advanced Messaging Concept Development Basic Safety Message
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_s_637861e3
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_s_637861e3
CREATE TABLE table_1 (
"obu_id" BIGINT,
"time_sent" VARCHAR,
"time_received" BIGINT,
"mode_of_transmission" BIGINT,
"width" BIGINT,
"length" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"elevation" DOUBLE,
"speed" DOUBLE,
"heading" DOUBLE,
"transmission_state" BIGINT,
"longitudinal_acceleration" DOUBLE,
"lateral_acceleration" DOUBLE,
"vertical_acceleration" BIGINT,
"brake_applied_status" BIGINT,
"traction_control_state" BIGINT,
"stability_control_status" BIGINT,
"steering_wheel_angle" DOUBLE,
"yaw_rate" DOUBLE,
"abs_active" BIGINT,
"test_no" BIGINT,
"location" VARCHAR
);
Anyone who has the link will be able to view this.