Skip to main content

Module server

Module server 

Source
Expand description

Ember+ server (provider) implementation.

The server hosts an Ember+ tree that clients can:

  • Browse and discover
  • Read parameter values
  • Set parameter values (with callbacks)
  • Subscribe to changes
  • Function invocation handlers
  • Matrix operation handlers

Structs§

EmberServer
An Ember+ server (provider).

Type Aliases§

InvokeHandler
Handler for function invocations.
MatrixHandler
Handler for matrix operations.
SetValueHandler
Handler for setValue operations.