![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This interface defines the 'newline' character(s). More...
This interface defines the 'newline' character(s).
There is a standardized (within Colony.*) newline character which is "\n". In addition there is a native (to target's OS) newline character(s). The recommendation is to build your application to ALWAYS use the 'standardized' newline character and then use the Colony's Late-Header pattern (aka colony_config.h) to customize (if required) the actual newline for the application's platform.
#include <NewLine.h>
Static Public Member Functions | |
static const char * | standard (void) |
This method returns the Colony standardized newline character(s) | |
static const char * | native (void) |
This methods returns the target's native newline character(s). | |
|
inlinestatic |
This methods returns the target's native newline character(s).
NOTE: Use of this method is discouraged - see comments in class description.
|
inlinestatic |
This method returns the Colony standardized newline character(s)