The Class LogicUpdate is the msg carried by events. More...
#include <LogicUpdate.h>
Public Member Functions | |
| LogicUpdate (std::string netName, LogicVal netVal) | |
| Instantiates a new logi update. | |
| LogicUpdate () | |
| const std::string | toString () const |
| string representation | |
| const std::string | getNetName () const |
| Gets the net name. | |
| void | setNetName (const std::string &netName) |
| Sets the net name. | |
| const LogicVal | getNetVal () const |
| Gets the net val. | |
| void | setNetVal (const LogicVal &netVal) |
| Sets the net val. | |
Public Attributes | |
| std::string | netName |
| The net name. | |
| LogicVal | netVal |
| The net val. | |
The Class LogicUpdate is the msg carried by events.
represents a change in the value of a net.
| LogicUpdate::LogicUpdate | ( | std::string | netName, | |
| LogicVal | netVal | |||
| ) | [inline] |
Instantiates a new logi update.
| netName | the net name | |
| netVal | the net val |
| LogicUpdate::LogicUpdate | ( | ) | [inline] |
| const std::string LogicUpdate::getNetName | ( | ) | const [inline] |
Gets the net name.
| const LogicVal LogicUpdate::getNetVal | ( | ) | const [inline] |
Gets the net val.
| void LogicUpdate::setNetName | ( | const std::string & | netName | ) | [inline] |
Sets the net name.
| netName | the new net name |
| void LogicUpdate::setNetVal | ( | const LogicVal & | netVal | ) | [inline] |
Sets the net val.
| netVal | the new net val |
| const std::string LogicUpdate::toString | ( | ) | const [inline] |
string representation
| std::string LogicUpdate::netName |
The net name.
The net val.
1.6.3