Skip to content

Commit c37fbbc

Browse files
author
Aalyria Technologies, Inc
committed
Import changes.
- 8a99056140fa462851314c7c8ef24e8985b7a82b GitOrigin-RevId: 8a99056140fa462851314c7c8ef24e8985b7a82b
1 parent 4faaa95 commit c37fbbc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/common/coordinates.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ message Motion {
540540
// protobuf-constructed language-specific support for switch statements
541541
// (which, for C++ and Java for example, generates a language-appropriate
542542
// enum to use).
543-
enum Type {
543+
enum Format {
544544
MOTION_UNSPECIFIED = 0;
545545
GEODETIC_MSL = 7;
546546
GEODETIC_WGS84 = 1;
@@ -553,7 +553,7 @@ message Motion {
553553
// WARNING: This message is under development and not fully supported.
554554
STATE_VECTOR = 9;
555555
SELENOGRAPHIC_MLR = 8;
556-
STK_EPHEM_AND_ATTITUDE_FILE = 11;
556+
STK_EPHEM_AND_ATTITUDE_FILE = 11;
557557
CCSDS_ORBIT_EPHEMERIS_MESSAGE = 13;
558558
}
559559

api/common/platform_antenna.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,5 @@ message Polarization {
208208

209209
message Targeting {
210210
// The format to use when providing the antenna with target acquisition info.
211-
optional Motion.Type motion_format = 1;
211+
optional Motion.Format motion_format = 1;
212212
}

0 commit comments

Comments
 (0)