◆ IsCategoryEnabled()
bool CINOSBusHookCore::IsCategoryEnabled |
( |
uint8 |
auCategory | ) |
|
Check whether the given category number is enabled.
- Parameters
-
[in] | auCategory | Category number to check |
- Returns
- true if enabled, false otherwise
◆ IsCategoryValid()
bool CINOSBusHookCore::IsCategoryValid |
( |
uint8 |
auCategory | ) |
|
Check whether the given category number is valid.
- Parameters
-
[in] | auCategory | Category number to check |
- Returns
- true if valid, false otherwise
◆ Setup()
uint32 CINOSBusHookCore::Setup |
( |
uint8 |
auCategories | ) |
|
Setup hook core with the given number of categories.
- Parameters
-
[in] | auCategories | Requested number of categories |
- Returns
- INOS_OK or an appropriate error
◆ SetupCategory()
uint32 CINOSBusHookCore::SetupCategory |
( |
uint8 |
auCategory, |
|
|
uint32 |
auCycletimeNs, |
|
|
uint32 |
auFlags |
|
) |
| |
Setup hook category.
- Parameters
-
[in] | auCategory | Number of category to set up |
[in] | auCycletimeNs | Requested cycletime of this category |
[in] | auFlags | Requested category flags (e.g. eFlgEnabled) |
- Returns
- INOS_OK or an appropriate error
◆ SetupDone()
uint32 CINOSBusHookCore::SetupDone |
( |
uint16 |
auHooks | ) |
|
Finalysing hook core setup with given max. number of hooks.
- Parameters
-
[in] | auHooks | Max. number of hooks the hook handler owns |
- Returns
- INOS_OK or an appropriate error
◆ Shutdown()
Shutdown hook core handler.
- Parameters
-
[in] | apParent | Pointer to parent hook handler |
- Returns
- INOS_OK or an appropriate error
◆ m_pCategories
◆ m_uCategories
uint32 CINOSBusHookCore::m_uCategories {} |
|
protected |
max. number of categories
The documentation for this class was generated from the following file: