version 1.1.1.1.2.5, 2012/01/27 15:16:40
|
version 1.1.1.1.2.7, 2012/04/25 13:49:15
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 234 inline int mqtt_msgRealloc(mqtt_msg_t * __restrict msg
|
Line 234 inline int mqtt_msgRealloc(mqtt_msg_t * __restrict msg
|
*/ |
*/ |
int mqtt_expandTopic(const char *csInput, char * __restrict psRegEx, int regexLen, |
int mqtt_expandTopic(const char *csInput, char * __restrict psRegEx, int regexLen, |
unsigned char BOL, unsigned char EOL); |
unsigned char BOL, unsigned char EOL); |
|
/* |
|
* mqtt_sqlTopic() - Expanding topic to SQL search string |
|
* |
|
* @csInput = Input topic |
|
* @psSQL = Output to SQL search string |
|
* @sqlLen = Length of psSQL |
|
* return: -1 error, 0 changed bytes |
|
*/ |
|
int mqtt_sqlTopic(const char *csInput, char * __restrict psSQL, int sqlLen); |
|
|
/* |
/* |
* mqtt_encodeLen() Encode number to MQTT length field |
* mqtt_encodeLen() Encode number to MQTT length field |