Documentation ¶
Index ¶
- Constants
- type Stream
- func (s Stream) HasTimes() bool
- func (s Stream) HasValues() bool
- func (s Stream) NewTimes(n int32) (capnp.Int64List, error)
- func (s Stream) NewValues(n int32) (capnp.Float64List, error)
- func (s Stream) SetTimes(v capnp.Int64List) error
- func (s Stream) SetValues(v capnp.Float64List) error
- func (s Stream) String() string
- func (s Stream) Times() (capnp.Int64List, error)
- func (s Stream) Values() (capnp.Float64List, error)
- type StreamCollection
- func (s StreamCollection) HasStreams() bool
- func (s StreamCollection) HasTimes() bool
- func (s StreamCollection) NewStreams(n int32) (Stream_List, error)
- func (s StreamCollection) NewTimes(n int32) (capnp.Int64List, error)
- func (s StreamCollection) SetStreams(v Stream_List) error
- func (s StreamCollection) SetTimes(v capnp.Int64List) error
- func (s StreamCollection) Streams() (Stream_List, error)
- func (s StreamCollection) String() string
- func (s StreamCollection) Times() (capnp.Int64List, error)
- type StreamCollection_List
- type StreamCollection_Promise
- type Stream_List
- type Stream_Promise
Constants ¶
const StreamCollection_TypeID = 0xc1faf22fef67d15b
StreamCollection_TypeID is the unique identifier for the type StreamCollection.
const Stream_TypeID = 0xcf2858cf0a901da3
Stream_TypeID is the unique identifier for the type Stream.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
func (Stream) NewTimes ¶
NewTimes sets the times field to a newly allocated capnp.Int64List, preferring placement in s's segment.
type StreamCollection ¶
func NewRootStreamCollection ¶
func NewRootStreamCollection(s *capnp.Segment) (StreamCollection, error)
func NewStreamCollection ¶
func NewStreamCollection(s *capnp.Segment) (StreamCollection, error)
func ReadRootStreamCollection ¶
func ReadRootStreamCollection(msg *capnp.Message) (StreamCollection, error)
func (StreamCollection) HasStreams ¶
func (s StreamCollection) HasStreams() bool
func (StreamCollection) HasTimes ¶
func (s StreamCollection) HasTimes() bool
func (StreamCollection) NewStreams ¶
func (s StreamCollection) NewStreams(n int32) (Stream_List, error)
NewStreams sets the streams field to a newly allocated Stream_List, preferring placement in s's segment.
func (StreamCollection) NewTimes ¶
func (s StreamCollection) NewTimes(n int32) (capnp.Int64List, error)
NewTimes sets the times field to a newly allocated capnp.Int64List, preferring placement in s's segment.
func (StreamCollection) SetStreams ¶
func (s StreamCollection) SetStreams(v Stream_List) error
func (StreamCollection) Streams ¶
func (s StreamCollection) Streams() (Stream_List, error)
func (StreamCollection) String ¶
func (s StreamCollection) String() string
type StreamCollection_List ¶
StreamCollection_List is a list of StreamCollection.
func NewStreamCollection_List ¶
func NewStreamCollection_List(s *capnp.Segment, sz int32) (StreamCollection_List, error)
NewStreamCollection creates a new list of StreamCollection.
func (StreamCollection_List) At ¶
func (s StreamCollection_List) At(i int) StreamCollection
func (StreamCollection_List) Set ¶
func (s StreamCollection_List) Set(i int, v StreamCollection) error
func (StreamCollection_List) String ¶
func (s StreamCollection_List) String() string
type StreamCollection_Promise ¶
StreamCollection_Promise is a wrapper for a StreamCollection promised by a client call.
func (StreamCollection_Promise) Struct ¶
func (p StreamCollection_Promise) Struct() (StreamCollection, error)
type Stream_List ¶
Stream_List is a list of Stream.
func NewStream_List ¶
func NewStream_List(s *capnp.Segment, sz int32) (Stream_List, error)
NewStream creates a new list of Stream.
func (Stream_List) At ¶
func (s Stream_List) At(i int) Stream
func (Stream_List) String ¶
func (s Stream_List) String() string
type Stream_Promise ¶
Stream_Promise is a wrapper for a Stream promised by a client call.
func (Stream_Promise) Struct ¶
func (p Stream_Promise) Struct() (Stream, error)