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