Accelerator Independent Data Access / PVAccess 2.0
AIDA-PVA is the latest version of the AIDA framework. Built on top of EPICS 7 it enables client applications to programmatically access and manage any device or database on the SLAC Network using simple channel names.
Loading...
Searching...
No Matches
Argument Struct Reference

A single request argument. More...

#include <aida_pva_types.h>

Data Fields

char * name
 The name of the argument. More...
 
char * value
 The string value of the argument. More...
 

Detailed Description

A single request argument.

This is passed to an API endpoint in an Arguments structure. It contains a name value pair representing a single argument that was included in the PVAccess request. The value is a string.

Definition at line 88 of file aida_pva_types.h.

Field Documentation

◆ name

char* name

The name of the argument.

Definition at line 90 of file aida_pva_types.h.

Referenced by getArgument(), and toArguments().

◆ value

char* value

The string value of the argument.

Definition at line 91 of file aida_pva_types.h.

Referenced by getArgument(), and toArguments().


The documentation for this struct was generated from the following file: