Skip to main content

new_fixture_type

Function new_fixture_type 

Source
fn new_fixture_type(
    name: String,
    channels: HashMap<PropertyType, ChannelParameter>,
) -> (LogLevel, String)
Expand description

Creates a new fixture type definition with the given name and channel mappings.

ยงArguments

  • name - The name of the new fixture type
  • channels - A map linking property types to their channel parameters