Skip to content

Commit

Permalink
Buf re-generated protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot authored and chicco785 committed Apr 12, 2024
1 parent 704d83b commit e5b043a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/data.proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ are any how cast to UINT64 in the real time platform
| `DATA_TYPE_VOLTAGE_SEQUENCE_ZERO` | 42 | Voltage zero sequence in a three phase circuit. It maps to Phasor. |
| `DATA_TYPE_DISCRETE` | 43 | Discrete. It maps to Discrete. |
| `DATA_TYPE_ANALOG` | 44 | Analog. It maps to Analog. |
| `DATA_TYPE_NORMALIZED_RESIDUAL` | 45 | Normalized Residual. It maps to Analog. |
| `DATA_TYPE_OBJECTIVE_FUNCTION` | 46 | Objective Function. It maps to Analog. |



Expand Down Expand Up @@ -137,6 +139,8 @@ class DataType{
DATA_TYPE_VOLTAGE_SEQUENCE_ZERO
DATA_TYPE_DISCRETE
DATA_TYPE_ANALOG
DATA_TYPE_NORMALIZED_RESIDUAL
DATA_TYPE_OBJECTIVE_FUNCTION
}
```
### Data Diagram
Expand Down
18 changes: 14 additions & 4 deletions go/grid/v1/data.pb.go

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

4 changes: 2 additions & 2 deletions python/zaphiro/grid/v1/data_pb2.py

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

4 changes: 4 additions & 0 deletions python/zaphiro/grid/v1/data_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class DataType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
DATA_TYPE_VOLTAGE_SEQUENCE_ZERO: _ClassVar[DataType]
DATA_TYPE_DISCRETE: _ClassVar[DataType]
DATA_TYPE_ANALOG: _ClassVar[DataType]
DATA_TYPE_NORMALIZED_RESIDUAL: _ClassVar[DataType]
DATA_TYPE_OBJECTIVE_FUNCTION: _ClassVar[DataType]
DATA_TYPE_UNSPECIFIED: DataType
DATA_TYPE_ACTIVE_POWER: DataType
DATA_TYPE_ANGLE: DataType
Expand Down Expand Up @@ -98,6 +100,8 @@ DATA_TYPE_VOLTAGE_SEQUENCE_POSITIVE: DataType
DATA_TYPE_VOLTAGE_SEQUENCE_ZERO: DataType
DATA_TYPE_DISCRETE: DataType
DATA_TYPE_ANALOG: DataType
DATA_TYPE_NORMALIZED_RESIDUAL: DataType
DATA_TYPE_OBJECTIVE_FUNCTION: DataType

class Data(_message.Message):
__slots__ = ("dataType", "measuredAt", "value")
Expand Down

0 comments on commit e5b043a

Please sign in to comment.