Hosted Namespace Reference
Namespaces | |
Transport | |
Classes | |
class | Client |
class | Serial |
Functions | |
char | convertType (const String &type) |
String | convertFQN (const String &name) |
Variables | |
constexpr int | COMMAND_NOT_FOUND = -1 |
Function Documentation
◆ convertFQN()
Converts a name as given from PRETTY_FUNCTION to internal format. Examples: void a::sub(int) -> a::sub(: i) void TwoWire::pins(uint8_t,uint8_t) -> TwoWire::pins(: B B) uint8_t digitalRead(uint16_t) -> digitalRead(B: H)
- Parameters
-
name source name
- Return values
-
converted name
◆ convertType()
char Hosted::convertType | ( | const String & | type | ) |
Convert C type to format character See: https://docs.python.org/3.5/library/struct.html#format-strings
Variable Documentation
◆ COMMAND_NOT_FOUND
|
constexpr |