Home
last modified time | relevance | path

Searched refs:kDefVal (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
DSignal.cpp44 kDefVal(defVal) { in Signal()
82 void Signal::setDefault(can::V1_0::CanMessage& msg) const { set(msg, kDefVal); } in setDefault()
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/
DSignal.h47 const value kDefVal; variable