Class and Description |
---|
Automatic
Automatic: This class implements the automatic operation mode, the DFA (Deterministic Finite Automata).
|
AutomaticRule
AutomaticRule: This class implements the rules that have to fulfilled to change from the current
state to another.
|
AutomaticState
AutomaticState: This class implements one state, and all the rules that apply
in this state.
|
Client
Client This class represent a Raspberry working as client
|
Constants.CONNECTION_ERROR
CONNECTION_ERROR: Enumerator with the connection errors
|
Constants.WORKING_MODE
WORKING_MODE: Enumerator with the working modes
|
Device
Device: This class implement the values of a device.
|
ManualOrder
ManualOrder: This class implements one manual order to do.
|
Peripheral
Peripheral: this class implement a logic device (peripheral) connected to the Raspberry server
|
Processor
Processor: this class implements a the logic part of a server on the network.
|
Request
Request: This class implements a server request.
|
Response
Response: This class implements a server response.
|
Server
Server: Class who represent the logic part of a Raspberry Pi working as
server
|
Status
Status: class who represent the status global of the system.
|