Skip to content

Commit

Permalink
Refactoring status to state.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Jun 1, 2023
1 parent e518556 commit d57fa1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evrApp/Db/evrbase.db
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ record(bi, "$(P)Link-Sts") {

record(longin, "$(P)DBus-I") {
field(DTYP, "Obj Prop uint16")
field(DESC, "Read the DBus status")
field(INP , "@OBJ=$(OBJ), PROP=DBus Status")
field(DESC, "Read the DBus state")
field(INP , "@OBJ=$(OBJ), PROP=DBus State")
field(SCAN, ".1 second")
}

Expand Down
2 changes: 1 addition & 1 deletion evrApp/src/evr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ OBJECT_BEGIN(EVR) {

OBJECT_PROP1("PLL Lock Status", &EVR::pllLocked);

OBJECT_PROP1("DBus Status", &EVR::dbus);
OBJECT_PROP1("DBus State", &EVR::dbus);

OBJECT_PROP1("Interrupt Count", &EVR::irqCount);

Expand Down

0 comments on commit d57fa1d

Please sign in to comment.