doc added
This commit is contained in:
parent
2b63f1b3f3
commit
687e124929
@ -140,11 +140,12 @@ public:
|
|||||||
* full dataset updates.
|
* full dataset updates.
|
||||||
*/
|
*/
|
||||||
enum class ReportingType: uint8_t {
|
enum class ReportingType: uint8_t {
|
||||||
// Periodic generation of HK packets.
|
//! Periodic generation of HK packets.
|
||||||
PERIODIC,
|
PERIODIC,
|
||||||
|
//! Update notification will be sent out as message.
|
||||||
UPDATE_NOTIFICATION,
|
UPDATE_NOTIFICATION,
|
||||||
// Notification will be sent out as message.
|
//! Notification will be sent out as message and a snapshot of the
|
||||||
// Data is accessed via shared data set or multiple local data sets.
|
//! current data will be generated.
|
||||||
UPDATE_SNAPSHOT,
|
UPDATE_SNAPSHOT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user