mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-19 00:43:42 +08:00
11 lines
217 B
C
11 lines
217 B
C
#pragma once
|
|
|
|
#include "msgq/visionipc/visionbuf.h"
|
|
|
|
enum VisionStreamValues : VisionStreamType {
|
|
VISION_STREAM_NARROW_ROAD = 0,
|
|
VISION_STREAM_CABIN = 1,
|
|
VISION_STREAM_WIDE_ROAD = 2,
|
|
VISION_STREAM_MAP = 3,
|
|
};
|