Versions in this module Expand all Collapse all v0 v0.0.1 May 10, 2024 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type RPCService interface + TraceProfileAdd func(ctx context.Context, in *TraceProfileAdd) (*TraceProfileAddReply, error) + TraceProfileDel func(ctx context.Context, in *TraceProfileDel) (*TraceProfileDelReply, error) + TraceProfileShowConfig func(ctx context.Context, in *TraceProfileShowConfig) (*TraceProfileShowConfigReply, error) + func NewServiceClient(conn api.Connection) RPCService + type TraceProfileAdd struct + AppData uint32 + NodeID uint32 + NumElts uint8 + TraceTsp uint8 + TraceType uint8 + func (*TraceProfileAdd) GetCrcString() string + func (*TraceProfileAdd) GetMessageName() string + func (*TraceProfileAdd) GetMessageType() api.MessageType + func (m *TraceProfileAdd) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileAdd) Reset() + func (m *TraceProfileAdd) Size() (size int) + func (m *TraceProfileAdd) Unmarshal(b []byte) error + type TraceProfileAddReply struct + Retval int32 + func (*TraceProfileAddReply) GetCrcString() string + func (*TraceProfileAddReply) GetMessageName() string + func (*TraceProfileAddReply) GetMessageType() api.MessageType + func (m *TraceProfileAddReply) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileAddReply) Reset() + func (m *TraceProfileAddReply) Size() (size int) + func (m *TraceProfileAddReply) Unmarshal(b []byte) error + type TraceProfileDel struct + func (*TraceProfileDel) GetCrcString() string + func (*TraceProfileDel) GetMessageName() string + func (*TraceProfileDel) GetMessageType() api.MessageType + func (m *TraceProfileDel) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileDel) Reset() + func (m *TraceProfileDel) Size() (size int) + func (m *TraceProfileDel) Unmarshal(b []byte) error + type TraceProfileDelReply struct + Retval int32 + func (*TraceProfileDelReply) GetCrcString() string + func (*TraceProfileDelReply) GetMessageName() string + func (*TraceProfileDelReply) GetMessageType() api.MessageType + func (m *TraceProfileDelReply) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileDelReply) Reset() + func (m *TraceProfileDelReply) Size() (size int) + func (m *TraceProfileDelReply) Unmarshal(b []byte) error + type TraceProfileShowConfig struct + func (*TraceProfileShowConfig) GetCrcString() string + func (*TraceProfileShowConfig) GetMessageName() string + func (*TraceProfileShowConfig) GetMessageType() api.MessageType + func (m *TraceProfileShowConfig) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileShowConfig) Reset() + func (m *TraceProfileShowConfig) Size() (size int) + func (m *TraceProfileShowConfig) Unmarshal(b []byte) error + type TraceProfileShowConfigReply struct + AppData uint32 + NodeID uint32 + NumElts uint8 + Retval int32 + TraceTsp uint8 + TraceType uint8 + func (*TraceProfileShowConfigReply) GetCrcString() string + func (*TraceProfileShowConfigReply) GetMessageName() string + func (*TraceProfileShowConfigReply) GetMessageType() api.MessageType + func (m *TraceProfileShowConfigReply) Marshal(b []byte) ([]byte, error) + func (m *TraceProfileShowConfigReply) Reset() + func (m *TraceProfileShowConfigReply) Size() (size int) + func (m *TraceProfileShowConfigReply) Unmarshal(b []byte) error