X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-interface%2Fucs-xml%2FUcsXml.h;h=8aff8938c980dc22ba29aef7f38b6295df741fc5;hb=refs%2Fchanges%2F22%2F24722%2F1;hp=2e5eef91b9df4105066280b7c1f44b268c647d79;hpb=b64500c1e9bc55e273bb57b8423b8c3d4f0ead83;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-interface/ucs-xml/UcsXml.h b/ucs2-interface/ucs-xml/UcsXml.h index 2e5eef9..8aff893 100644 --- a/ucs2-interface/ucs-xml/UcsXml.h +++ b/ucs2-interface/ucs-xml/UcsXml.h @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------------------------*/ -/* Unicens XML Parser */ +/* UNICENS XML Parser */ /* Copyright 2017, Microchip Technology Inc. and its subsidiaries. */ /* */ /* Redistribution and use in source and binary forms, with or without */ @@ -38,7 +38,7 @@ extern "C" { #include #include "ucs_api.h" -/** Structure holding informations to startup Unicens (UCS). +/** Structure holding informations to startup UNICENS (UCS). * Pass all these variables to the UCS manager structure, but not pInternal. * */ typedef struct @@ -62,8 +62,8 @@ typedef struct /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ /** - * \brief Initializes Unicens XML parser module, parses the given string and - * generate the data needed to run Unicens (UCS) library. + * \brief Initializes UNICENS XML parser module, parses the given string and + * generate the data needed to run UNICENS (UCS) library. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. * \param xmlString - Zero terminated XML string. The string will not be used @@ -74,7 +74,7 @@ typedef struct UcsXmlVal_t *UcsXml_Parse(const char *xmlString); /** - * \brief Frees the given structure, generated by UcsXml_Parse. + * \brief Frees the given structure, generated by UcsXml_Parse. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. * \param val - The structure to be freed.