17 #include <pia/clone/clone_definitions.h> 18 #include <pia/clone/clone_SharingClone.h> 55 virtual void Trace(u64 flag)
const;
61 static Type GetTypeStatic()
63 return TYPE_SEQUENTIAL;
65 static Key ToKey(
Id id)
69 virtual Type GetTypeVirtual()
const 71 return GetTypeStatic();
75 virtual bool IsReadyToSetValue()
const;
79 template <
int TEST_ID,
typename Arg>
virtual ~SequentialSharingClone()
Destroys the object (destructor).
This class is a derivative of CloneBase and provides functionality for bidirectional sending and rece...
Definition: clone_SharingClone.h:34
ID indicating a station that is not present in the session.
Definition: platformCtr.h:59
virtual void Trace(u64 flag) const
Prints information that is useful for debugging.
SequentialSharingClone()
Instantiates the object with default parameters (default constructor).
This class is a derivative of CloneBase and provides functionality for bidirectional sending and rece...
Definition: clone_SequentialSharingClone.h:35
u32 Id
Specifies the type of the ID for identifying clones.
Definition: clone_CloneBase.h:68