Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DisplayLutsServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *DisplayLutsServer) NewDisplayLuts(_ context.Context, req *pb.NewDisplayLutsRequest) (*pb.NewDisplayLutsResponse, error) + func (s *DisplayLutsServer) Set1(_ context.Context, req *pb.Set1Request) (*pb.Set1Response, error) + func (s *DisplayLutsServer) Set2_1(_ context.Context, req *pb.Set2_1Request) (*pb.Set2_1Response, error) + func (s *DisplayLutsServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + type GeomagneticFieldServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *GeomagneticFieldServer) GetDeclination(_ context.Context, req *pb.GetDeclinationRequest) (*pb.GetDeclinationResponse, error) + func (s *GeomagneticFieldServer) GetFieldStrength(_ context.Context, req *pb.GetFieldStrengthRequest) (*pb.GetFieldStrengthResponse, error) + func (s *GeomagneticFieldServer) GetHorizontalStrength(_ context.Context, req *pb.GetHorizontalStrengthRequest) (*pb.GetHorizontalStrengthResponse, error) + func (s *GeomagneticFieldServer) GetInclination(_ context.Context, req *pb.GetInclinationRequest) (*pb.GetInclinationResponse, error) + func (s *GeomagneticFieldServer) GetX(_ context.Context, req *pb.GetXRequest) (*pb.GetXResponse, error) + func (s *GeomagneticFieldServer) GetY(_ context.Context, req *pb.GetYRequest) (*pb.GetYResponse, error) + func (s *GeomagneticFieldServer) GetZ(_ context.Context, req *pb.GetZRequest) (*pb.GetZResponse, error) + func (s *GeomagneticFieldServer) NewGeomagneticField(_ context.Context, req *pb.NewGeomagneticFieldRequest) (*pb.NewGeomagneticFieldResponse, error) + type SensorManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SensorManagerServer) CancelTriggerSensor(_ context.Context, req *pb.CancelTriggerSensorRequest) (*pb.CancelTriggerSensorResponse, error) + func (s *SensorManagerServer) CreateDirectChannel1(_ context.Context, req *pb.CreateDirectChannel1Request) (*pb.CreateDirectChannel1Response, error) + func (s *SensorManagerServer) CreateDirectChannel1_1(_ context.Context, req *pb.CreateDirectChannel1_1Request) (*pb.CreateDirectChannel1_1Response, error) + func (s *SensorManagerServer) Flush(_ context.Context, req *pb.FlushRequest) (*pb.FlushResponse, error) + func (s *SensorManagerServer) GetAltitude(_ context.Context, req *pb.GetAltitudeRequest) (*pb.GetAltitudeResponse, error) + func (s *SensorManagerServer) GetAngleChange(_ context.Context, req *pb.GetAngleChangeRequest) (*pb.GetAngleChangeResponse, error) + func (s *SensorManagerServer) GetDefaultSensor1(_ context.Context, req *pb.GetDefaultSensor1Request) (*pb.GetDefaultSensor1Response, error) + func (s *SensorManagerServer) GetDefaultSensor2_1(_ context.Context, req *pb.GetDefaultSensor2_1Request) (*pb.GetDefaultSensor2_1Response, error) + func (s *SensorManagerServer) GetDynamicSensorList(_ context.Context, req *pb.GetDynamicSensorListRequest) (*pb.GetDynamicSensorListResponse, error) + func (s *SensorManagerServer) GetInclination(_ context.Context, req *pb.SensorManagerGetInclinationRequest) (*pb.GetInclinationResponse, error) + func (s *SensorManagerServer) GetOrientation(_ context.Context, req *pb.GetOrientationRequest) (*pb.GetOrientationResponse, error) + func (s *SensorManagerServer) GetQuaternionFromVector(_ context.Context, req *pb.GetQuaternionFromVectorRequest) (*pb.GetQuaternionFromVectorResponse, error) + func (s *SensorManagerServer) GetRotationMatrix(_ context.Context, req *pb.GetRotationMatrixRequest) (*pb.GetRotationMatrixResponse, error) + func (s *SensorManagerServer) GetRotationMatrixFromVector(_ context.Context, req *pb.GetRotationMatrixFromVectorRequest) (*pb.GetRotationMatrixFromVectorResponse, error) + func (s *SensorManagerServer) GetSensorList(_ context.Context, req *pb.GetSensorListRequest) (*pb.GetSensorListResponse, error) + func (s *SensorManagerServer) GetSensors(_ context.Context, req *pb.GetSensorsRequest) (*pb.GetSensorsResponse, error) + func (s *SensorManagerServer) IsDynamicSensorDiscoverySupported(_ context.Context, req *pb.IsDynamicSensorDiscoverySupportedRequest) (*pb.IsDynamicSensorDiscoverySupportedResponse, error) + func (s *SensorManagerServer) RegisterDynamicSensorCallback(_ context.Context, req *pb.RegisterDynamicSensorCallbackRequest) (*pb.RegisterDynamicSensorCallbackResponse, error) + func (s *SensorManagerServer) RegisterListener2_2(_ context.Context, req *pb.RegisterListener2_2Request) (*pb.RegisterListener2_2Response, error) + func (s *SensorManagerServer) RegisterListener3(_ context.Context, req *pb.RegisterListener3Request) (*pb.RegisterListener3Response, error) + func (s *SensorManagerServer) RegisterListener3_3(_ context.Context, req *pb.RegisterListener3_3Request) (*pb.RegisterListener3_3Response, error) + func (s *SensorManagerServer) RegisterListener4_1(_ context.Context, req *pb.RegisterListener4_1Request) (*pb.RegisterListener4_1Response, error) + func (s *SensorManagerServer) RemapCoordinateSystem(_ context.Context, req *pb.RemapCoordinateSystemRequest) (*pb.RemapCoordinateSystemResponse, error) + func (s *SensorManagerServer) RequestTriggerSensor(_ context.Context, req *pb.RequestTriggerSensorRequest) (*pb.RequestTriggerSensorResponse, error) + func (s *SensorManagerServer) UnregisterDynamicSensorCallback(_ context.Context, req *pb.UnregisterDynamicSensorCallbackRequest) (*pb.UnregisterDynamicSensorCallbackResponse, error) + func (s *SensorManagerServer) UnregisterListener1(_ context.Context, req *pb.UnregisterListener1Request) (*pb.UnregisterListener1Response, error) + func (s *SensorManagerServer) UnregisterListener1_2(_ context.Context, req *pb.UnregisterListener1_2Request) (*pb.UnregisterListener1_2Response, error) + func (s *SensorManagerServer) UnregisterListener2_1(_ context.Context, req *pb.UnregisterListener2_1Request) (*pb.UnregisterListener2_1Response, error) + func (s *SensorManagerServer) UnregisterListener2_3(_ context.Context, req *pb.UnregisterListener2_3Request) (*pb.UnregisterListener2_3Response, error) + type SyncFenceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SyncFenceServer) Await(_ context.Context, req *pb.AwaitRequest) (*pb.AwaitResponse, error) + func (s *SyncFenceServer) AwaitForever(_ context.Context, req *pb.AwaitForeverRequest) (*pb.AwaitForeverResponse, error) + func (s *SyncFenceServer) Close(_ context.Context, req *pb.CloseRequest) (*pb.CloseResponse, error) + func (s *SyncFenceServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *SyncFenceServer) GetSignalTime(_ context.Context, req *pb.GetSignalTimeRequest) (*pb.GetSignalTimeResponse, error) + func (s *SyncFenceServer) IsValid(_ context.Context, req *pb.IsValidRequest) (*pb.IsValidResponse, error) + func (s *SyncFenceServer) NewSyncFence(_ context.Context, req *pb.NewSyncFenceRequest) (*pb.NewSyncFenceResponse, error) + func (s *SyncFenceServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)