Added more object properties to the property list module - it now more than EPICS demo used from existing demo objects.

This commit is contained in:
skarg
2012-04-16 14:52:27 +00:00
parent 6018f2ce04
commit a7a67a76fd
4 changed files with 328 additions and 35 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ TARGET = bacepics
TARGET_BIN = ${TARGET}$(TARGET_EXT)
SRCS = main.c
SRCS = main.c \
../object/device-client.c
OBJS = ${SRCS:.c=.o}
+1 -1
View File
@@ -766,7 +766,7 @@ static uint8_t Read_Properties(
* In practice, this should only happen for simple devices that don't
* implement RPM or have really limited MAX_APDU size.
*/
Property_List_Special(pMyObject->type, &PropertyListStruct);
property_list_special(pMyObject->type, &PropertyListStruct);
pPropList = PropertyListStruct.Required.pList;
if (pPropList != NULL) {
Property_List_Length = PropertyListStruct.Required.count;