Support search for status channel and data fetch
This commit is contained in:
@@ -27,8 +27,6 @@ pub fn empty_events_dyn_ev(scalar_type: &ScalarType, shape: &Shape) -> Result<Bo
|
||||
BOOL => Box::new(K::<bool>::empty()),
|
||||
STRING => Box::new(K::<String>::empty()),
|
||||
Enum => Box::new(K::<EnumVariant>::empty()),
|
||||
ChannelStatus => Box::new(K::<u32>::empty()),
|
||||
CaStatus => Box::new(K::<i16>::empty()),
|
||||
}
|
||||
}
|
||||
Shape::Wave(..) => {
|
||||
@@ -48,8 +46,6 @@ pub fn empty_events_dyn_ev(scalar_type: &ScalarType, shape: &Shape) -> Result<Bo
|
||||
BOOL => Box::new(K::<bool>::empty()),
|
||||
STRING => Box::new(K::<String>::empty()),
|
||||
Enum => Box::new(K::<EnumVariant>::empty()),
|
||||
ChannelStatus => Box::new(K::<u32>::empty()),
|
||||
CaStatus => Box::new(K::<i16>::empty()),
|
||||
}
|
||||
}
|
||||
Shape::Image(..) => {
|
||||
|
||||
Reference in New Issue
Block a user