Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalogInTypeA ¶
type AnalogInTypeA struct {
}
func NewAnalogInTypeAClient ¶
func NewAnalogInTypeAClient() *AnalogInTypeA
func (*AnalogInTypeA) GetChannel ¶
func (c *AnalogInTypeA) GetChannel(channel int) (*anaIn.Sample, error)
GetChannel gets the current value of a given analog channel
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a client for the analogInTypeA function
func NewClientFromService ¶
NewClientFromService creates a new core function client from a socket with a address, which was acquired from the specified service. The timeout specifies the maximal time waiting for a service to show up.
func NewClientFromSocketAddress ¶
NewClientFromSocketAddress creates a new analogInTypeA function client from a socket with the specified address.
func (*Client) SetConfiguration ¶
func (c *Client) SetConfiguration(config Configuration) error
type Configuration ¶
Click to show internal directories.
Click to hide internal directories.