mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-06 06:15:40 -05:00
Renamed "*acs*" files to "*dsm*".
This commit is contained in:
23
iocs/dsmIOC/dsmApp/src/dsmMain.cpp
Normal file
23
iocs/dsmIOC/dsmApp/src/dsmMain.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/* acsMain.cpp */
|
||||
/* Author: Marty Kraimer Date: 17MAR2000 */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "epicsExit.h"
|
||||
#include "epicsThread.h"
|
||||
#include "iocsh.h"
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
if(argc>=2) {
|
||||
iocsh(argv[1]);
|
||||
epicsThreadSleep(.2);
|
||||
}
|
||||
iocsh(NULL);
|
||||
epicsExit(0);
|
||||
return(0);
|
||||
}
|
Reference in New Issue
Block a user