#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <errno.h>#include <ngc/core/ngcppInt.h>#include <ngc/core/ngcppCom.h>Functions | |
| int | ngcppSetDataPath (ngcpp_link_t lnk, const char *path, char *erms) |
| int | ngcppGetDataPath (ngcpp_link_t lnk, char *path, char *erms) |
| int | ngcppSetFilePubBase (ngcpp_link_t lnk, char *baseName, char *erms) |
| int | ngcppSetFilePubPath (ngcpp_link_t lnk, int id, char *path, char *erms) |
Variables | |
| ngcpp_cmd_t | ngcppCommand |
| ngcpp_rep_t | ngcppReply |
| int ngcppGetDataPath | ( | ngcpp_link_t | link, |
| char * | path, | ||
| char * | erms ) |
Retrieve the path where data is stored to local media.
| int ngcppSetDataPath | ( | ngcpp_link_t | link, |
| const char * | path, | ||
| char * | erms ) |
Set the path where data is stored to local media.
| int ngcppSetFilePubBase | ( | ngcpp_link_t | link, |
| char * | baseName, | ||
| char * | erms ) |
Change the file publishing sequence base-name. Header information (frame-type, counter) is appended to the basename.
| int ngcppSetFilePubPath | ( | ngcpp_link_t | link, |
| int | id, | ||
| char * | path, | ||
| char * | erms ) |
Change the storage path of a file publisher.
|
extern |
|
extern |