OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimEbcdicToAscii.h>
Public Member Functions | |
ossimEbcdicToAscii () | |
default constructor More... | |
~ossimEbcdicToAscii () | |
destructor More... | |
ossim_uint8 | asciiToEbcdic (ossim_uint8 c) const |
Converts ascii character c to ebcdic character. More... | |
ossim_uint8 | ebcdicToAscii (ossim_uint8 c) const |
Converts ebcdic character c to ascii character. More... | |
void | ebcdicToAscii (char *str, ossim_uint32 size) const |
Converts ebcdic character string "str" to ascii characters. More... | |
Definition at line 20 of file ossimEbcdicToAscii.h.
ossimEbcdicToAscii::ossimEbcdicToAscii | ( | ) |
ossimEbcdicToAscii::~ossimEbcdicToAscii | ( | ) |
ossim_uint8 ossimEbcdicToAscii::asciiToEbcdic | ( | ossim_uint8 | c | ) | const |
Converts ascii character c to ebcdic character.
c | ascii character to convert. |
Definition at line 97 of file ossimEbcdicToAscii.cpp.
ossim_uint8 ossimEbcdicToAscii::ebcdicToAscii | ( | ossim_uint8 | c | ) | const |
Converts ebcdic character c to ascii character.
c | ebcdic character to convert. |
Definition at line 103 of file ossimEbcdicToAscii.cpp.
Referenced by ebcdicToAscii().
void ossimEbcdicToAscii::ebcdicToAscii | ( | char * | str, |
ossim_uint32 | size | ||
) | const |
Converts ebcdic character string "str" to ascii characters.
str | ebcdic character string to convert. |
size | Number of characters to convert. Note that "str" should be at least >= size. |
Definition at line 108 of file ossimEbcdicToAscii.cpp.
References ebcdicToAscii(), and size.