#include "spdvertable.h"
Namespaces | |
namespace | spdGlobals |
Functions | |
const char * | spdGlobals::getDacName (int index) |
functions to get a dac number and a dac name | |
int | spdGlobals::getDacNumber (const char *dacName) |
std::string | spdGlobals::intToStr (int number) |
void | spdGlobals::saveQuerytoFile (std::string coment, std::string query) |
void | spdGlobals::deleteSqldebug (void) |
void insertNumber(std::string &str, int number, const char * separator); | |
Uint32 | spdGlobals::extractFromInt32 (Uint32 input, int offset, int bits) |
functions to pack a value in a 32 bit register and to unpack | |
void | spdGlobals::insertIntoInt32 (Uint32 &input, Uint32 value, int offset, int bits) |
template<class T> | |
std::string | spdGlobals::toString (T value) |
template function to convert to string | |
template<typename T> | |
T | spdGlobals::fromString (const std::string &s) |
template function to get a value from a string | |
std::vector< std::string > | spdGlobals::getMcmVerFields () |
std::vector< std::string > | spdGlobals::getNoisyVerFields () |
std::vector< spdDbTypes > | spdGlobals::getNoisyVerTypes () |
std::vector< std::string > | spdGlobals::splitStr (const std::string &text, const std::string &delimeter) |
split string function | |
void | spdGlobals::insertBitsIntoArray (Uint32 *array, Uint32 data, unsigned offset, Uint32 nBits) |
const char * | spdGlobals::getApiDacName (unsigned apiDac) |
returns the analog pilot name | |
Variables | |
const char | sqlDebug [] = ".\\debug\\sqlDebug.sql" |
const char sqlDebug[] = ".\\debug\\sqlDebug.sql" |