TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <PvApi.h>
#include <PvRegIo.h>
Functions | |
void | ShowUsage () |
char * | strtrim (char *aString) |
bool | String2Value (tPvHandle aCamera, const char *aLabel, tPvDatatype aType, char *aValue) |
bool | Value2String (tPvHandle aCamera, const char *aLabel, tPvDatatype aType, char *aString, unsigned long aLength) |
void | WriteAttribute (tPvHandle aCamera, const char *aLabel, FILE *aFile) |
void | ReadAttribute (tPvHandle aCamera, char *aLine) |
bool | SetupLoad (tPvHandle aCamera, const char *aFile) |
bool | SetupSave (tPvHandle aCamera, const char *aFile) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void ReadAttribute | ( | tPvHandle | aCamera, |
char * | aLine | ||
) |
void ShowUsage | ( | ) |
bool String2Value | ( | tPvHandle | aCamera, |
const char * | aLabel, | ||
tPvDatatype | aType, | ||
char * | aValue | ||
) |
char* strtrim | ( | char * | aString | ) |
bool Value2String | ( | tPvHandle | aCamera, |
const char * | aLabel, | ||
tPvDatatype | aType, | ||
char * | aString, | ||
unsigned long | aLength | ||
) |