Changeset 16
- Timestamp:
- Feb 14, 2009 10:35:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
caPython/ca.i
r7 r16 43 43 /* so that SWIG interprets chtype correctly */ 44 44 typedef long chtype; 45 typedef float dbr_float_t;46 45 47 46 %typemap(in) void *EVENTFUNC { … … 255 254 void version() 256 255 { 257 printf("caPython: version v00-03-0 1\n");256 printf("caPython: version v00-03-03\n"); 258 257 printf("Supports EPICS R3.12 CA Client API\n"); 259 258 printf("%s\n", ca_version());
Note: See TracChangeset
for help on using the changeset viewer.