|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for a Channel. More...


Public Member Functions | |
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
| Instantiate a channel build configuration. More... | |
Public Member Functions inherited from AlgConfig | |
| def | __setattr__ (self, name, value) |
| def | dump (self, **kwargs) |
Static Public Member Functions | |
| def | forEditors () |
| def | get_default_settings () |
| Get default build configuration settings for Trigger. More... | |
Configuration instance for a Channel.
| def __init__ | ( | self, | |
init_dict = None, |
|||
key_list = None, |
|||
new_allowed = True |
|||
| ) |
Instantiate a channel build configuration.
Reimplemented from AlgConfig.
Reimplemented in CfgToROSmsg, and CfgToFile.
|
static |
|
static |
Get default build configuration settings for Trigger.
Reimplemented in CfgToROSmsg, and CfgToFile.