|
mrfioc2
2.3.0
|
#include <stdexcept>#include <iomanip>#include <errno.h>#include <limits.h>#include <stdlib.h>#include <epicsStdio.h>#include <epicsExport.h>#include "mrfCommon.h"
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &strm, const MRFVersion &ver) |
| epicsUInt32 | roundToUInt (double val, epicsUInt32 max) |
| char * | allocSNPrintf (size_t N, const char *fmt,...) |
| int | epicsParseUInt32 (const char *str, epicsUInt32 *to, int base, char **units) |
| char* allocSNPrintf | ( | size_t | N, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 59 of file mrfCommon.cpp.
| int epicsParseUInt32 | ( | const char * | str, |
| epicsUInt32 * | to, | ||
| int | base, | ||
| char ** | units | ||
| ) |
Definition at line 113 of file mrfCommon.cpp.
| std::ostream& operator<< | ( | std::ostream & | strm, |
| const MRFVersion & | ver | ||
| ) |
Definition at line 33 of file mrfCommon.cpp.
| epicsUInt32 roundToUInt | ( | double | val, |
| epicsUInt32 | max | ||
| ) |
Definition at line 43 of file mrfCommon.cpp.
1.8.13