Home
last modified time | relevance | path

Searched defs:Orientation (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py61 orientation: Optional[model.Orientation] = None,
/tools/netsim/rust/proto/src/
Dmodel.rs187 pub struct Orientation { struct
191 // @@protoc_insertion_point(field:netsim.model.Orientation.pitch) argument
193 // @@protoc_insertion_point(field:netsim.model.Orientation.roll) argument
196 // @@protoc_insertion_point(special_field:netsim.model.Orientation.special_fields) argument
200 impl<'a> ::std::default::Default for &'a Orientation { argument
206 impl Orientation { implementation
237 impl ::protobuf::Message for Orientation { implementation
326 impl ::protobuf::MessageFull for Orientation { implementation
333 impl ::std::fmt::Display for Orientation { implementation
339 impl ::protobuf::reflect::ProtobufValue for Orientation { implementation
/tools/netsim/ui/ts/netsim/
Dmodel.ts37 export interface Orientation { interface
/tools/netsim/proto/netsim/
Dmodel.proto36 message Orientation { message