Sign in
gbmc
/
gbmcweb
/
c9e1775b06a1d697a85dcdc924b814b62926d87e
/
.
/
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.
}
}