SourcedEventSummary¶
-
class
Cocotec.CocoPlatform.Coco.SourcedEventSummary
¶ -
Properties
-
Cocotec.CocoPlatform.Coco.Node
Node
{ }¶
-
Cocotec.CocoPlatform.Coco.Node
Source
{ }¶ AST node for the event source declaration. There won’t be one for a state machine in a simple (non-composite) port, in which case the node will return is_valid() = false
-
Cocotec.CocoPlatform.Coco.Node
Port
{ }¶ AST node for the underlying port declaration for the event source. There won’t be one for a state machine in a simple (non-composite) port, in which case the node will return is_valid() = false
-
string
EventName
{ }¶
-
string
SourceName
{ }¶
-
bool
IsSignal
{ }¶
-
Cocotec.CocoPlatform.Coco.Node