- Timestamp:
- 11/12/2017 07:08:44 PM (7 years ago)
- Branches:
- master
- Children:
- 26553e2
- Parents:
- c93e44d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/instdsp.h
rc93e44d rfa50076 124 124 struct instpnt { /* function point definition */ 125 125 126 int16_t iptim;/* time (packed) */127 int16_t ipval;/* value */128 int16_t ipvmlt;/* value multiplier */129 130 int8_t ipvsrc;/* value source */131 int8_t ipact;/* action code */126 uint16_t iptim; /* time (packed) */ 127 int16_t ipval; /* value */ 128 int16_t ipvmlt; /* value multiplier */ 129 130 int8_t ipvsrc; /* value source */ 131 int8_t ipact; /* action code */ 132 132 133 133 #define AC_NULL 0 /* null action */ … … 140 140 #define AC_UNDF 7 /* -- undefined - treated as AC_NULL -- */ 141 141 142 int8_t ippar1;/* action parameter 1 (point) */143 int8_t ippar2;/* action parameter 2 (count) */144 145 int8_t ippar3;/* action parameter 3 (counter) */146 int8_t ippad;/* padding for even boundary */142 int8_t ippar1; /* action parameter 1 (point) */ 143 int8_t ippar2; /* action parameter 2 (count) */ 144 145 int8_t ippar3; /* action parameter 3 (counter) */ 146 int8_t ippad; /* padding for even boundary */ 147 147 }; 148 148
Note:
See TracChangeset
for help on using the changeset viewer.