pub struct CapeFlowsheetMonitoringComponent {
pub(crate) interface: *mut CAPEOPEN_1_2_ICapeFlowsheetMonitoringComponent,
}Fields§
§interface: *mut CAPEOPEN_1_2_ICapeFlowsheetMonitoringComponentImplementations§
Source§impl CapeFlowsheetMonitoringComponent
impl CapeFlowsheetMonitoringComponent
pub fn monitor(&self) -> Result<(), COBIAError>
pub fn validate<TypeOfMessage: CapeStringProviderOut>( &self, message: &mut TypeOfMessage, ) -> Result<CapeBoolean, COBIAError>
pub fn get_val_status(&self) -> Result<CapeValidationStatus, COBIAError>
Trait Implementations§
Source§impl CapeSmartPointer for CapeFlowsheetMonitoringComponent
impl CapeSmartPointer for CapeFlowsheetMonitoringComponent
type Interface = _CAPEOPEN_1_2_ICapeFlowsheetMonitoringComponent
Source§fn as_cape_interface_pointer(&self) -> *mut ICapeInterface
fn as_cape_interface_pointer(&self) -> *mut ICapeInterface
Get the ICapeInterface Read more
Source§fn get_interface_id() -> &'static CapeUUID
fn get_interface_id() -> &'static CapeUUID
Get the interface ID Read more
Source§fn from_object<T: CapeSmartPointer>(
smart_pointer: &T,
) -> Result<Self, COBIAError>
fn from_object<T: CapeSmartPointer>( smart_pointer: &T, ) -> Result<Self, COBIAError>
Get an interface wrapper instance from another object Read more
Source§fn from_interface_pointer(interface: *mut Self::Interface) -> Self
fn from_interface_pointer(interface: *mut Self::Interface) -> Self
Get an interface wrapper instance from an interface pointer of the wrapped type Read more
Source§fn attach(interface: *mut Self::Interface) -> Self
fn attach(interface: *mut Self::Interface) -> Self
Get an interface wrapper instance from an interface pointer of the wrapped type, without adding a reference Read more
Source§fn detach(self) -> *mut Self::Interface
fn detach(self) -> *mut Self::Interface
Return an interface pointer and release ownership, without decreasing a reference Read more
Source§fn from_cape_interface_pointer(
interface: *mut ICapeInterface,
) -> Result<Self, COBIAError>
fn from_cape_interface_pointer( interface: *mut ICapeInterface, ) -> Result<Self, COBIAError>
Get an interface wrapper instance from any interface pointer Read more
Auto Trait Implementations§
impl Freeze for CapeFlowsheetMonitoringComponent
impl RefUnwindSafe for CapeFlowsheetMonitoringComponent
impl !Send for CapeFlowsheetMonitoringComponent
impl !Sync for CapeFlowsheetMonitoringComponent
impl Unpin for CapeFlowsheetMonitoringComponent
impl UnwindSafe for CapeFlowsheetMonitoringComponent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more