rtBCD.h File Reference
#include "rtsrc/asn1type.h"
Go to the source code of this file.
Functions | |
const char * | rtBCDToString (OSUINT32 numocts, const OSOCTET *data, char *buffer, size_t bufsiz, OSBOOL isTBCD) |
int | rtStringToBCD (const char *str, OSOCTET *bcdStr, size_t bufsiz, OSBOOL isTBCD) |
int | rtStringToDynBCD (OSCTXT *pctxt, const char *str, ASN1DynOctStr *poctstr) |
const char * | rtTBCDToString (OSUINT32 numocts, const OSOCTET *data, char *buffer, size_t bufsiz) |
int | rtStringToTBCD (const char *str, OSOCTET *bcdStr, size_t bufsiz) |
Detailed Description
Binary-decimal conversion functions.