Added functions to create the camera driver and init the camera protocol
to site_ansto.c
This commit is contained in:
4
site_ansto/hardsup/cameradriver.h
Normal file
4
site_ansto/hardsup/cameradriver.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef CAMERADRIVER_H
|
||||
#define CAMERADRIVER_H
|
||||
void CameraInitProtocol(SicsInterp *pSics);
|
||||
#endif
|
||||
@@ -32,6 +32,8 @@ HOBJ += sct_rfamp.o
|
||||
HOBJ += sinqhttpprot.o
|
||||
HOBJ += sct_protek608.o
|
||||
HOBJ += sct_lfprot.o
|
||||
HOBJ += camera.o
|
||||
HOBJ += cameradriver.o
|
||||
|
||||
libhlib.a: $(HOBJ)
|
||||
rm -f libhlib.a
|
||||
|
||||
Reference in New Issue
Block a user