CAEN Utility  2.0.2
Utilities for CAEN projects
c_url_field_t Struct Reference

#include <CAENUrlTypes.h>

Collaboration diagram for c_url_field_t:

Data Fields

c_host_type_t host_type
 
uint32_t query_num
 
char * href
 
char * schema
 
char * username
 
char * password
 
char * host
 
char * port
 
char * path
 
struct {
   char *   name
 
   char *   value
 
} * query
 
char * fragment
 

Detailed Description

Definition at line 48 of file CAENUrlTypes.h.

Field Documentation

◆ host_type

c_host_type_t host_type

Definition at line 49 of file CAENUrlTypes.h.

◆ query_num

uint32_t query_num

Definition at line 50 of file CAENUrlTypes.h.

◆ href

char* href

Definition at line 51 of file CAENUrlTypes.h.

◆ schema

char* schema

Definition at line 52 of file CAENUrlTypes.h.

◆ username

char* username

Definition at line 53 of file CAENUrlTypes.h.

◆ password

char* password

Definition at line 54 of file CAENUrlTypes.h.

◆ host

char* host

Definition at line 55 of file CAENUrlTypes.h.

◆ port

char* port

Definition at line 56 of file CAENUrlTypes.h.

◆ path

char* path

Definition at line 57 of file CAENUrlTypes.h.

◆ name

char* name

Definition at line 59 of file CAENUrlTypes.h.

◆ value

char* value

Definition at line 60 of file CAENUrlTypes.h.

◆ query

struct { ... } * query

◆ fragment

char* fragment

Definition at line 62 of file CAENUrlTypes.h.


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