Documentation ¶
Index ¶
- Variables
- func RegisterTemplateConfigServiceServer(s grpc.ServiceRegistrar, srv TemplateConfigServiceServer)
- func RegisterVehicleSignalDecodingServiceServer(s grpc.ServiceRegistrar, srv VehicleSignalDecodingServiceServer)
- type CreateDBCCodeRequest
- func (*CreateDBCCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDBCCodeRequest) GetDbcContents() string
- func (x *CreateDBCCodeRequest) GetHeader() int32
- func (x *CreateDBCCodeRequest) GetMaxSampleSize() int32
- func (x *CreateDBCCodeRequest) GetName() string
- func (x *CreateDBCCodeRequest) GetRecordingEnabled() bool
- func (x *CreateDBCCodeRequest) GetTrigger() string
- func (*CreateDBCCodeRequest) ProtoMessage()
- func (x *CreateDBCCodeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDBCCodeRequest) Reset()
- func (x *CreateDBCCodeRequest) String() string
- type CreateTestSignalRequest
- func (*CreateTestSignalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTestSignalRequest) GetApproved() bool
- func (x *CreateTestSignalRequest) GetAutopiUnitId() string
- func (x *CreateTestSignalRequest) GetDbcCodesId() string
- func (x *CreateTestSignalRequest) GetDeviceDefinitionId() string
- func (x *CreateTestSignalRequest) GetUserDeviceId() string
- func (x *CreateTestSignalRequest) GetValue() string
- func (*CreateTestSignalRequest) ProtoMessage()
- func (x *CreateTestSignalRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTestSignalRequest) Reset()
- func (x *CreateTestSignalRequest) String() string
- type DeviceSetting
- func (*DeviceSetting) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceSetting) GetBatteryCriticalLevelVoltage() float32
- func (x *DeviceSetting) GetSafetyCutOutVoltage() float32
- func (x *DeviceSetting) GetSleepTimerEventDrivenIntervalSecs() float32
- func (x *DeviceSetting) GetSleepTimerEventDrivenPeriodSecs() float32
- func (x *DeviceSetting) GetSleepTimerInactivityAfterSleepSecs() float32
- func (x *DeviceSetting) GetSleepTimerInactivityFallbackIntervalSecs() float32
- func (x *DeviceSetting) GetTemplateName() string
- func (x *DeviceSetting) GetWakeTriggerVoltageLevel() float32
- func (*DeviceSetting) ProtoMessage()
- func (x *DeviceSetting) ProtoReflect() protoreflect.Message
- func (x *DeviceSetting) Reset()
- func (x *DeviceSetting) String() string
- type DeviceSettingsResponse
- func (*DeviceSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceSettingsResponse) GetDeviceSetting() *DeviceSetting
- func (x *DeviceSettingsResponse) GetTemplateName() string
- func (*DeviceSettingsResponse) ProtoMessage()
- func (x *DeviceSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *DeviceSettingsResponse) Reset()
- func (x *DeviceSettingsResponse) String() string
- type GetByIdRequest
- type GetDBCCodeListResponse
- func (*GetDBCCodeListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBCCodeListResponse) GetItems() []*GetDBCCodeResponse
- func (*GetDBCCodeListResponse) ProtoMessage()
- func (x *GetDBCCodeListResponse) ProtoReflect() protoreflect.Message
- func (x *GetDBCCodeListResponse) Reset()
- func (x *GetDBCCodeListResponse) String() string
- type GetDBCCodeResponse
- func (*GetDBCCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDBCCodeResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetDBCCodeResponse) GetDbcContents() string
- func (x *GetDBCCodeResponse) GetHeader() int32
- func (x *GetDBCCodeResponse) GetId() string
- func (x *GetDBCCodeResponse) GetMaxSampleSize() int32
- func (x *GetDBCCodeResponse) GetName() string
- func (x *GetDBCCodeResponse) GetRecordingEnabled() bool
- func (x *GetDBCCodeResponse) GetTrigger() string
- func (x *GetDBCCodeResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*GetDBCCodeResponse) ProtoMessage()
- func (x *GetDBCCodeResponse) ProtoReflect() protoreflect.Message
- func (x *GetDBCCodeResponse) Reset()
- func (x *GetDBCCodeResponse) String() string
- type GetTemplateByIDRequest
- func (*GetTemplateByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateByIDRequest) GetId() string
- func (*GetTemplateByIDRequest) ProtoMessage()
- func (x *GetTemplateByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateByIDRequest) Reset()
- func (x *GetTemplateByIDRequest) String() string
- type GetTemplateByIDResponse
- func (*GetTemplateByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateByIDResponse) GetPids() []*PID
- func (x *GetTemplateByIDResponse) GetTemplate() *Template
- func (*GetTemplateByIDResponse) ProtoMessage()
- func (x *GetTemplateByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetTemplateByIDResponse) Reset()
- func (x *GetTemplateByIDResponse) String() string
- type GetTemplateListRequest
- func (*GetTemplateListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateListRequest) GetPowertrain() string
- func (x *GetTemplateListRequest) GetProtocol() string
- func (*GetTemplateListRequest) ProtoMessage()
- func (x *GetTemplateListRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateListRequest) Reset()
- func (x *GetTemplateListRequest) String() string
- type GetTemplateListResponse
- func (*GetTemplateListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateListResponse) GetTemplates() []*TemplateSummary
- func (*GetTemplateListResponse) ProtoMessage()
- func (x *GetTemplateListResponse) ProtoReflect() protoreflect.Message
- func (x *GetTemplateListResponse) Reset()
- func (x *GetTemplateListResponse) String() string
- type GetTestSignalListResponse
- func (*GetTestSignalListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestSignalListResponse) GetItems() []*GetTestSignalResponse
- func (*GetTestSignalListResponse) ProtoMessage()
- func (x *GetTestSignalListResponse) ProtoReflect() protoreflect.Message
- func (x *GetTestSignalListResponse) Reset()
- func (x *GetTestSignalListResponse) String() string
- type GetTestSignalResponse
- func (*GetTestSignalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestSignalResponse) GetApproved() bool
- func (x *GetTestSignalResponse) GetAutopiUnitId() string
- func (x *GetTestSignalResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetTestSignalResponse) GetDbcCodesId() string
- func (x *GetTestSignalResponse) GetDeviceDefinitionId() string
- func (x *GetTestSignalResponse) GetId() string
- func (x *GetTestSignalResponse) GetSignals() string
- func (x *GetTestSignalResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (x *GetTestSignalResponse) GetUserDeviceId() string
- func (x *GetTestSignalResponse) GetValue() string
- func (*GetTestSignalResponse) ProtoMessage()
- func (x *GetTestSignalResponse) ProtoReflect() protoreflect.Message
- func (x *GetTestSignalResponse) Reset()
- func (x *GetTestSignalResponse) String() string
- type PID
- type PIDConfig
- func (*PIDConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PIDConfig) GetFormula() string
- func (x *PIDConfig) GetHeader() uint32
- func (x *PIDConfig) GetIntervalSeconds() uint32
- func (x *PIDConfig) GetMode() uint32
- func (x *PIDConfig) GetName() string
- func (x *PIDConfig) GetPid() uint32
- func (x *PIDConfig) GetProtocol() string
- func (*PIDConfig) ProtoMessage()
- func (x *PIDConfig) ProtoReflect() protoreflect.Message
- func (x *PIDConfig) Reset()
- func (x *PIDConfig) String() string
- type PIDRequests
- func (*PIDRequests) Descriptor() ([]byte, []int)deprecated
- func (x *PIDRequests) GetRequests() []*PIDConfig
- func (x *PIDRequests) GetTemplateName() string
- func (x *PIDRequests) GetVersion() string
- func (*PIDRequests) ProtoMessage()
- func (x *PIDRequests) ProtoReflect() protoreflect.Message
- func (x *PIDRequests) Reset()
- func (x *PIDRequests) String() string
- type Template
- func (*Template) Descriptor() ([]byte, []int)deprecated
- func (x *Template) GetCreatedAt() *timestamppb.Timestamp
- func (x *Template) GetDbc() string
- func (x *Template) GetHasDbc() string
- func (x *Template) GetName() string
- func (x *Template) GetParentTemplateName() string
- func (x *Template) GetPids() []*PID
- func (x *Template) GetPidsCount() int32
- func (x *Template) GetPowertrain() string
- func (x *Template) GetProtocol() string
- func (x *Template) GetTemplateVehicles() []string
- func (x *Template) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Template) GetVersion() string
- func (*Template) ProtoMessage()
- func (x *Template) ProtoReflect() protoreflect.Message
- func (x *Template) Reset()
- func (x *Template) String() string
- type TemplateConfigServiceClient
- type TemplateConfigServiceServer
- type TemplateSummary
- func (*TemplateSummary) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateSummary) GetHasDbc() string
- func (x *TemplateSummary) GetName() string
- func (x *TemplateSummary) GetPidsCount() int32
- func (x *TemplateSummary) GetPowertrain() string
- func (x *TemplateSummary) GetProtocol() string
- func (x *TemplateSummary) GetVersion() string
- func (*TemplateSummary) ProtoMessage()
- func (x *TemplateSummary) ProtoReflect() protoreflect.Message
- func (x *TemplateSummary) Reset()
- func (x *TemplateSummary) String() string
- type UnimplementedTemplateConfigServiceServer
- func (UnimplementedTemplateConfigServiceServer) CreateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error)
- func (UnimplementedTemplateConfigServiceServer) GetTemplateByID(context.Context, *GetTemplateByIDRequest) (*GetTemplateByIDResponse, error)
- func (UnimplementedTemplateConfigServiceServer) GetTemplateList(context.Context, *GetTemplateListRequest) (*GetTemplateListResponse, error)
- func (UnimplementedTemplateConfigServiceServer) UpdateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error)
- type UnimplementedVehicleSignalDecodingServiceServer
- func (UnimplementedVehicleSignalDecodingServiceServer) CreateDBCCode(context.Context, *CreateDBCCodeRequest) (*VehicleSignalBaseResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) CreateTestSignal(context.Context, *CreateTestSignalRequest) (*VehicleSignalBaseResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodes(context.Context, *emptypb.Empty) (*GetDBCCodeListResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodesByID(context.Context, *GetByIdRequest) (*GetDBCCodeResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalByID(context.Context, *GetByIdRequest) (*GetTestSignalResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignals(context.Context, *emptypb.Empty) (*GetTestSignalListResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDBCCodeID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDeviceDefinitionID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByUserDeviceID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) UpdateDBCCode(context.Context, *UpdateDBCCodeRequest) (*VehicleSignalBaseResponse, error)
- func (UnimplementedVehicleSignalDecodingServiceServer) UpdateTestSignal(context.Context, *UpdateTestSignalRequest) (*VehicleSignalBaseResponse, error)
- type UnsafeTemplateConfigServiceServer
- type UnsafeVehicleSignalDecodingServiceServer
- type UpdateDBCCodeRequest
- func (*UpdateDBCCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDBCCodeRequest) GetDbcContents() string
- func (x *UpdateDBCCodeRequest) GetHeader() int32
- func (x *UpdateDBCCodeRequest) GetId() string
- func (x *UpdateDBCCodeRequest) GetMaxSampleSize() int32
- func (x *UpdateDBCCodeRequest) GetName() string
- func (x *UpdateDBCCodeRequest) GetRecordingEnabled() bool
- func (x *UpdateDBCCodeRequest) GetTrigger() string
- func (*UpdateDBCCodeRequest) ProtoMessage()
- func (x *UpdateDBCCodeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDBCCodeRequest) Reset()
- func (x *UpdateDBCCodeRequest) String() string
- type UpdateTemplateRequest
- func (*UpdateTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTemplateRequest) GetTemplate() *Template
- func (*UpdateTemplateRequest) ProtoMessage()
- func (x *UpdateTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTemplateRequest) Reset()
- func (x *UpdateTemplateRequest) String() string
- type UpdateTestSignalRequest
- func (*UpdateTestSignalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTestSignalRequest) GetApproved() bool
- func (x *UpdateTestSignalRequest) GetAutopiUnitId() string
- func (x *UpdateTestSignalRequest) GetDbcCodesId() string
- func (x *UpdateTestSignalRequest) GetDeviceDefinitionId() string
- func (x *UpdateTestSignalRequest) GetId() string
- func (x *UpdateTestSignalRequest) GetUserDeviceId() string
- func (x *UpdateTestSignalRequest) GetValue() string
- func (*UpdateTestSignalRequest) ProtoMessage()
- func (x *UpdateTestSignalRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTestSignalRequest) Reset()
- func (x *UpdateTestSignalRequest) String() string
- type VehicleSignalBaseResponse
- func (*VehicleSignalBaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VehicleSignalBaseResponse) GetId() string
- func (*VehicleSignalBaseResponse) ProtoMessage()
- func (x *VehicleSignalBaseResponse) ProtoReflect() protoreflect.Message
- func (x *VehicleSignalBaseResponse) Reset()
- func (x *VehicleSignalBaseResponse) String() string
- type VehicleSignalDecodingServiceClient
- type VehicleSignalDecodingServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_pkg_grpc_template_config_proto protoreflect.FileDescriptor
var File_pkg_grpc_vehicle_signal_decoding_proto protoreflect.FileDescriptor
var TemplateConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "grpc.TemplateConfigService", HandlerType: (*TemplateConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateTemplate", Handler: _TemplateConfigService_CreateTemplate_Handler, }, { MethodName: "UpdateTemplate", Handler: _TemplateConfigService_UpdateTemplate_Handler, }, { MethodName: "GetTemplateList", Handler: _TemplateConfigService_GetTemplateList_Handler, }, { MethodName: "GetTemplateByID", Handler: _TemplateConfigService_GetTemplateByID_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/grpc/template_config.proto", }
TemplateConfigService_ServiceDesc is the grpc.ServiceDesc for TemplateConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VehicleSignalDecodingService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "grpc.VehicleSignalDecodingService", HandlerType: (*VehicleSignalDecodingServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateDBCCode", Handler: _VehicleSignalDecodingService_CreateDBCCode_Handler, }, { MethodName: "UpdateDBCCode", Handler: _VehicleSignalDecodingService_UpdateDBCCode_Handler, }, { MethodName: "GetDBCCodes", Handler: _VehicleSignalDecodingService_GetDBCCodes_Handler, }, { MethodName: "GetDBCCodesByID", Handler: _VehicleSignalDecodingService_GetDBCCodesByID_Handler, }, { MethodName: "CreateTestSignal", Handler: _VehicleSignalDecodingService_CreateTestSignal_Handler, }, { MethodName: "UpdateTestSignal", Handler: _VehicleSignalDecodingService_UpdateTestSignal_Handler, }, { MethodName: "GetTestSignals", Handler: _VehicleSignalDecodingService_GetTestSignals_Handler, }, { MethodName: "GetTestSignalsByDeviceDefinitionID", Handler: _VehicleSignalDecodingService_GetTestSignalsByDeviceDefinitionID_Handler, }, { MethodName: "GetTestSignalsByUserDeviceID", Handler: _VehicleSignalDecodingService_GetTestSignalsByUserDeviceID_Handler, }, { MethodName: "GetTestSignalsByDBCCodeID", Handler: _VehicleSignalDecodingService_GetTestSignalsByDBCCodeID_Handler, }, { MethodName: "GetTestSignalByID", Handler: _VehicleSignalDecodingService_GetTestSignalByID_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/grpc/vehicle_signal_decoding.proto", }
VehicleSignalDecodingService_ServiceDesc is the grpc.ServiceDesc for VehicleSignalDecodingService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterTemplateConfigServiceServer ¶ added in v0.4.0
func RegisterTemplateConfigServiceServer(s grpc.ServiceRegistrar, srv TemplateConfigServiceServer)
func RegisterVehicleSignalDecodingServiceServer ¶
func RegisterVehicleSignalDecodingServiceServer(s grpc.ServiceRegistrar, srv VehicleSignalDecodingServiceServer)
Types ¶
type CreateDBCCodeRequest ¶
type CreateDBCCodeRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` DbcContents string `protobuf:"bytes,2,opt,name=dbc_contents,json=dbcContents,proto3" json:"dbc_contents,omitempty"` Header int32 `protobuf:"varint,3,opt,name=header,proto3" json:"header,omitempty"` Trigger string `protobuf:"bytes,4,opt,name=trigger,proto3" json:"trigger,omitempty"` RecordingEnabled bool `protobuf:"varint,5,opt,name=recording_enabled,json=recordingEnabled,proto3" json:"recording_enabled,omitempty"` MaxSampleSize int32 `protobuf:"varint,6,opt,name=max_sample_size,json=maxSampleSize,proto3" json:"max_sample_size,omitempty"` // contains filtered or unexported fields }
func (*CreateDBCCodeRequest) Descriptor
deprecated
func (*CreateDBCCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDBCCodeRequest.ProtoReflect.Descriptor instead.
func (*CreateDBCCodeRequest) GetDbcContents ¶
func (x *CreateDBCCodeRequest) GetDbcContents() string
func (*CreateDBCCodeRequest) GetHeader ¶ added in v0.1.3
func (x *CreateDBCCodeRequest) GetHeader() int32
func (*CreateDBCCodeRequest) GetMaxSampleSize ¶ added in v0.1.3
func (x *CreateDBCCodeRequest) GetMaxSampleSize() int32
func (*CreateDBCCodeRequest) GetName ¶
func (x *CreateDBCCodeRequest) GetName() string
func (*CreateDBCCodeRequest) GetRecordingEnabled ¶ added in v0.1.3
func (x *CreateDBCCodeRequest) GetRecordingEnabled() bool
func (*CreateDBCCodeRequest) GetTrigger ¶ added in v0.1.3
func (x *CreateDBCCodeRequest) GetTrigger() string
func (*CreateDBCCodeRequest) ProtoMessage ¶
func (*CreateDBCCodeRequest) ProtoMessage()
func (*CreateDBCCodeRequest) ProtoReflect ¶
func (x *CreateDBCCodeRequest) ProtoReflect() protoreflect.Message
func (*CreateDBCCodeRequest) Reset ¶
func (x *CreateDBCCodeRequest) Reset()
func (*CreateDBCCodeRequest) String ¶
func (x *CreateDBCCodeRequest) String() string
type CreateTestSignalRequest ¶
type CreateTestSignalRequest struct { DeviceDefinitionId string `protobuf:"bytes,1,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` DbcCodesId string `protobuf:"bytes,2,opt,name=dbc_codes_id,json=dbcCodesId,proto3" json:"dbc_codes_id,omitempty"` UserDeviceId string `protobuf:"bytes,3,opt,name=user_device_id,json=userDeviceId,proto3" json:"user_device_id,omitempty"` AutopiUnitId string `protobuf:"bytes,4,opt,name=autopi_unit_id,json=autopiUnitId,proto3" json:"autopi_unit_id,omitempty"` Approved bool `protobuf:"varint,5,opt,name=approved,proto3" json:"approved,omitempty"` Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*CreateTestSignalRequest) Descriptor
deprecated
func (*CreateTestSignalRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTestSignalRequest.ProtoReflect.Descriptor instead.
func (*CreateTestSignalRequest) GetApproved ¶ added in v0.1.3
func (x *CreateTestSignalRequest) GetApproved() bool
func (*CreateTestSignalRequest) GetAutopiUnitId ¶ added in v0.1.3
func (x *CreateTestSignalRequest) GetAutopiUnitId() string
func (*CreateTestSignalRequest) GetDbcCodesId ¶
func (x *CreateTestSignalRequest) GetDbcCodesId() string
func (*CreateTestSignalRequest) GetDeviceDefinitionId ¶
func (x *CreateTestSignalRequest) GetDeviceDefinitionId() string
func (*CreateTestSignalRequest) GetUserDeviceId ¶
func (x *CreateTestSignalRequest) GetUserDeviceId() string
func (*CreateTestSignalRequest) GetValue ¶
func (x *CreateTestSignalRequest) GetValue() string
func (*CreateTestSignalRequest) ProtoMessage ¶
func (*CreateTestSignalRequest) ProtoMessage()
func (*CreateTestSignalRequest) ProtoReflect ¶
func (x *CreateTestSignalRequest) ProtoReflect() protoreflect.Message
func (*CreateTestSignalRequest) Reset ¶
func (x *CreateTestSignalRequest) Reset()
func (*CreateTestSignalRequest) String ¶
func (x *CreateTestSignalRequest) String() string
type DeviceSetting ¶ added in v0.3.5
type DeviceSetting struct { TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` BatteryCriticalLevelVoltage float32 `` /* 148-byte string literal not displayed */ SafetyCutOutVoltage float32 `protobuf:"fixed32,3,opt,name=safety_cut_out_voltage,json=safetyCutOutVoltage,proto3" json:"safety_cut_out_voltage,omitempty"` SleepTimerEventDrivenIntervalSecs float32 `` /* 170-byte string literal not displayed */ SleepTimerEventDrivenPeriodSecs float32 `` /* 164-byte string literal not displayed */ SleepTimerInactivityAfterSleepSecs float32 `` /* 173-byte string literal not displayed */ SleepTimerInactivityFallbackIntervalSecs float32 `` /* 191-byte string literal not displayed */ WakeTriggerVoltageLevel float32 `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DeviceSetting) Descriptor
deprecated
added in
v0.3.5
func (*DeviceSetting) Descriptor() ([]byte, []int)
Deprecated: Use DeviceSetting.ProtoReflect.Descriptor instead.
func (*DeviceSetting) GetBatteryCriticalLevelVoltage ¶ added in v0.3.5
func (x *DeviceSetting) GetBatteryCriticalLevelVoltage() float32
func (*DeviceSetting) GetSafetyCutOutVoltage ¶ added in v0.3.5
func (x *DeviceSetting) GetSafetyCutOutVoltage() float32
func (*DeviceSetting) GetSleepTimerEventDrivenIntervalSecs ¶ added in v0.4.1
func (x *DeviceSetting) GetSleepTimerEventDrivenIntervalSecs() float32
func (*DeviceSetting) GetSleepTimerEventDrivenPeriodSecs ¶ added in v0.4.1
func (x *DeviceSetting) GetSleepTimerEventDrivenPeriodSecs() float32
func (*DeviceSetting) GetSleepTimerInactivityAfterSleepSecs ¶ added in v0.4.1
func (x *DeviceSetting) GetSleepTimerInactivityAfterSleepSecs() float32
func (*DeviceSetting) GetSleepTimerInactivityFallbackIntervalSecs ¶ added in v0.4.1
func (x *DeviceSetting) GetSleepTimerInactivityFallbackIntervalSecs() float32
func (*DeviceSetting) GetTemplateName ¶ added in v0.3.5
func (x *DeviceSetting) GetTemplateName() string
func (*DeviceSetting) GetWakeTriggerVoltageLevel ¶ added in v0.3.5
func (x *DeviceSetting) GetWakeTriggerVoltageLevel() float32
func (*DeviceSetting) ProtoMessage ¶ added in v0.3.5
func (*DeviceSetting) ProtoMessage()
func (*DeviceSetting) ProtoReflect ¶ added in v0.3.5
func (x *DeviceSetting) ProtoReflect() protoreflect.Message
func (*DeviceSetting) Reset ¶ added in v0.3.5
func (x *DeviceSetting) Reset()
func (*DeviceSetting) String ¶ added in v0.3.5
func (x *DeviceSetting) String() string
type DeviceSettingsResponse ¶ added in v0.3.5
type DeviceSettingsResponse struct { TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` DeviceSetting *DeviceSetting `protobuf:"bytes,2,opt,name=device_setting,json=deviceSetting,proto3" json:"device_setting,omitempty"` // contains filtered or unexported fields }
func (*DeviceSettingsResponse) Descriptor
deprecated
added in
v0.3.5
func (*DeviceSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeviceSettingsResponse.ProtoReflect.Descriptor instead.
func (*DeviceSettingsResponse) GetDeviceSetting ¶ added in v0.3.5
func (x *DeviceSettingsResponse) GetDeviceSetting() *DeviceSetting
func (*DeviceSettingsResponse) GetTemplateName ¶ added in v0.3.5
func (x *DeviceSettingsResponse) GetTemplateName() string
func (*DeviceSettingsResponse) ProtoMessage ¶ added in v0.3.5
func (*DeviceSettingsResponse) ProtoMessage()
func (*DeviceSettingsResponse) ProtoReflect ¶ added in v0.3.5
func (x *DeviceSettingsResponse) ProtoReflect() protoreflect.Message
func (*DeviceSettingsResponse) Reset ¶ added in v0.3.5
func (x *DeviceSettingsResponse) Reset()
func (*DeviceSettingsResponse) String ¶ added in v0.3.5
func (x *DeviceSettingsResponse) String() string
type GetByIdRequest ¶
type GetByIdRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetByIdRequest) Descriptor
deprecated
func (*GetByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetByIdRequest.ProtoReflect.Descriptor instead.
func (*GetByIdRequest) GetId ¶
func (x *GetByIdRequest) GetId() string
func (*GetByIdRequest) ProtoMessage ¶
func (*GetByIdRequest) ProtoMessage()
func (*GetByIdRequest) ProtoReflect ¶
func (x *GetByIdRequest) ProtoReflect() protoreflect.Message
func (*GetByIdRequest) Reset ¶
func (x *GetByIdRequest) Reset()
func (*GetByIdRequest) String ¶
func (x *GetByIdRequest) String() string
type GetDBCCodeListResponse ¶
type GetDBCCodeListResponse struct { Items []*GetDBCCodeResponse `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetDBCCodeListResponse) Descriptor
deprecated
func (*GetDBCCodeListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDBCCodeListResponse.ProtoReflect.Descriptor instead.
func (*GetDBCCodeListResponse) GetItems ¶
func (x *GetDBCCodeListResponse) GetItems() []*GetDBCCodeResponse
func (*GetDBCCodeListResponse) ProtoMessage ¶
func (*GetDBCCodeListResponse) ProtoMessage()
func (*GetDBCCodeListResponse) ProtoReflect ¶
func (x *GetDBCCodeListResponse) ProtoReflect() protoreflect.Message
func (*GetDBCCodeListResponse) Reset ¶
func (x *GetDBCCodeListResponse) Reset()
func (*GetDBCCodeListResponse) String ¶
func (x *GetDBCCodeListResponse) String() string
type GetDBCCodeResponse ¶
type GetDBCCodeResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` DbcContents string `protobuf:"bytes,3,opt,name=dbc_contents,json=dbcContents,proto3" json:"dbc_contents,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Header int32 `protobuf:"varint,6,opt,name=header,proto3" json:"header,omitempty"` Trigger string `protobuf:"bytes,7,opt,name=trigger,proto3" json:"trigger,omitempty"` RecordingEnabled bool `protobuf:"varint,8,opt,name=recording_enabled,json=recordingEnabled,proto3" json:"recording_enabled,omitempty"` MaxSampleSize int32 `protobuf:"varint,9,opt,name=max_sample_size,json=maxSampleSize,proto3" json:"max_sample_size,omitempty"` // contains filtered or unexported fields }
func (*GetDBCCodeResponse) Descriptor
deprecated
func (*GetDBCCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDBCCodeResponse.ProtoReflect.Descriptor instead.
func (*GetDBCCodeResponse) GetCreatedAt ¶
func (x *GetDBCCodeResponse) GetCreatedAt() *timestamppb.Timestamp
func (*GetDBCCodeResponse) GetDbcContents ¶
func (x *GetDBCCodeResponse) GetDbcContents() string
func (*GetDBCCodeResponse) GetHeader ¶ added in v0.1.3
func (x *GetDBCCodeResponse) GetHeader() int32
func (*GetDBCCodeResponse) GetId ¶
func (x *GetDBCCodeResponse) GetId() string
func (*GetDBCCodeResponse) GetMaxSampleSize ¶ added in v0.1.3
func (x *GetDBCCodeResponse) GetMaxSampleSize() int32
func (*GetDBCCodeResponse) GetName ¶
func (x *GetDBCCodeResponse) GetName() string
func (*GetDBCCodeResponse) GetRecordingEnabled ¶ added in v0.1.3
func (x *GetDBCCodeResponse) GetRecordingEnabled() bool
func (*GetDBCCodeResponse) GetTrigger ¶ added in v0.1.3
func (x *GetDBCCodeResponse) GetTrigger() string
func (*GetDBCCodeResponse) GetUpdatedAt ¶
func (x *GetDBCCodeResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*GetDBCCodeResponse) ProtoMessage ¶
func (*GetDBCCodeResponse) ProtoMessage()
func (*GetDBCCodeResponse) ProtoReflect ¶
func (x *GetDBCCodeResponse) ProtoReflect() protoreflect.Message
func (*GetDBCCodeResponse) Reset ¶
func (x *GetDBCCodeResponse) Reset()
func (*GetDBCCodeResponse) String ¶
func (x *GetDBCCodeResponse) String() string
type GetTemplateByIDRequest ¶ added in v0.4.0
type GetTemplateByIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateByIDRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetTemplateByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateByIDRequest.ProtoReflect.Descriptor instead.
func (*GetTemplateByIDRequest) GetId ¶ added in v0.4.0
func (x *GetTemplateByIDRequest) GetId() string
func (*GetTemplateByIDRequest) ProtoMessage ¶ added in v0.4.0
func (*GetTemplateByIDRequest) ProtoMessage()
func (*GetTemplateByIDRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetTemplateByIDRequest) ProtoReflect() protoreflect.Message
func (*GetTemplateByIDRequest) Reset ¶ added in v0.4.0
func (x *GetTemplateByIDRequest) Reset()
func (*GetTemplateByIDRequest) String ¶ added in v0.4.0
func (x *GetTemplateByIDRequest) String() string
type GetTemplateByIDResponse ¶ added in v0.4.0
type GetTemplateByIDResponse struct { Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"` Pids []*PID `protobuf:"bytes,2,rep,name=pids,proto3" json:"pids,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateByIDResponse) Descriptor
deprecated
added in
v0.4.0
func (*GetTemplateByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateByIDResponse.ProtoReflect.Descriptor instead.
func (*GetTemplateByIDResponse) GetPids ¶ added in v0.4.0
func (x *GetTemplateByIDResponse) GetPids() []*PID
func (*GetTemplateByIDResponse) GetTemplate ¶ added in v0.4.0
func (x *GetTemplateByIDResponse) GetTemplate() *Template
func (*GetTemplateByIDResponse) ProtoMessage ¶ added in v0.4.0
func (*GetTemplateByIDResponse) ProtoMessage()
func (*GetTemplateByIDResponse) ProtoReflect ¶ added in v0.4.0
func (x *GetTemplateByIDResponse) ProtoReflect() protoreflect.Message
func (*GetTemplateByIDResponse) Reset ¶ added in v0.4.0
func (x *GetTemplateByIDResponse) Reset()
func (*GetTemplateByIDResponse) String ¶ added in v0.4.0
func (x *GetTemplateByIDResponse) String() string
type GetTemplateListRequest ¶ added in v0.4.0
type GetTemplateListRequest struct { Powertrain *string `protobuf:"bytes,1,opt,name=powertrain,proto3,oneof" json:"powertrain,omitempty"` Protocol *string `protobuf:"bytes,2,opt,name=protocol,proto3,oneof" json:"protocol,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateListRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetTemplateListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateListRequest.ProtoReflect.Descriptor instead.
func (*GetTemplateListRequest) GetPowertrain ¶ added in v0.4.0
func (x *GetTemplateListRequest) GetPowertrain() string
func (*GetTemplateListRequest) GetProtocol ¶ added in v0.4.0
func (x *GetTemplateListRequest) GetProtocol() string
func (*GetTemplateListRequest) ProtoMessage ¶ added in v0.4.0
func (*GetTemplateListRequest) ProtoMessage()
func (*GetTemplateListRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetTemplateListRequest) ProtoReflect() protoreflect.Message
func (*GetTemplateListRequest) Reset ¶ added in v0.4.0
func (x *GetTemplateListRequest) Reset()
func (*GetTemplateListRequest) String ¶ added in v0.4.0
func (x *GetTemplateListRequest) String() string
type GetTemplateListResponse ¶ added in v0.4.0
type GetTemplateListResponse struct { Templates []*TemplateSummary `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateListResponse) Descriptor
deprecated
added in
v0.4.0
func (*GetTemplateListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateListResponse.ProtoReflect.Descriptor instead.
func (*GetTemplateListResponse) GetTemplates ¶ added in v0.4.0
func (x *GetTemplateListResponse) GetTemplates() []*TemplateSummary
func (*GetTemplateListResponse) ProtoMessage ¶ added in v0.4.0
func (*GetTemplateListResponse) ProtoMessage()
func (*GetTemplateListResponse) ProtoReflect ¶ added in v0.4.0
func (x *GetTemplateListResponse) ProtoReflect() protoreflect.Message
func (*GetTemplateListResponse) Reset ¶ added in v0.4.0
func (x *GetTemplateListResponse) Reset()
func (*GetTemplateListResponse) String ¶ added in v0.4.0
func (x *GetTemplateListResponse) String() string
type GetTestSignalListResponse ¶
type GetTestSignalListResponse struct { Items []*GetTestSignalResponse `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetTestSignalListResponse) Descriptor
deprecated
func (*GetTestSignalListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTestSignalListResponse.ProtoReflect.Descriptor instead.
func (*GetTestSignalListResponse) GetItems ¶
func (x *GetTestSignalListResponse) GetItems() []*GetTestSignalResponse
func (*GetTestSignalListResponse) ProtoMessage ¶
func (*GetTestSignalListResponse) ProtoMessage()
func (*GetTestSignalListResponse) ProtoReflect ¶
func (x *GetTestSignalListResponse) ProtoReflect() protoreflect.Message
func (*GetTestSignalListResponse) Reset ¶
func (x *GetTestSignalListResponse) Reset()
func (*GetTestSignalListResponse) String ¶
func (x *GetTestSignalListResponse) String() string
type GetTestSignalResponse ¶
type GetTestSignalResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DeviceDefinitionId string `protobuf:"bytes,2,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` DbcCodesId string `protobuf:"bytes,3,opt,name=dbc_codes_id,json=dbcCodesId,proto3" json:"dbc_codes_id,omitempty"` UserDeviceId string `protobuf:"bytes,4,opt,name=user_device_id,json=userDeviceId,proto3" json:"user_device_id,omitempty"` AutopiUnitId string `protobuf:"bytes,5,opt,name=autopi_unit_id,json=autopiUnitId,proto3" json:"autopi_unit_id,omitempty"` Approved bool `protobuf:"varint,6,opt,name=approved,proto3" json:"approved,omitempty"` Value string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Signals string `protobuf:"bytes,10,opt,name=signals,proto3" json:"signals,omitempty"` // contains filtered or unexported fields }
func (*GetTestSignalResponse) Descriptor
deprecated
func (*GetTestSignalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTestSignalResponse.ProtoReflect.Descriptor instead.
func (*GetTestSignalResponse) GetApproved ¶ added in v0.1.3
func (x *GetTestSignalResponse) GetApproved() bool
func (*GetTestSignalResponse) GetAutopiUnitId ¶ added in v0.1.3
func (x *GetTestSignalResponse) GetAutopiUnitId() string
func (*GetTestSignalResponse) GetCreatedAt ¶
func (x *GetTestSignalResponse) GetCreatedAt() *timestamppb.Timestamp
func (*GetTestSignalResponse) GetDbcCodesId ¶
func (x *GetTestSignalResponse) GetDbcCodesId() string
func (*GetTestSignalResponse) GetDeviceDefinitionId ¶
func (x *GetTestSignalResponse) GetDeviceDefinitionId() string
func (*GetTestSignalResponse) GetId ¶
func (x *GetTestSignalResponse) GetId() string
func (*GetTestSignalResponse) GetSignals ¶ added in v0.2.3
func (x *GetTestSignalResponse) GetSignals() string
func (*GetTestSignalResponse) GetUpdatedAt ¶
func (x *GetTestSignalResponse) GetUpdatedAt() *timestamppb.Timestamp
func (*GetTestSignalResponse) GetUserDeviceId ¶
func (x *GetTestSignalResponse) GetUserDeviceId() string
func (*GetTestSignalResponse) GetValue ¶
func (x *GetTestSignalResponse) GetValue() string
func (*GetTestSignalResponse) ProtoMessage ¶
func (*GetTestSignalResponse) ProtoMessage()
func (*GetTestSignalResponse) ProtoReflect ¶
func (x *GetTestSignalResponse) ProtoReflect() protoreflect.Message
func (*GetTestSignalResponse) Reset ¶
func (x *GetTestSignalResponse) Reset()
func (*GetTestSignalResponse) String ¶
func (x *GetTestSignalResponse) String() string
type PID ¶ added in v0.4.0
type PID struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*PID) Descriptor
deprecated
added in
v0.4.0
func (*PID) ProtoMessage ¶ added in v0.4.0
func (*PID) ProtoMessage()
func (*PID) ProtoReflect ¶ added in v0.4.0
func (x *PID) ProtoReflect() protoreflect.Message
type PIDConfig ¶ added in v0.2.4
type PIDConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Header uint32 `protobuf:"varint,2,opt,name=header,proto3" json:"header,omitempty"` Mode uint32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` Pid uint32 `protobuf:"varint,4,opt,name=pid,proto3" json:"pid,omitempty"` Formula string `protobuf:"bytes,5,opt,name=formula,proto3" json:"formula,omitempty"` IntervalSeconds uint32 `protobuf:"varint,6,opt,name=interval_seconds,json=intervalSeconds,proto3" json:"interval_seconds,omitempty"` Protocol string `protobuf:"bytes,7,opt,name=protocol,proto3" json:"protocol,omitempty"` // contains filtered or unexported fields }
func (*PIDConfig) Descriptor
deprecated
added in
v0.2.4
func (*PIDConfig) GetFormula ¶ added in v0.2.4
func (*PIDConfig) GetIntervalSeconds ¶ added in v0.2.4
func (*PIDConfig) GetProtocol ¶ added in v0.2.4
func (*PIDConfig) ProtoMessage ¶ added in v0.2.4
func (*PIDConfig) ProtoMessage()
func (*PIDConfig) ProtoReflect ¶ added in v0.2.4
func (x *PIDConfig) ProtoReflect() protoreflect.Message
type PIDRequests ¶ added in v0.2.4
type PIDRequests struct { TemplateName string `protobuf:"bytes,1,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Requests []*PIDConfig `protobuf:"bytes,3,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
func (*PIDRequests) Descriptor
deprecated
added in
v0.2.4
func (*PIDRequests) Descriptor() ([]byte, []int)
Deprecated: Use PIDRequests.ProtoReflect.Descriptor instead.
func (*PIDRequests) GetRequests ¶ added in v0.2.4
func (x *PIDRequests) GetRequests() []*PIDConfig
func (*PIDRequests) GetTemplateName ¶ added in v0.2.4
func (x *PIDRequests) GetTemplateName() string
func (*PIDRequests) GetVersion ¶ added in v0.2.4
func (x *PIDRequests) GetVersion() string
func (*PIDRequests) ProtoMessage ¶ added in v0.2.4
func (*PIDRequests) ProtoMessage()
func (*PIDRequests) ProtoReflect ¶ added in v0.2.4
func (x *PIDRequests) ProtoReflect() protoreflect.Message
func (*PIDRequests) Reset ¶ added in v0.2.4
func (x *PIDRequests) Reset()
func (*PIDRequests) String ¶ added in v0.2.4
func (x *PIDRequests) String() string
type Template ¶ added in v0.4.0
type Template struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ParentTemplateName string `protobuf:"bytes,2,opt,name=parent_template_name,json=parentTemplateName,proto3" json:"parent_template_name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` Protocol string `protobuf:"bytes,4,opt,name=protocol,proto3" json:"protocol,omitempty"` Powertrain string `protobuf:"bytes,5,opt,name=powertrain,proto3" json:"powertrain,omitempty"` HasDbc string `protobuf:"bytes,6,opt,name=has_dbc,json=hasDbc,proto3" json:"has_dbc,omitempty"` PidsCount int32 `protobuf:"varint,7,opt,name=pids_count,json=pidsCount,proto3" json:"pids_count,omitempty"` Pids []*PID `protobuf:"bytes,8,rep,name=pids,proto3" json:"pids,omitempty"` Dbc string `protobuf:"bytes,9,opt,name=dbc,proto3" json:"dbc,omitempty"` TemplateVehicles []string `protobuf:"bytes,10,rep,name=template_vehicles,json=templateVehicles,proto3" json:"template_vehicles,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Template) Descriptor
deprecated
added in
v0.4.0
func (*Template) GetCreatedAt ¶ added in v0.4.0
func (x *Template) GetCreatedAt() *timestamppb.Timestamp
func (*Template) GetParentTemplateName ¶ added in v0.4.0
func (*Template) GetPidsCount ¶ added in v0.4.0
func (*Template) GetPowertrain ¶ added in v0.4.0
func (*Template) GetProtocol ¶ added in v0.4.0
func (*Template) GetTemplateVehicles ¶ added in v0.4.0
func (*Template) GetUpdatedAt ¶ added in v0.4.0
func (x *Template) GetUpdatedAt() *timestamppb.Timestamp
func (*Template) GetVersion ¶ added in v0.4.0
func (*Template) ProtoMessage ¶ added in v0.4.0
func (*Template) ProtoMessage()
func (*Template) ProtoReflect ¶ added in v0.4.0
func (x *Template) ProtoReflect() protoreflect.Message
type TemplateConfigServiceClient ¶ added in v0.4.0
type TemplateConfigServiceClient interface { CreateTemplate(ctx context.Context, in *UpdateTemplateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) UpdateTemplate(ctx context.Context, in *UpdateTemplateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetTemplateList(ctx context.Context, in *GetTemplateListRequest, opts ...grpc.CallOption) (*GetTemplateListResponse, error) GetTemplateByID(ctx context.Context, in *GetTemplateByIDRequest, opts ...grpc.CallOption) (*GetTemplateByIDResponse, error) }
TemplateConfigServiceClient is the client API for TemplateConfigService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTemplateConfigServiceClient ¶ added in v0.4.0
func NewTemplateConfigServiceClient(cc grpc.ClientConnInterface) TemplateConfigServiceClient
type TemplateConfigServiceServer ¶ added in v0.4.0
type TemplateConfigServiceServer interface { CreateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error) UpdateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error) GetTemplateList(context.Context, *GetTemplateListRequest) (*GetTemplateListResponse, error) GetTemplateByID(context.Context, *GetTemplateByIDRequest) (*GetTemplateByIDResponse, error) // contains filtered or unexported methods }
TemplateConfigServiceServer is the server API for TemplateConfigService service. All implementations must embed UnimplementedTemplateConfigServiceServer for forward compatibility
type TemplateSummary ¶ added in v0.4.0
type TemplateSummary struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"` Powertrain string `protobuf:"bytes,4,opt,name=powertrain,proto3" json:"powertrain,omitempty"` HasDbc string `protobuf:"bytes,5,opt,name=has_dbc,json=hasDbc,proto3" json:"has_dbc,omitempty"` PidsCount int32 `protobuf:"varint,6,opt,name=pids_count,json=pidsCount,proto3" json:"pids_count,omitempty"` // contains filtered or unexported fields }
func (*TemplateSummary) Descriptor
deprecated
added in
v0.4.0
func (*TemplateSummary) Descriptor() ([]byte, []int)
Deprecated: Use TemplateSummary.ProtoReflect.Descriptor instead.
func (*TemplateSummary) GetHasDbc ¶ added in v0.4.0
func (x *TemplateSummary) GetHasDbc() string
func (*TemplateSummary) GetName ¶ added in v0.4.0
func (x *TemplateSummary) GetName() string
func (*TemplateSummary) GetPidsCount ¶ added in v0.4.0
func (x *TemplateSummary) GetPidsCount() int32
func (*TemplateSummary) GetPowertrain ¶ added in v0.4.0
func (x *TemplateSummary) GetPowertrain() string
func (*TemplateSummary) GetProtocol ¶ added in v0.4.0
func (x *TemplateSummary) GetProtocol() string
func (*TemplateSummary) GetVersion ¶ added in v0.4.0
func (x *TemplateSummary) GetVersion() string
func (*TemplateSummary) ProtoMessage ¶ added in v0.4.0
func (*TemplateSummary) ProtoMessage()
func (*TemplateSummary) ProtoReflect ¶ added in v0.4.0
func (x *TemplateSummary) ProtoReflect() protoreflect.Message
func (*TemplateSummary) Reset ¶ added in v0.4.0
func (x *TemplateSummary) Reset()
func (*TemplateSummary) String ¶ added in v0.4.0
func (x *TemplateSummary) String() string
type UnimplementedTemplateConfigServiceServer ¶ added in v0.4.0
type UnimplementedTemplateConfigServiceServer struct { }
UnimplementedTemplateConfigServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTemplateConfigServiceServer) CreateTemplate ¶ added in v0.4.0
func (UnimplementedTemplateConfigServiceServer) CreateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error)
func (UnimplementedTemplateConfigServiceServer) GetTemplateByID ¶ added in v0.4.0
func (UnimplementedTemplateConfigServiceServer) GetTemplateByID(context.Context, *GetTemplateByIDRequest) (*GetTemplateByIDResponse, error)
func (UnimplementedTemplateConfigServiceServer) GetTemplateList ¶ added in v0.4.0
func (UnimplementedTemplateConfigServiceServer) GetTemplateList(context.Context, *GetTemplateListRequest) (*GetTemplateListResponse, error)
func (UnimplementedTemplateConfigServiceServer) UpdateTemplate ¶ added in v0.4.0
func (UnimplementedTemplateConfigServiceServer) UpdateTemplate(context.Context, *UpdateTemplateRequest) (*emptypb.Empty, error)
type UnimplementedVehicleSignalDecodingServiceServer ¶
type UnimplementedVehicleSignalDecodingServiceServer struct { }
UnimplementedVehicleSignalDecodingServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedVehicleSignalDecodingServiceServer) CreateDBCCode ¶
func (UnimplementedVehicleSignalDecodingServiceServer) CreateDBCCode(context.Context, *CreateDBCCodeRequest) (*VehicleSignalBaseResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) CreateTestSignal ¶
func (UnimplementedVehicleSignalDecodingServiceServer) CreateTestSignal(context.Context, *CreateTestSignalRequest) (*VehicleSignalBaseResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodes ¶
func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodes(context.Context, *emptypb.Empty) (*GetDBCCodeListResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodesByID ¶ added in v0.1.2
func (UnimplementedVehicleSignalDecodingServiceServer) GetDBCCodesByID(context.Context, *GetByIdRequest) (*GetDBCCodeResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalByID ¶ added in v0.1.2
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalByID(context.Context, *GetByIdRequest) (*GetTestSignalResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignals ¶
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignals(context.Context, *emptypb.Empty) (*GetTestSignalListResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDBCCodeID ¶ added in v0.1.2
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDBCCodeID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDeviceDefinitionID ¶ added in v0.1.2
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByDeviceDefinitionID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByUserDeviceID ¶ added in v0.1.2
func (UnimplementedVehicleSignalDecodingServiceServer) GetTestSignalsByUserDeviceID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) UpdateDBCCode ¶
func (UnimplementedVehicleSignalDecodingServiceServer) UpdateDBCCode(context.Context, *UpdateDBCCodeRequest) (*VehicleSignalBaseResponse, error)
func (UnimplementedVehicleSignalDecodingServiceServer) UpdateTestSignal ¶
func (UnimplementedVehicleSignalDecodingServiceServer) UpdateTestSignal(context.Context, *UpdateTestSignalRequest) (*VehicleSignalBaseResponse, error)
type UnsafeTemplateConfigServiceServer ¶ added in v0.4.0
type UnsafeTemplateConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTemplateConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TemplateConfigServiceServer will result in compilation errors.
type UnsafeVehicleSignalDecodingServiceServer ¶
type UnsafeVehicleSignalDecodingServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVehicleSignalDecodingServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VehicleSignalDecodingServiceServer will result in compilation errors.
type UpdateDBCCodeRequest ¶
type UpdateDBCCodeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` DbcContents string `protobuf:"bytes,3,opt,name=dbc_contents,json=dbcContents,proto3" json:"dbc_contents,omitempty"` Header int32 `protobuf:"varint,4,opt,name=header,proto3" json:"header,omitempty"` Trigger string `protobuf:"bytes,5,opt,name=trigger,proto3" json:"trigger,omitempty"` RecordingEnabled bool `protobuf:"varint,6,opt,name=recording_enabled,json=recordingEnabled,proto3" json:"recording_enabled,omitempty"` MaxSampleSize int32 `protobuf:"varint,7,opt,name=max_sample_size,json=maxSampleSize,proto3" json:"max_sample_size,omitempty"` // contains filtered or unexported fields }
func (*UpdateDBCCodeRequest) Descriptor
deprecated
func (*UpdateDBCCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDBCCodeRequest.ProtoReflect.Descriptor instead.
func (*UpdateDBCCodeRequest) GetDbcContents ¶
func (x *UpdateDBCCodeRequest) GetDbcContents() string
func (*UpdateDBCCodeRequest) GetHeader ¶ added in v0.1.3
func (x *UpdateDBCCodeRequest) GetHeader() int32
func (*UpdateDBCCodeRequest) GetId ¶
func (x *UpdateDBCCodeRequest) GetId() string
func (*UpdateDBCCodeRequest) GetMaxSampleSize ¶ added in v0.1.3
func (x *UpdateDBCCodeRequest) GetMaxSampleSize() int32
func (*UpdateDBCCodeRequest) GetName ¶
func (x *UpdateDBCCodeRequest) GetName() string
func (*UpdateDBCCodeRequest) GetRecordingEnabled ¶ added in v0.1.3
func (x *UpdateDBCCodeRequest) GetRecordingEnabled() bool
func (*UpdateDBCCodeRequest) GetTrigger ¶ added in v0.1.3
func (x *UpdateDBCCodeRequest) GetTrigger() string
func (*UpdateDBCCodeRequest) ProtoMessage ¶
func (*UpdateDBCCodeRequest) ProtoMessage()
func (*UpdateDBCCodeRequest) ProtoReflect ¶
func (x *UpdateDBCCodeRequest) ProtoReflect() protoreflect.Message
func (*UpdateDBCCodeRequest) Reset ¶
func (x *UpdateDBCCodeRequest) Reset()
func (*UpdateDBCCodeRequest) String ¶
func (x *UpdateDBCCodeRequest) String() string
type UpdateTemplateRequest ¶ added in v0.4.0
type UpdateTemplateRequest struct { Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"` // contains filtered or unexported fields }
func (*UpdateTemplateRequest) Descriptor
deprecated
added in
v0.4.0
func (*UpdateTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTemplateRequest.ProtoReflect.Descriptor instead.
func (*UpdateTemplateRequest) GetTemplate ¶ added in v0.4.0
func (x *UpdateTemplateRequest) GetTemplate() *Template
func (*UpdateTemplateRequest) ProtoMessage ¶ added in v0.4.0
func (*UpdateTemplateRequest) ProtoMessage()
func (*UpdateTemplateRequest) ProtoReflect ¶ added in v0.4.0
func (x *UpdateTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateTemplateRequest) Reset ¶ added in v0.4.0
func (x *UpdateTemplateRequest) Reset()
func (*UpdateTemplateRequest) String ¶ added in v0.4.0
func (x *UpdateTemplateRequest) String() string
type UpdateTestSignalRequest ¶
type UpdateTestSignalRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DeviceDefinitionId string `protobuf:"bytes,2,opt,name=device_definition_id,json=deviceDefinitionId,proto3" json:"device_definition_id,omitempty"` DbcCodesId string `protobuf:"bytes,3,opt,name=dbc_codes_id,json=dbcCodesId,proto3" json:"dbc_codes_id,omitempty"` UserDeviceId string `protobuf:"bytes,4,opt,name=user_device_id,json=userDeviceId,proto3" json:"user_device_id,omitempty"` AutopiUnitId string `protobuf:"bytes,5,opt,name=autopi_unit_id,json=autopiUnitId,proto3" json:"autopi_unit_id,omitempty"` Approved bool `protobuf:"varint,6,opt,name=approved,proto3" json:"approved,omitempty"` Value string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UpdateTestSignalRequest) Descriptor
deprecated
func (*UpdateTestSignalRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTestSignalRequest.ProtoReflect.Descriptor instead.
func (*UpdateTestSignalRequest) GetApproved ¶ added in v0.1.3
func (x *UpdateTestSignalRequest) GetApproved() bool
func (*UpdateTestSignalRequest) GetAutopiUnitId ¶ added in v0.1.3
func (x *UpdateTestSignalRequest) GetAutopiUnitId() string
func (*UpdateTestSignalRequest) GetDbcCodesId ¶
func (x *UpdateTestSignalRequest) GetDbcCodesId() string
func (*UpdateTestSignalRequest) GetDeviceDefinitionId ¶
func (x *UpdateTestSignalRequest) GetDeviceDefinitionId() string
func (*UpdateTestSignalRequest) GetId ¶
func (x *UpdateTestSignalRequest) GetId() string
func (*UpdateTestSignalRequest) GetUserDeviceId ¶
func (x *UpdateTestSignalRequest) GetUserDeviceId() string
func (*UpdateTestSignalRequest) GetValue ¶
func (x *UpdateTestSignalRequest) GetValue() string
func (*UpdateTestSignalRequest) ProtoMessage ¶
func (*UpdateTestSignalRequest) ProtoMessage()
func (*UpdateTestSignalRequest) ProtoReflect ¶
func (x *UpdateTestSignalRequest) ProtoReflect() protoreflect.Message
func (*UpdateTestSignalRequest) Reset ¶
func (x *UpdateTestSignalRequest) Reset()
func (*UpdateTestSignalRequest) String ¶
func (x *UpdateTestSignalRequest) String() string
type VehicleSignalBaseResponse ¶ added in v0.1.1
type VehicleSignalBaseResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*VehicleSignalBaseResponse) Descriptor
deprecated
added in
v0.1.1
func (*VehicleSignalBaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use VehicleSignalBaseResponse.ProtoReflect.Descriptor instead.
func (*VehicleSignalBaseResponse) GetId ¶ added in v0.1.1
func (x *VehicleSignalBaseResponse) GetId() string
func (*VehicleSignalBaseResponse) ProtoMessage ¶ added in v0.1.1
func (*VehicleSignalBaseResponse) ProtoMessage()
func (*VehicleSignalBaseResponse) ProtoReflect ¶ added in v0.1.1
func (x *VehicleSignalBaseResponse) ProtoReflect() protoreflect.Message
func (*VehicleSignalBaseResponse) Reset ¶ added in v0.1.1
func (x *VehicleSignalBaseResponse) Reset()
func (*VehicleSignalBaseResponse) String ¶ added in v0.1.1
func (x *VehicleSignalBaseResponse) String() string
type VehicleSignalDecodingServiceClient ¶
type VehicleSignalDecodingServiceClient interface { CreateDBCCode(ctx context.Context, in *CreateDBCCodeRequest, opts ...grpc.CallOption) (*VehicleSignalBaseResponse, error) UpdateDBCCode(ctx context.Context, in *UpdateDBCCodeRequest, opts ...grpc.CallOption) (*VehicleSignalBaseResponse, error) GetDBCCodes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetDBCCodeListResponse, error) GetDBCCodesByID(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*GetDBCCodeResponse, error) CreateTestSignal(ctx context.Context, in *CreateTestSignalRequest, opts ...grpc.CallOption) (*VehicleSignalBaseResponse, error) UpdateTestSignal(ctx context.Context, in *UpdateTestSignalRequest, opts ...grpc.CallOption) (*VehicleSignalBaseResponse, error) GetTestSignals(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTestSignalListResponse, error) GetTestSignalsByDeviceDefinitionID(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*GetTestSignalListResponse, error) GetTestSignalsByUserDeviceID(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*GetTestSignalListResponse, error) GetTestSignalsByDBCCodeID(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*GetTestSignalListResponse, error) GetTestSignalByID(ctx context.Context, in *GetByIdRequest, opts ...grpc.CallOption) (*GetTestSignalResponse, error) }
VehicleSignalDecodingServiceClient is the client API for VehicleSignalDecodingService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewVehicleSignalDecodingServiceClient ¶
func NewVehicleSignalDecodingServiceClient(cc grpc.ClientConnInterface) VehicleSignalDecodingServiceClient
type VehicleSignalDecodingServiceServer ¶
type VehicleSignalDecodingServiceServer interface { CreateDBCCode(context.Context, *CreateDBCCodeRequest) (*VehicleSignalBaseResponse, error) UpdateDBCCode(context.Context, *UpdateDBCCodeRequest) (*VehicleSignalBaseResponse, error) GetDBCCodes(context.Context, *emptypb.Empty) (*GetDBCCodeListResponse, error) GetDBCCodesByID(context.Context, *GetByIdRequest) (*GetDBCCodeResponse, error) CreateTestSignal(context.Context, *CreateTestSignalRequest) (*VehicleSignalBaseResponse, error) UpdateTestSignal(context.Context, *UpdateTestSignalRequest) (*VehicleSignalBaseResponse, error) GetTestSignals(context.Context, *emptypb.Empty) (*GetTestSignalListResponse, error) GetTestSignalsByDeviceDefinitionID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error) GetTestSignalsByUserDeviceID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error) GetTestSignalsByDBCCodeID(context.Context, *GetByIdRequest) (*GetTestSignalListResponse, error) GetTestSignalByID(context.Context, *GetByIdRequest) (*GetTestSignalResponse, error) // contains filtered or unexported methods }
VehicleSignalDecodingServiceServer is the server API for VehicleSignalDecodingService service. All implementations must embed UnimplementedVehicleSignalDecodingServiceServer for forward compatibility