Skip to content

Commit

Permalink
Merge pull request #1 from peterb154/v0.7.0
Browse files Browse the repository at this point in the history
version to align with 0.7.0
  • Loading branch information
peterb154 authored Nov 9, 2023
2 parents d669f82 + 8ada8f5 commit 66d172d
Show file tree
Hide file tree
Showing 26 changed files with 874 additions and 414 deletions.
28 changes: 14 additions & 14 deletions dcs/atmosphere/v0/atmosphere_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dcs/atmosphere/v0/atmosphere_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ DESCRIPTOR: _descriptor.FileDescriptor
class GetWindRequest(_message.Message):
__slots__ = ["position"]
POSITION_FIELD_NUMBER: _ClassVar[int]
position: _common_pb2.Position
def __init__(self, position: _Optional[_Union[_common_pb2.Position, _Mapping]] = ...) -> None: ...
position: _common_pb2.InputPosition
def __init__(self, position: _Optional[_Union[_common_pb2.InputPosition, _Mapping]] = ...) -> None: ...

class GetWindResponse(_message.Message):
__slots__ = ["heading", "strength"]
Expand All @@ -22,8 +22,8 @@ class GetWindResponse(_message.Message):
class GetWindWithTurbulenceRequest(_message.Message):
__slots__ = ["position"]
POSITION_FIELD_NUMBER: _ClassVar[int]
position: _common_pb2.Position
def __init__(self, position: _Optional[_Union[_common_pb2.Position, _Mapping]] = ...) -> None: ...
position: _common_pb2.InputPosition
def __init__(self, position: _Optional[_Union[_common_pb2.InputPosition, _Mapping]] = ...) -> None: ...

class GetWindWithTurbulenceResponse(_message.Message):
__slots__ = ["heading", "strength"]
Expand All @@ -36,8 +36,8 @@ class GetWindWithTurbulenceResponse(_message.Message):
class GetTemperatureAndPressureRequest(_message.Message):
__slots__ = ["position"]
POSITION_FIELD_NUMBER: _ClassVar[int]
position: _common_pb2.Position
def __init__(self, position: _Optional[_Union[_common_pb2.Position, _Mapping]] = ...) -> None: ...
position: _common_pb2.InputPosition
def __init__(self, position: _Optional[_Union[_common_pb2.InputPosition, _Mapping]] = ...) -> None: ...

class GetTemperatureAndPressureResponse(_message.Message):
__slots__ = ["temperature", "pressure"]
Expand Down
Loading

0 comments on commit 66d172d

Please sign in to comment.