Skip to content

Commit

Permalink
Room_id attribute added.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBonilla26 committed Jun 20, 2024
1 parent 85f5c66 commit 9f8bd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/dsr/core/types/type_checking/dsr_attr_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ REGISTER_TYPE(task_sensor_tick, float, false)
* */
REGISTER_TYPE(corner_id, int, false)
REGISTER_TYPE(valid, bool, false)
REGISTER_TYPE(room_id, uint64_t, false)


/*
Expand Down

0 comments on commit 9f8bd61

Please sign in to comment.