Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ public class PicsValidator {
private int count = 0;

/**
*
* @param bacnetObjectType
* @param bacnetObjectProperty
* @param conformanceCode
* @param supported
* @param bacnetPointsMap
* @param verboseOutput
* Validate a bacnet property on a bacnet object as defined by the pics statement
*
* @param bacnetObjectType Name of the BACnet Objet type to validate against
* @param bacnetObjectProperty Name of the BACnet property to validate for the specified BACnetObject
* @param conformanceCode Define the R/W/O parameter for the specified property
* @param supported TRUE/FALSE, whether or not this property is supported
* @param bacnetPointsMap Points discovered for the device being validated
* @param verboseOutput Enable/Disble verbose output
*/
public void validate(
String bacnetObjectType,
Expand Down