framework/c/inc/le_hex.h
Go to the documentation of this file.
00001 
00043 #ifndef LEGATO_HEX_INCLUDE_GUARD
00044 #define LEGATO_HEX_INCLUDE_GUARD
00045 
00046 
00047 //--------------------------------------------------------------------------------------------------
00053 //--------------------------------------------------------------------------------------------------
00054 int32_t le_hex_StringToBinary
00055 (
00056     const char *stringPtr,     
00057     uint32_t    stringLength,  
00058     uint8_t    *binaryPtr,     
00059     uint32_t    binarySize     
00060 );
00061 
00062 //--------------------------------------------------------------------------------------------------
00068 //--------------------------------------------------------------------------------------------------
00069 int32_t le_hex_BinaryToString
00070 (
00071     const uint8_t *binaryPtr,  
00072     uint32_t       binarySize, 
00073     char          *stringPtr,  
00074     uint32_t       stringSize  
00075 );
00076 
00077 #endif // LEGATO_HEX_INCLUDE_GUARD
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines