Versions in this module Expand all Collapse all v3 v3.5.0 Feb 6, 2023 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type LogDetails struct + Level vpe_types.LogLevel + Message string + MsgClass string + Timestamp vpe_types.Timestamp + func (*LogDetails) GetCrcString() string + func (*LogDetails) GetMessageName() string + func (*LogDetails) GetMessageType() api.MessageType + func (m *LogDetails) Marshal(b []byte) ([]byte, error) + func (m *LogDetails) Reset() + func (m *LogDetails) Size() (size int) + func (m *LogDetails) Unmarshal(b []byte) error + type LogDump struct + StartTimestamp vpe_types.Timestamp + func (*LogDump) GetCrcString() string + func (*LogDump) GetMessageName() string + func (*LogDump) GetMessageType() api.MessageType + func (m *LogDump) Marshal(b []byte) ([]byte, error) + func (m *LogDump) Reset() + func (m *LogDump) Size() (size int) + func (m *LogDump) Unmarshal(b []byte) error + type RPCService interface + LogDump func(ctx context.Context, in *LogDump) (RPCService_LogDumpClient, error) + ShowVersion func(ctx context.Context, in *ShowVersion) (*ShowVersionReply, error) + ShowVpeSystemTime func(ctx context.Context, in *ShowVpeSystemTime) (*ShowVpeSystemTimeReply, error) + func NewServiceClient(conn api.Connection) RPCService + type RPCService_LogDumpClient interface + Recv func() (*LogDetails, error) + type ShowVersion struct + func (*ShowVersion) GetCrcString() string + func (*ShowVersion) GetMessageName() string + func (*ShowVersion) GetMessageType() api.MessageType + func (m *ShowVersion) Marshal(b []byte) ([]byte, error) + func (m *ShowVersion) Reset() + func (m *ShowVersion) Size() (size int) + func (m *ShowVersion) Unmarshal(b []byte) error + type ShowVersionReply struct + BuildDate string + BuildDirectory string + Program string + Retval int32 + Version string + func (*ShowVersionReply) GetCrcString() string + func (*ShowVersionReply) GetMessageName() string + func (*ShowVersionReply) GetMessageType() api.MessageType + func (m *ShowVersionReply) Marshal(b []byte) ([]byte, error) + func (m *ShowVersionReply) Reset() + func (m *ShowVersionReply) Size() (size int) + func (m *ShowVersionReply) Unmarshal(b []byte) error + type ShowVpeSystemTime struct + func (*ShowVpeSystemTime) GetCrcString() string + func (*ShowVpeSystemTime) GetMessageName() string + func (*ShowVpeSystemTime) GetMessageType() api.MessageType + func (m *ShowVpeSystemTime) Marshal(b []byte) ([]byte, error) + func (m *ShowVpeSystemTime) Reset() + func (m *ShowVpeSystemTime) Size() (size int) + func (m *ShowVpeSystemTime) Unmarshal(b []byte) error + type ShowVpeSystemTimeReply struct + Retval int32 + VpeSystemTime vpe_types.Timestamp + func (*ShowVpeSystemTimeReply) GetCrcString() string + func (*ShowVpeSystemTimeReply) GetMessageName() string + func (*ShowVpeSystemTimeReply) GetMessageType() api.MessageType + func (m *ShowVpeSystemTimeReply) Marshal(b []byte) ([]byte, error) + func (m *ShowVpeSystemTimeReply) Reset() + func (m *ShowVpeSystemTimeReply) Size() (size int) + func (m *ShowVpeSystemTimeReply) Unmarshal(b []byte) error