|
enum class | SHErrorCode : int { Ok = 0
, UknownObject = 1
, UknownKey = 2
, InvalidParameter = 3
} |
|
enum class | SHSortOperation : int {
DoNotSort = 0
, SortByRecentSumAscending = 1
, SortByRecentSumDescending = 2
, SortByLongTermSumAscending = 3
,
SortByLongTermSumDescending = 4
, SortByRecentSumOfSquaresAscending = 5
, SortByRecentSumOfSquaresDescending = 6
, SortByRecentAverageAscending = 7
,
SortByRecentAverageDescending = 8
, SortByLongTermAverageAscending = 9
, SortByLongTermAverageDescending = 10
, SortByRecentHighestAscending = 11
,
SortByRecentHighestDescending = 12
, SortByRecentLowestAscending = 13
, SortByRecentLowestDescending = 14
, SortByLongTermHighestAscending = 15
,
SortByLongTermHighestDescending = 16
, SortByLongTermLowestAscending = 17
, SortByLongTermLowestDescending = 18
} |
|
enum class | SHDataCategory : int { Discrete = 0
, Continuous = 1
} |
|
The documentation for this class was generated from the following file: