Changeset 27838 for branches/tap_branches/Ohana/src/libkapa/include/kapa.h
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/libkapa/include/kapa.h
r25757 r27838 72 72 float dx; 73 73 float dy; 74 int bg; 74 75 } KapaSection; 75 76 … … 78 79 int style, ptype, ltype, etype, ebar, color; 79 80 double lweight, size; 81 double ticktextPad; 82 double labelPadXm, labelPadYm, labelPadXp, labelPadYp; 83 double padXm, padXp, padYm, padYp; 80 84 Coords coords; 81 85 int flipeast, flipnorth; … … 109 113 110 114 /* IOfuncs.c */ 111 int KiiSendMessage (int device, char *format, ...); 112 int KiiScanMessage (int device, char *format, ...); 113 int KiiSendCommand (int device, int length, char *format, ...); 115 int KiiSendMessage (int device, char *format, ...) OHANA_FORMAT(printf, 2, 3); 116 int KiiScanMessage (int device, char *format, ...) OHANA_FORMAT(scanf, 2, 3); 117 int KiiSendCommand (int device, int length, char *format, ...) OHANA_FORMAT(printf, 3, 4); 118 int KiiScanCommand (int device, int length, char *format, ...) OHANA_FORMAT(scanf, 3, 4); 114 119 int KiiSendCommandV (int device, int length, char *format, va_list argp); 115 int KiiScanCommand (int device, int length, char *format, ...);116 120 int KiiSendData (int device, char *data, int Nbytes); 117 121 char *KiiRecvData (int device); … … 173 177 int KapaSelectSection (int fd, char *name); 174 178 int KapaGetSection (int fd, char *name); 179 int KapaSectionBG (int fd, char *name, int bg); 175 180 int KapaMoveSection (int fd, char *name, char *direction); 176 181 int KapaSetGraphData (int fd, Graphdata *graphmode); 177 182 int KapaGetGraphData (int fd, Graphdata *graphmode); 183 int KapaScanGraphData (int fd, Graphdata *graphmode); 184 int KapaSendGraphData (int fd, Graphdata *graphmode); 178 185 int KapaSetImageData (int fd, KapaImageData *graphmode); 179 186 int KapaGetImageData (int fd, KapaImageData *graphmode);
Note:
See TracChangeset
for help on using the changeset viewer.
