contains remote components that are shared across all remote devices. More...
Go to the source code of this file.
Classes | |
class | tcremote::DeviceInitialisation |
class | tcremote::NoInitialisationNeeded |
class | tcremote::BaseRemoteServerConnection |
class | tcremote::TagValueRemoteServerConnection |
class | tcremote::TcMenuRemoteServer |
Enumerations | |
enum | RemoteServerType : uint8_t { TAG_VAL_REMOTE_SERVER , SIMHUB_CONNECTOR , TAG_VAL_WEB_SOCKET } |
Functions | |
int | tcremote::fromWiFiRSSITo4StateIndicator (int strength) |
contains remote components that are shared across all remote devices.
int tcremote::fromWiFiRSSITo4StateIndicator | ( | int | strength | ) |
Turns a signal strength provided in S/N decibels as an integer into one of four strength icons from 1..4, as the 0 icon is usually to indicate no connection. Where 1 represents a poor connection and 4 represents a good connection.
strength | an integer value in S/N decibels |