|
μHAL (v2.7.9)
Part of the IPbus software repository
|
Go to the documentation of this file.
43 int main (
int argc,
char* argv[] )
52 else if ( lOptions.
version == 2 )
void run()
Concrete implementation of the run function Starts the UDP server and runs indefinitely,...
Struct to store the dummy hardware command line options.
uint32_t delay
The delay in seconds between the request and response of the first IPbus transaction.
static DummyHardwareOptions parseFromCommandLine(int argc, char *argv[])
Static function to parse the command line arguments into a struct containing the information.
bool bigendian
Whether we use the big-endian hack.
void log(FatalLevel &aFatal, const T0 &aArg0)
Function to add a log entry at Fatal level.
_Integer< T, IntFmt<> > Integer(const T &aT)
Forward declare a function which creates an instance of the ultra-lightweight wrapper from an integer...
uint32_t version
IPbus version number - 1 or 2.
Concrete implementation of emulator of hardware using UDP.
int main(int argc, char *argv[])
uint16_t port
The port used by the dummy hardware.