Library for LoRa communication using MultiTech MDOT.
Fork of libmDot by
Diff: MTS-Utils/Utils.h
- Revision:
- 11:9938ba31d428
- Parent:
- 9:ebf682e616d0
--- a/MTS-Utils/Utils.h Thu Sep 10 13:19:35 2015 -0500 +++ b/MTS-Utils/Utils.h Tue Mar 29 10:18:28 2016 -0500 @@ -1,10 +1,3 @@ -/************************************************ - * MultiTech MTDOT Library - * Copyright (c) 2015 MultiTech Systems - * - * See LICENSE file for license information - ***********************************************/ - #ifndef UTILS_H #define UTILS_H @@ -27,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: