Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
|
Namespaces | |
namespace | wombat |
Functions | |
const char * | wombat::stripTrailingZeros (const float value) |
Returns a pointer to a string representation of value, with trailing zeros removed. More... | |
size_t | wombat::stripLeadingWS (char *str) |
Removes leading whitespace characters from str. More... | |
size_t | wombat::stripTrailingWS (char *str) |
Removes trailing whitespace characters from str. More... | |
size_t | wombat::stripWS (char *str) |
Removes leading and trailing whitespace characters from str. More... | |
bool | wombat::get_cp_destination (const char *input_ptr, const size_t input_len, int &dest, const char **dest_filename_ptr, size_t &dest_output_len) |
extract the destination type and filename from a string of the form dest:filename. More... | |