Go to the documentation of this file.
33 #ifndef TTA_OPERATION_TRIGGERED_ENCODING_HH
34 #define TTA_OPERATION_TRIGGERED_ENCODING_HH
55 std::string
name()
const;
62 virtual int width()
const;
76 std::vector<OperationTriggeredField*>
fields_;
static const std::string OSNAME_OTA_ENCODING
OperationTriggeredEncoding(const std::string &name, InstructionFormat &parent)
void addField(OperationTriggeredField &field)
~OperationTriggeredEncoding()
void setName(const std::string &name)
virtual ObjectState * saveState() const
virtual int childFieldCount() const
virtual void loadState(const ObjectState *state)
std::vector< OperationTriggeredField * > fields_
static const std::string OSKEY_OTA_ENCODING_NAME
virtual int width() const