Skip to content

Commit

Permalink
More documentation for parseDecimalString
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Sep 6, 2017
1 parent e956109 commit e2c5213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/c/nrt/include/nrt/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ NRTAPI(void) nrt_Utils_baseName(char *base, const char *fullName,
* Take in a decimal degree format string and convert it into
* a double. The string will be of the format +-ddd.dd or +-dd.dd.
*
* \param d The decimal string to convert
* \param decimal [output] The value of the given string
* \param error Set if there is an error
* \return NITF_SUCCESS or NITF_FAILURE as appropriate
*
* \todo This function can be expanded to handle arbitrary
* size conversions. It is TBD whether this is desirable, since the
* IGEOLO itself is very strict about what is allowed
Expand Down

0 comments on commit e2c5213

Please sign in to comment.