Skip to content

Commit 3160111

Browse files
committed
VPS debug data vars (shared lib)
1 parent 87ba3e1 commit 3160111

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

resources/scripts/include/MandalaUid.hpp

+6
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,12 @@ namespace sns
800800
enum { src = 0xb1 };
801801
enum { cnt = 0xb2 };
802802
enum { status = 0xb3 };
803+
enum { x = 0xb4 };
804+
enum { y = 0xb5 };
805+
enum { z = 0xb6 };
806+
enum { vx = 0xb7 };
807+
enum { vy = 0xb8 };
808+
enum { vz = 0xb9 };
803809
};
804810
namespace tcas
805811
{

shared

0 commit comments

Comments
 (0)