#include "PointSplDcps.h"
#include "ccpp_Point.h"
#include <v_kernel.h>
#include <v_topic.h>
#include <os_stdlib.h>
#include <string.h>
#include <os_report.h>
Go to the source code of this file.
Functions | |
c_bool | __Point__copyIn (c_base base, struct Point *from, struct _Point *to) |
void | __Point__copyOut (void *_from, void *_to) |
const char * | __Point__keys (void) |
const char * | __Point__name (void) |
c_bool __Point__copyIn | ( | c_base | base, |
struct Point * | from, | ||
struct _Point * | to | ||
) |
Definition at line 23 of file PointSplDcps.cpp.
void __Point__copyOut | ( | void * | _from, |
void * | _to | ||
) |
Definition at line 37 of file PointSplDcps.cpp.
const char* __Point__keys | ( | void | ) |
Definition at line 11 of file PointSplDcps.cpp.
const char* __Point__name | ( | void | ) |
Definition at line 5 of file PointSplDcps.cpp.