- New batch file management module
- New oscillator module - Bug fixes SKIPPED: psi/buffer.c psi/el734hp.c psi/el737hpdriv.c psi/make_gen psi/nextrics.c psi/nxamor.c psi/pimotor.c psi/polterwrite.c psi/psi.c psi/swmotor2.c psi/tasscan.c psi/tricssupport.c psi/tricssupport.h psi/tecs/make_gen psi/utils/ecb_load_new/ecb_load.c psi/utils/ecb_load_new/ecb_load.h psi/utils/ecb_load_new/ecbdriv_els.c psi/utils/ecb_load_new/gpib_els.c psi/utils/ecb_load_new/makefile psi/utils/ecb_load_new/makefile_EGPIB psi/utils/ecb_load_new/makefile_GPIB
This commit is contained in:
5
lld.c
5
lld.c
@@ -647,6 +647,11 @@ long LLDnodeLong( int List )
|
||||
return *((long *) &ListControl[ List ].current->data );
|
||||
}
|
||||
|
||||
float LLDnodeFloat( int List )
|
||||
{
|
||||
return *((float *) &ListControl[ List ].current->data );
|
||||
}
|
||||
|
||||
void * LLDnodePtr( int List )
|
||||
{
|
||||
return *((void **) &ListControl[ List ].current->data );
|
||||
|
||||
Reference in New Issue
Block a user