SELKIELogger
1.0.0
|
Test conversion of HXV format data. More...
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "DWMessages.h"
#include "DWTypes.h"
Go to the source code of this file.
Functions | |
bool | test (const char *in) |
int | main (void) |
Test conversion of HXV format data.
Definition in file DWSample.c.
int main | ( | void | ) |
Test dw_string_hxv() for CTest
Definition at line 46 of file DWSample.c.
bool test | ( | const char * | in | ) |
Convert and print HXV data
[in] | in | HXV data as string |
Definition at line 65 of file DWSample.c.