CORBA 2.6.1 Programmer's Reference

API Methods
static Address* get_address()
Factory. Use this instead of new.
static put_address( Address* pp_address )
Recycler. Use this instead of delete.
static unsigned hash( const Address& pr_address )
Rogue Wave tools.h dictionary-compatible hash method.
bool operator==( const Address& pr_RHS )
Returns true if the instance and the right-hand side string compare on all API strings.
API Data
Declared in the header file, the following arrays are large enough to hold the standard Guardian
file-system strings.
char ia_process[Process_Name_Len + 1]
char ia_sequence[Sequence_Len + 1]
char ia_subdev[Subdev_Name_Len + 1]
char ia_system[System_Name_Len + 1]
Class NSDEFw_GFS::Client::Event
The container class NSDEFw_GFS::Client::Event provides for core Guardian file-system I/O
handlers to track I/O completion.
class NSDEFw_GFS
{
class NSDEFw_GFS::Client
{
class NSDEFw_GFS::Client::Event
{
class NSDEFw_GFS::Client::Event::Key
{
...}}}}
API Methods
Event( EH *pp_EH,
short pp_file_number,
unsigned long pv_tag,
Fw_Token pv_param)
Required constructor.