Sign in
gbmc
/
gbmcweb
/
2c4a6c57d68d3bb80db9a80c05a7c22e7f3a4e1c
/
.
/
tlbmc
/
identifier.proto
blob: 7b10b02c7d1274b8fcf3748bb8be906f16dfdbee [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
milotic_hft
;
import
"sensor_identifier.proto"
;
message
Identifier
{
oneof identifier
{
SensorIdentifier
sensor_identifier
=
1
;
// Add more identifier types here.
}
}