nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nds_auth.h
Go to the documentation of this file.
1 /* -*- tab-width:8 c-basic-offset:4 indent-tabs-mode:nil -*- */
2 /* set vi: ts=8:softtabstop=4,shiftwidth=4,expandtab */
3 
4 #ifndef NDS_AUTH_H
5 #define NDS_AUTH_H
6 
7 #include "daqc.h"
8 
19 int nds_authenticate( daq_t* daq, const char* server );
20 
29 int nds_auth_disconnect( daq_t* daq );
30 
37 int nds_auth_startup( void );
38 
39 #endif /* !defined(NDS_AUTH_H) */
int nds_authenticate(daq_t *daq, const char *server)
Authenticate client to server.
Definition: nds_auth.c:325
NDS1/2 client status structure.
Definition: daqc.h:232
int nds_auth_disconnect(daq_t *daq)
Clean up after authentication.
Definition: nds_auth.c:686
int nds_auth_startup(void)
Initialize authentication mechanism.
Definition: nds_auth.c:714