RTI Connext DDS Micro  Version 2.4.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dds_c_string.h File Reference

DDS string definitions. More...

Go to the source code of this file.

Functions

char * DDS_String_alloc (DDS_UnsignedLong length)
 Create a new empty string that can hold up to length characters. More...
 
char * DDS_String_dup (const char *str)
 Clone a string. Creates a new string that duplicates the value of string. More...
 
void DDS_String_free (char *str)
 Delete a string. More...
 
int DDS_String_cmp (const char *s1, const char *s2)
 Compare two strings. More...
 
int DDS_String_ncmp (const char *s1, const char *s2, DDS_UnsignedLong num)
 Compare two strings. More...
 
int DDS_String_length (const char *string)
 Return the length of a string. More...
 

Detailed Description

DDS string definitions.


RTI Connext DDS Micro Version 2.4.6 Copyright © Mon Jan 25 2016 Real-Time Innovations, Inc