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:
@@ -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}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user