OpenDOF Project
Functions
DOFDomainConfig
DOFDomain

Represents the configuration of a DOFDomain. More...

Functions

void DOFDomainConfig_Destroy (DOFDomainConfig self)
 Destroys a DOFDomainConfig.
 
DOFCredentials DOFDomainConfig_GetCredentials (const DOFDomainConfig self)
 Gets the config from the give config.
 
uint32 DOFDomainConfig_GetMaxSilence (const DOFDomainConfig self)
 Gets the silence time from the config.
 

Builder

DOFDomainConfigBuilder DOFDomainConfigBuilder_Create (DOFCredentials creds)
 Creates a DOFDomainConfigBuilder with the given credentials and the default silence timeout.
 
DOFDomainConfigBuilder DOFDomainConfigBuilder_Create_State (const DOFDomainState state)
 Creates a DOFDomainConfigBuilder with the given state.
 
DOFDomainConfigBuilder DOFDomainConfigBuilder_Create_Config (const DOFDomainConfig config)
 Creates a DOFDomainConfigBuilder with the given config.
 
void DOFDomainConfigBuilder_Destroy (DOFDomainConfigBuilder self)
 Destroys the given builder.
 
boolean DOFDomainConfigBuilder_SetCredentials (DOFDomainConfigBuilder self, DOFCredentials creds)
 Set new credentials in the builder.
 
boolean DOFDomainConfigBuilder_SetMaxSilence (DOFDomainConfigBuilder self, uint32 maxSilence)
 Sets the max silence time of the builder.
 
DOFDomainConfig DOFDomainConfigBuilder_Build (const DOFDomainConfigBuilder self)
 Builds a config from the given builder.
 
DOFDomainConfig DOFDomainConfigBuilder_BuildAndDestroy (DOFDomainConfigBuilder self)
 Builds a config from the given builder and destroys the builder.
 

Detailed Description

Represents the configuration of a DOFDomain.

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22