mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
uldaq: fix uldaq_print()
This commit is contained in:
parent
82e7cc93be
commit
43a869d4f1
1 changed files with 6 additions and 5 deletions
|
@ -174,6 +174,12 @@ int uldaq_parse(struct node *n, json_t *cfg)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
char * uldaq_print(struct node *n)
|
||||||
|
{
|
||||||
|
return strf("TODO");
|
||||||
|
}
|
||||||
|
|
||||||
int uldaq_check(struct node *n)
|
int uldaq_check(struct node *n)
|
||||||
{
|
{
|
||||||
struct uldaq *u = (struct uldaq *) n->_vd;
|
struct uldaq *u = (struct uldaq *) n->_vd;
|
||||||
|
@ -188,11 +194,6 @@ int uldaq_check(struct node *n)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
char * uldaq_print(struct node *n)
|
|
||||||
{
|
|
||||||
return "TODO";
|
|
||||||
}
|
|
||||||
|
|
||||||
int uldaq_start(struct node *n)
|
int uldaq_start(struct node *n)
|
||||||
{
|
{
|
||||||
struct uldaq *u = (struct uldaq *) n->_vd;
|
struct uldaq *u = (struct uldaq *) n->_vd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue