forked from epics_driver_modules/motorBase
Minor changes to avoid compiler warnings
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
epicsShareFunc void xps_gathering()
|
||||
{
|
||||
int status,poll_socket,drive_socket,end=0;
|
||||
int ftpSocket;
|
||||
SOCKET ftpSocket;
|
||||
char *gatheringData = "GROUP2.POSITIONER1.SetpointPosition;"
|
||||
"GROUP2.POSITIONER1.CurrentPosition;"
|
||||
"GROUP2.POSITIONER1.CurrentVelocity;"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int status,poll_socket,drive_socket,end=0;
|
||||
int ftpSocket;
|
||||
SOCKET ftpSocket;
|
||||
char *gatheringData = "GROUP1.PHI.SetpointPosition;"
|
||||
"GROUP1.PHI.CurrentPosition;"
|
||||
"GROUP1.KAPPA.SetpointPosition;"
|
||||
|
||||
Reference in New Issue
Block a user