NMEAutolink.c File Reference
Detailed Description
NME optional automatic link recognition (CamelCase and URL).
- Author:
- Yves Piguet. Copyright 2007-2008, Yves Piguet.
Definition in file NMEAutolink.c.
#include "NMEAutolink.h"
Go to the source code of this file.
Function Documentation
Autoconvert implementation for camelCase words.
- Parameters:
-
| [in] | src | source text with markup |
| [in] | srcLen | source text length |
| [in,out] | i | index in src (token to parse on input, next token on output) |
| [in,out] | context | current context |
| [in] | userData | pointer passed from the parser, as specified in NMEAutoconvert |
- Returns:
- TRUE for conversion, else FALSE
Definition at line 17 of file NMEAutolink.c.
Autoconvert implementation for URLs.
- Parameters:
-
| [in] | src | source text with markup |
| [in] | srcLen | source text length |
| [in,out] | i | index in src (token to parse on input, next token on output) |
| [in,out] | context | current context |
| [in] | userData | pointer passed from the parser, as specified in NMEAutoconvert |
- Returns:
- TRUE for conversion, else FALSE
Definition at line 52 of file NMEAutolink.c.