ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcppComFile.c File Reference
#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
 

Detailed Description

Function Documentation

◆ ngcppGetDataPath()

int ngcppGetDataPath ( ngcpp_link_t link,
char * path,
char * erms )

Retrieve the path where data is stored to local media.

◆ ngcppSetDataPath()

int ngcppSetDataPath ( ngcpp_link_t link,
const char * path,
char * erms )

Set the path where data is stored to local media.

◆ ngcppSetFilePubBase()

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.

◆ ngcppSetFilePubPath()

int ngcppSetFilePubPath ( ngcpp_link_t link,
int id,
char * path,
char * erms )

Change the storage path of a file publisher.

Variable Documentation

◆ ngcppCommand

ngcpp_cmd_t ngcppCommand
extern

◆ ngcppReply

ngcpp_rep_t ngcppReply
extern