Skip to content

Commit

Permalink
Merge pull request #52
Browse files Browse the repository at this point in the history
Modify gapic-generator output with custom templates
  • Loading branch information
sindrehan authored Jan 20, 2025
2 parents b253e6a + e0c792b commit c742d22
Show file tree
Hide file tree
Showing 9 changed files with 396 additions and 70 deletions.
1 change: 1 addition & 0 deletions blueye/protocol/protos.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

from .types.aquatroll import AquaTrollParameterBlock
from .types.aquatroll import AquaTrollProbeMetadata
from .types.aquatroll import AquaTrollSensorMetadata
Expand Down
22 changes: 11 additions & 11 deletions blueye/protocol/types/aquatroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
class Type(proto.Enum):
r"""Type IDs
Values:
Attributes:
TYPE_UNSPECIFIED (0):
No description available.
TYPE_SHORT (1):
Expand Down Expand Up @@ -85,7 +85,7 @@ class Type(proto.Enum):
class AquaTrollDevice(proto.Enum):
r"""Aqua Troll Device IDs
Values:
Attributes:
AQUA_TROLL_DEVICE_UNSPECIFIED (0):
No description available.
AQUA_TROLL_DEVICE_LEVEL_TROLL_500 (1):
Expand Down Expand Up @@ -152,9 +152,9 @@ class AquaTrollDevice(proto.Enum):
class AquaTrollQuality(proto.Enum):
r"""Aqua Troll Quality IDs
Values:
Attributes:
AQUA_TROLL_QUALITY_NORMAL (0):
protolint:disable:this ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH
No description available.
AQUA_TROLL_QUALITY_USER_CAL_EXPIRED (1):
No description available.
AQUA_TROLL_QUALITY_FACTORY_CAL_EXPIRED (2):
Expand Down Expand Up @@ -183,7 +183,7 @@ class AquaTrollQuality(proto.Enum):
class AquaTrollParameter(proto.Enum):
r"""Aqua Troll Parameter IDs
Values:
Attributes:
AQUA_TROLL_PARAMETER_UNSPECIFIED (0):
No description available.
AQUA_TROLL_PARAMETER_TEMPERATURE (1):
Expand Down Expand Up @@ -364,7 +364,7 @@ class AquaTrollParameter(proto.Enum):
class AquaTrollUnit(proto.Enum):
r"""Aqua Troll Unit IDs
Values:
Attributes:
AQUA_TROLL_UNIT_UNSPECIFIED (0):
No description available.
AQUA_TROLL_UNIT_TEMP_CELSIUS (1):
Expand Down Expand Up @@ -623,7 +623,7 @@ class AquaTrollUnit(proto.Enum):
class AquaTrollSensor(proto.Enum):
r"""Aqua Troll Sensor IDs
Values:
Attributes:
AQUA_TROLL_SENSOR_UNSPECIFIED (0):
No description available.
AQUA_TROLL_SENSOR_TEMPERATURE (1):
Expand Down Expand Up @@ -807,9 +807,9 @@ class AquaTrollSensor(proto.Enum):
class AquaTrollSensorStatus(proto.Enum):
r"""Aqua Troll Sensor Status IDs
Values:
Attributes:
AQUA_TROLL_SENSOR_STATUS_SENSOR_HIGH_ALARM (0):
protolint:disable:this ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH
No description available.
AQUA_TROLL_SENSOR_STATUS_SENSOR_HIGH_WARNING (1):
No description available.
AQUA_TROLL_SENSOR_STATUS_SENSOR_LOW_WARNING (2):
Expand Down Expand Up @@ -838,9 +838,9 @@ class AquaTrollSensorStatus(proto.Enum):
class AquaTrollDeviceStatus(proto.Enum):
r"""Aqua Troll Device Status IDs
Values:
Attributes:
AQUA_TROLL_DEVICE_STATUS_SENSOR_HIGH_ALARM (0):
protolint:disable:this ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH
No description available.
AQUA_TROLL_DEVICE_STATUS_SENSOR_HIGH_WARNING (1):
No description available.
AQUA_TROLL_DEVICE_STATUS_SENSOR_LOW_WARNING (2):
Expand Down
Loading

0 comments on commit c742d22

Please sign in to comment.