Liking cljdoc? Tell your friends :D

bacure.coerce.type.constructed


*detailed-property-value*clj

If true, conversions from bacnet4j will include the property-array-index and the value's priority.

If true, conversions from bacnet4j will include the
property-array-index and the value's priority.
sourceraw docstring

accumulator-status-mapclj

Map of keywords and associated integer values.

Map of keywords and associated integer values.
sourceraw docstring

c-access-ruleclj

(c-access-rule value)
source

c-accumulator-recordclj

(c-accumulator-record value)
source

c-action-commandclj

(c-action-command {:keys [device-identifier object-identifier
                          property-identifier property-array-index
                          property-value priority post-delay quit-on-failure
                          write-successful]})
source

c-action-listclj

(c-action-list coll)
source

c-daily-scheduleclj

(c-daily-schedule value)
source

c-date-timeclj

(c-date-time string)
source

c-device-object-property-referenceclj

(c-device-object-property-reference [device-object-identifier
                                     object-property-reference])
source

c-device-object-referenceclj

(c-device-object-reference [device-identifier object-identifier])
source

c-event-transition-bitsclj

(c-event-transition-bits
  {:keys [to-fault to-normal to-offnormal]
   :or {to-fault false to-normal false to-offnormal false}})
source

c-limit-enableclj

(c-limit-enable {:keys [high-limit-enable low-limit-enable]
                 :or {high-limit-enable false low-limit-enable false}})
source

c-log-recordclj

(c-log-record {:keys [timestamp type value status-flags]
               :or {type :real value 0}})
source

c-object-property-referenceclj

(c-object-property-reference [object-identifier property-reference])
source

c-object-types-supportedclj

(c-object-types-supported smap)
source

c-property-referenceclj

(c-property-reference property-reference)

Make a property reference. Argument can be of the forms: [<property-identifer> <array-index>] <property-identifier>

Make a property reference. Argument can be of the forms:
[<property-identifer> <array-index>]
<property-identifier>
sourceraw docstring

c-property-valueclj

(c-property-value m)

Encode the property-value object. The value must already be a bacnet4j object.

Accept 2 forms. The simple form is the one usually returned when converting the bacnet4j object into a clojure datastructure.

The complex:

  • {:property-identifier ..., :property-array-index ..., :value ..., :priority ...}

Or simple:

  • [property-identifier value]
Encode the property-value object. The value must already be a bacnet4j object.

Accept 2 forms. The simple form is the one usually returned when
converting the bacnet4j object into a clojure datastructure.

The complex:
- {:property-identifier ...,
   :property-array-index ...,
   :value ...,
   :priority ...}

Or simple:
- [property-identifier value]
sourceraw docstring

c-property-value*clj

(c-property-value* m)
source

c-read-access-specificationclj

(c-read-access-specification object-identifier property-references)

As property-references, will accept: <property-identifier> [<property-identifier> <property-identifier>] [[<property-identifier> <array-index>] [<property-identifier> <array-index>]]

As property-references, will accept:
<property-identifier>
[<property-identifier> <property-identifier>]
[[<property-identifier> <array-index>] [<property-identifier> <array-index>]]
sourceraw docstring

c-recipientclj

(c-recipient v)
source

c-services-supportedclj

(c-services-supported smap)
source

c-setpoint-referenceclj

(c-setpoint-reference object-property-reference)
source

c-simple-property-valueclj

(c-simple-property-value vectors)
source

c-status-flagsclj

(c-status-flags
  {:keys [in-alarm fault overridden out-of-service]
   :or {in-alarm false fault false overridden false out-of-service false}})
source

c-time-valueclj

(c-time-value value)
source

coerce-supportedclj

(coerce-supported java-object smap)
source

location-specifier-mapclj

Map of keywords and associated integer values.

Map of keywords and associated integer values.
sourceraw docstring

object-types-supportedclj

source

services-supportedclj

List of services associated with their bit-string value. We need to keep the ordering here, so no map.

List of services associated with their bit-string value. We need to
keep the ordering here, so no map.
sourceraw docstring

simple-coerce-supportedclj

(simple-coerce-supported java-object smap)
source

time-range-specifier-mapclj

Map of keywords and associated integer values.

Map of keywords and associated integer values.
sourceraw docstring

with-detailed-property-valuecljmacro

(with-detailed-property-value & body)

Property-value(s), instead of being converted to '[property-identifier value]'

Will get some additional values: {:property-identifier ..., :property-array-index ..., :value ..., :priority ...}.

Property-value(s), instead of being converted to
'[property-identifier value]'

Will get some additional values:
{:property-identifier ...,
 :property-array-index ...,
 :value ...,
 :priority ...}.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close