Check if the queried field is obsolete
| 428 | |
| 429 | // Check if the queried field is obsolete |
| 430 | bool IsObsolete() const noexcept { return ((uint8_t)flags & (uint8_t)ObjectModelEntryFlags::obsolete) != 0; } |
| 431 | |
| 432 | // See whether we should add the value of this element to the buffer, returning true if it matched the filter and we did add it |
| 433 | bool ReportAsJson(OutputBuffer* buf, ObjectExplorationContext& context, const ObjectModelClassDescriptor *_ecv_null classDescriptor, const ObjectModel *_ecv_from self, const char *_ecv_array filter, bool first) const THROWS(GCodeException); |