public IMixer8MadDefinition( final BaseComponentsCreationContext creationContent, final MadClassificationService classService) throws DatastoreException, RecordNotFoundException { super( DEFINITION_ID, USER_VISIBLE_NAME, new MadClassification( classService.findGroupById(CLASS_GROUP), DEFINITION_ID, CLASS_NAME, CLASS_DESC, ReleaseState.RELEASED), INSTANCE_CONFIGURATION); }
public SpectralRollMadDefinition( final BaseComponentsCreationContext creationContext, final MadClassificationService classificationService) throws RecordNotFoundException, DatastoreException { super( DEFINITION_ID, USER_VISIBLE_NAME, new MadClassification( classificationService.findGroupById(CLASS_GROUP), DEFINITION_ID, CLASS_NAME, CLASS_DESC, ReleaseState.ALPHA), new SpectralRollIOQueueBridge(), NUM_CHANNELS, CHAN_NAMES, CHAN_TYPES, CHAN_DIRS, CHAN_POSIS); }