- get() - Method in enum piserver.I2CDisplay.HT16K33
-
- getBoard() - Method in class piserver.Raspberry
-
getBoard: Return the model of Raspberry Pi Board.
- getCommand() - Method in class piserver.Request
-
getCommand: return the command from the request
- getComment() - Method in class piserver.Device
-
getComment: return the comment of the device
- getConfig(ServerStatus) - Static method in class piserver.Utilities
-
getConfig: this method read the configuration file.
- getConfigTimerAutonomousRunEvery() - Method in class piserver.Server
-
getConfigTimerAutonomousRunEvery: get the value who indicates how long run the Autonomous mode timer.
- getConfigTimerAutonomousWaitStart() - Method in class piserver.Server
-
getConfigTimerAutonomousWaitStart: get the time to wait before the Autonomous mode start.
- getConfigTimerAutonomousWaitTime() - Method in class piserver.Server
-
getConfigTimerAutonomousWaitTime: get the difference of time without connection, before start autonomous mode.
- getConfigTimerLEDRunEvery() - Method in class piserver.Server
-
getConfigTimerLEDRunEvery: get the value who indicates how long run the LED Display timer.
- getConfigTimerLEDWaitStart() - Method in class piserver.Server
-
getConfigTimerLEDWaitStart: get the time to wait before the LED Display start.
- getCurrentStatus() - Method in class piserver.ServerStatus
-
getCurrentStatus: return the current status.
- getDate() - Method in class piserver.Status
-
getDate: return the date of the status.
- getDevice(int) - Method in class piserver.Server
-
getDevice: returns the device in the position specified.
- getDevice(String) - Method in class piserver.Server
-
getDevice: returns the device whose name matches with the parameter.
- getDeviceName() - Method in class piserver.AutonomousRule
-
getDeviceName: returns the device name who apply this rule.
- getErrorCode() - Method in class piserver.Response
-
getErrorCode: return the error code received in the response
- getGpioController() - Method in class piserver.Raspberry
-
getGpioController: return the only GPIO controller in one Raspberry.
- getHWBoard() - Static method in class piserver.InputOutput
-
getHWBoard: Get the type of Raspberry board
- getI2cBus() - Method in class piserver.Raspberry
-
getI2CBus: Return the bus I2C instantiate on the Raspberry.
- getI2CDeviceFromMap(String) - Method in class piserver.Raspberry
-
getI2CDeviceFromMap: return the I2C device with the specified name from the hash map
with all I2C devices defined in this Raspberry
- getI2CMap() - Method in class piserver.Raspberry
-
getI2CMap: return the Hash Map with all I2C devices defined in this Raspberry.
- getIdentifier() - Method in class piserver.Server
-
getIdentifier: get the identifier (name) of the server.
- getIp() - Method in class piserver.Processor
-
getIp: return the IP address of the processor (Logical Server).
- getIpAddress() - Method in class piserver.Server
-
getIpAddress: get the IP address of the server.
- getLastCommand() - Method in class piserver.Device
-
getLastCommand: return the last command executed on the device
- getLastCommand() - Method in class piserver.Server
-
getLastCommand: return the last command received on the server
- getLastConnDate() - Method in class piserver.Server
-
getLastConnDate: get the last connection Date.
- getLastDate() - Method in class piserver.Device
-
getLastDate: return the last date on that a command was executed on this device
- getLastResponse() - Method in class piserver.Server
-
getLastResponse: return the last command response sent by the server.
- getLastStatus() - Method in class piserver.ServerStatus
-
getLastStatus: return the last global status.
- getListDevices() - Method in class piserver.Server
-
getListDevices: return the list of devices.
- getlistPeripherals() - Method in class piserver.Processor
-
getlistPeripherals: return the list of peripherals of this processor.
- getListRules() - Method in class piserver.ServerStatus
-
getListRules: get the list of rules.
- getListRules(int) - Method in class piserver.ServerStatus
-
- getLogicName() - Method in class piserver.Peripheral
-
- getMessage() - Method in class piserver.Response
-
getMessage: return the message from the response
- getMode() - Method in class piserver.Device
-
getMode: return the mode of the device (IN, OUT, I2C,.)
- getMode() - Method in class piserver.Peripheral
-
getMode: return the mode of the peripheral
- getName() - Method in class piserver.Device
-
getName: return the name of the device
- getName() - Method in class piserver.Peripheral
-
getName: return the name of the peripheral
- getName() - Method in class piserver.Processor
-
getName: return the name of the processor (Logical Server).
- getNTCParameterValue(String, String) - Static method in class piserver.Processing
-
getNTCParameterValue: return the value of one parameter from the NTC.
- getNumDevices() - Method in class piserver.Server
-
getNumDevices: return the number of devices on this server.
- getNumProcessors() - Method in class piserver.Status
-
getNumProcessors: return the number of processors in the status system.
- getOnline() - Method in class piserver.Server
-
getOnline: get the status of the server.
- getOptimalTemp() - Method in class piserver.ServerStatus
-
getOptimalTemp: Get the optimal temperature of thermosyphon water.
- getParameter2() - Method in class piserver.Device
-
getParameter2:
If it's a GPIO, this method return the Physical Pin number
If it's a IC2 device, this method return the hex address of bus I2C
- getParameter3() - Method in class piserver.Device
-
getParameter3:
If it's a GPIO, return the WiringPi and Pi4J logic pin number.
- getParameter4() - Method in class piserver.Device
-
getParameter4:
If it's a GPIO, return the Logical Pin Name
If it's a I2C device, return the values of configuration register/s
- getParameter5() - Method in class piserver.Device
-
getParameter5:
If it's a GPIO, return the Logic Level of signal: HIGH or LOW
If it's a I2C device, return the used channel, or UNK
- getParameter6() - Method in class piserver.Device
-
getParameter6:
If it's a GPIO, return the default or desired value on start: ON or OFF
If it's a I2C device, return the name of the conversion, or UNK
- getParameters() - Method in class piserver.Request
-
getParameters: return the parameters from the request
- getPeripheral(String) - Method in class piserver.Processor
-
getPeripheral: return the peripheral with specified name.
- getPeripheral(int) - Method in class piserver.Processor
-
getPeripheral: return the peripheral in specified position.
- getPinDigitalFromMap(String) - Method in class piserver.Raspberry
-
getPinDigitalFromMap: get the GPIO with the specified name from to the Hash Map with all the GPIO defined in this Raspberry.
- getPinDigitalMap() - Method in class piserver.Raspberry
-
getPinDigitalMap: Return the HashMap with all the GPIO defined in this Raspberry.
- getPinPi4j(int) - Static method in class piserver.InputOutput
-
getPinPi4j: convert the number of pin (integer) to type Pi4J.Pin
- getPort() - Method in class piserver.Server
-
getPort: get the port of the server.
- getProcessor(String) - Method in class piserver.Status
-
getProcessor: return the processor whose name matches the specified name.
- getProcessor(int) - Method in class piserver.Status
-
getProcessor: return the processor in the given position in the ArrayList of processors.
- getProcessorList() - Method in class piserver.Status
-
getProcessorList: return the array list with all the processors.
- getRule() - Method in class piserver.AutonomousRule
-
getRule: get the rule.
- getRules(ServerStatus) - Static method in class piserver.Utilities
-
getRules: this method read the rules configuration file.
- GetTempTask - Class in piserver
-
- getType() - Method in class piserver.Processor
-
getType: return the type of processor.
- getValue() - Method in class piserver.AutonomousRule
-
getValue: returns the value who apply this rule to this device.
- getValue() - Method in class piserver.Device
-
getValue: return the value of the device
- getValue() - Method in class piserver.Peripheral
-
getValue: return the value of the peripheral