pdu2 hk table periodic request

This commit is contained in:
2021-02-06 16:13:31 +01:00
parent c3665cbd65
commit 5a70df7bd7
8 changed files with 443 additions and 34 deletions

View File

@ -607,7 +607,7 @@ namespace PDU{
static const uint16_t MAX_REPLY_LENGTH = 318;
static const uint16_t MAX_CONFIGTABLE_ADDRESS = 316;
static const uint16_t MAX_HKTABLE_ADDRESS = 141;
/** The size of the reply containing the housekeeping table data */
/** The size of the csp reply containing the housekeeping table data */
static const uint16_t HK_TABLE_REPLY_SIZE = 303;
static const uint8_t HK_TABLE_ENTRIES = 73;
}