Class | 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
|
Communication |
This class implements all communications methods for the client
|
Constants |
Constants: this class implements the constants values for the system.
|
Device |
Device: This class implement the values of a device.
|
InputOutput |
InputOutput: this class implement the specific methods to the hardware of the Raspberry Pi.
|
ManualOrder |
ManualOrder: This class implements one manual order to do.
|
Peripheral |
Peripheral: this class implement a logic device (peripheral) connected to the Raspberry server
|
PiControl |
PiControl: main class who implements the Raspberry who control the system
|
Processing |
Processing: this class implement methods for to do some processing
|
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.
|
SendMail |
SendMail: this class implements the methods to send a email.
|
Server |
Server: Class who represent the logic part of a Raspberry Pi working as
server
|
SQLUtils |
SQLUtils: Class who implements the SQL methods establishes the connection
with the database.
|
Status |
Status: class who represent the status global of the system.
|
Utilities |
Utilities: some utilities class
|
Enum | Description |
---|---|
Constants.CONNECTION_ERROR |
CONNECTION_ERROR: Enumerator with the connection errors
|
Constants.WORKING_MODE |
WORKING_MODE: Enumerator with the working modes
|