Utility library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems
Dependents: mtsas mtsas thermostat_fan_demo--fan mtsas ... more
NOTE: MTS-Utils has moved to GitHub. This version will not be updated. For updates, go to the GitHub version.
Diff: Utils.h
- Revision:
- 15:ae12624eb600
- Parent:
- 11:4f4966954da9
diff -r 1d88cf5266c8 -r ae12624eb600 Utils.h --- a/Utils.h Wed Sep 09 11:59:59 2015 -0500 +++ b/Utils.h Tue Mar 21 15:26:50 2017 -0500 @@ -20,7 +20,7 @@ * @param relationalOperator a RelationalOperator enumeration. * @returns the enumeration name as a string. */ -static std::string getRelationalOperatorNames(RelationalOperator relationalOperator) +static inline std::string getRelationalOperatorNames(RelationalOperator relationalOperator) { switch(relationalOperator) { case GREATER: