Changed to work with vxWorks 5.1 and GCC 2.2.3.
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
#include <module_types.h>
|
||||
#include <aiRecord.h>
|
||||
|
||||
long init_record();
|
||||
long get_ioint_info();
|
||||
long read_ai();
|
||||
long special_linconv();
|
||||
static long init_record();
|
||||
static long get_ioint_info();
|
||||
static long read_ai();
|
||||
static long special_linconv();
|
||||
|
||||
struct {
|
||||
long number;
|
||||
|
||||
@@ -56,8 +56,8 @@ long dbCaAddInlink();
|
||||
long dbCaGetLink();
|
||||
|
||||
/* Create the dset for devAiSoft */
|
||||
long init_record();
|
||||
long read_ai();
|
||||
static long init_record();
|
||||
static long read_ai();
|
||||
struct {
|
||||
long number;
|
||||
DEVSUPFUN report;
|
||||
|
||||
@@ -56,9 +56,9 @@ long dbCaAddInlink();
|
||||
long dbCaGetLink();
|
||||
|
||||
/* Create the dset for devAiSoftRaw */
|
||||
long init_record();
|
||||
long read_ai();
|
||||
long special_linconv();
|
||||
static long init_record();
|
||||
static long read_ai();
|
||||
static long special_linconv();
|
||||
struct {
|
||||
long number;
|
||||
DEVSUPFUN report;
|
||||
|
||||
Reference in New Issue
Block a user