SELKIELogger  1.0.0
DWSample.c File Reference

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"
Include dependency graph for DWSample.c:

Go to the source code of this file.

Functions

bool test (const char *in)
 
int main (void)
 

Detailed Description

Test conversion of HXV format data.

Definition in file DWSample.c.

Function Documentation

◆ main()

int main ( void  )

Test dw_string_hxv() for CTest

Returns
1 on error, otherwise 0

Definition at line 46 of file DWSample.c.

◆ test()

bool test ( const char *  in)

Convert and print HXV data

Parameters
[in]inHXV data as string
Returns
True on success, false on failure

Definition at line 65 of file DWSample.c.