1
0
Fork 0

store diagnostice reporting configuration

This commit is contained in:
Kevin Matz 2023-05-20 13:37:40 -04:00
parent 325f6d4ffa
commit e76d466bf6
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ namespace ARTNET {
* device, it must be specifically sent later.
*/
Device::Device()
: diagnostic_reporting_threshold(DpCritial)
{
}

View File

@ -42,6 +42,9 @@ public:
// virtual void receive(ACN::PDU::Stream);
protected:
TalkToMe diagnostic_reporting_behavior; //!< behavior flags
Priority diagnostic_reporting_threshold; //!< lowest priority dignostic message to send
// void send(const uint32_t vector, const std::shared_ptr<packet_data> data,
// const ACN::SDT::UDP::ipAddress&);
void rxArtPoll(std::shared_ptr<ArtPoll>);